aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/mime_types.lua
AgeCommit message (Expand)Author
2012-09-12Documentation overhaul.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
2012-03-04`_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.luamitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-04-20Fixed bug in buffer:get_lexer(); modules/textadept/mime_types.luamitchell
2011-03-17Performance and speed improvements.mitchell
2011-03-14get_lexer(true) returns the lexer at the caret; modules/textadept/mime_types.luamitchell
2011-03-14get_lexer() returns the lexer at the caret; modules/textadept/mime_types.luamitchell
2011-03-09Try to determine lexer by file extension last; modules/textadept/mime_types.luamitchell
2011-03-07Load a post_init.lua script for language-specific module extensions.mitchell
2011-01-23Allow language-specific char_matches and braces for _m.textadept.editing.mitchell
2011-01-23Fixed problem with trailing '/'s in Win32; modules/textadept/mime_types.luamitchell
2011-01-21Code cleanup.mitchell
2011-01-19Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).mitchell
2011-01-18Emit an event after loading a language module; modules/textadept/mime_types.luamitchell
2011-01-13More informative check_focused_buffer() error message.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-30New manual.mitchell
2010-11-23Code cleanup.mitchell
2010-11-15LuaDoc cleanup.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-10-11gui.dialog() can take tables of strings as arguments.mitchell
2010-08-31Change Lua interface to support updated LPeg Scintilla lexer.mitchell
2010-08-21Changed Scintillua private_lexer_call operation parameters.mitchell
2010-08-17Fixed LuaDoc typos.mitchell
2010-08-17Upgraded to Scintilla/SciTE 2.20.mitchell
2010-06-24Restore lexer on view_after_switch; modules/textadept/mime_types.luamitchell
2010-06-18Fixed bug with args and sessions.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-06-10Moved textadept.mime_types into the textadept module.mitchell