aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/mime_types.lua
AgeCommit message (Expand)Author
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