index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
mime_types.lua
Age
Commit message (
Expand
)
Author
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-04-20
Fixed bug in buffer:get_lexer(); modules/textadept/mime_types.lua
mitchell
2011-03-17
Performance and speed improvements.
mitchell
2011-03-14
get_lexer(true) returns the lexer at the caret; modules/textadept/mime_types.lua
mitchell
2011-03-14
get_lexer() returns the lexer at the caret; modules/textadept/mime_types.lua
mitchell
2011-03-09
Try to determine lexer by file extension last; modules/textadept/mime_types.lua
mitchell
2011-03-07
Load a post_init.lua script for language-specific module extensions.
mitchell
2011-01-23
Allow language-specific char_matches and braces for _m.textadept.editing.
mitchell
2011-01-23
Fixed problem with trailing '/'s in Win32; modules/textadept/mime_types.lua
mitchell
2011-01-21
Code cleanup.
mitchell
2011-01-19
Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...).
mitchell
2011-01-18
Emit an event after loading a language module; modules/textadept/mime_types.lua
mitchell
2011-01-13
More informative check_focused_buffer() error message.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-11-30
New manual.
mitchell
2010-11-23
Code cleanup.
mitchell
2010-11-15
LuaDoc cleanup.
mitchell
2010-10-15
Changed locale implementation.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-10-11
gui.dialog() can take tables of strings as arguments.
mitchell
2010-08-31
Change Lua interface to support updated LPeg Scintilla lexer.
mitchell
2010-08-21
Changed Scintillua private_lexer_call operation parameters.
mitchell
2010-08-17
Fixed LuaDoc typos.
mitchell
2010-08-17
Upgraded to Scintilla/SciTE 2.20.
mitchell
2010-06-24
Restore lexer on view_after_switch; modules/textadept/mime_types.lua
mitchell
2010-06-18
Fixed bug with args and sessions.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-06-10
Moved textadept.mime_types into the textadept module.
mitchell