aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext/pm/ctags_browser.lua
Commit message (Expand)AuthorAge
* Removed side pane.Gravatar mitchell2010-03-10
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Use before_switch and after_switch events for buffers and views.Gravatar mitchell2009-06-19
* Ignore null byte for specific Scintilla messages; use buffer:get_text() again.Gravatar mitchell2009-03-01
* Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.Gravatar mitchell2009-03-01
* Fixed ctags browser bug with filenames; core/ext/pm/ctags_browser.luaGravatar mitchell2009-02-21
* Do not add browsers to the combo entry again on textadept.reset().Gravatar mitchell2009-02-21
* Read and write in binary mode for everything.Gravatar mitchell2009-02-14
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Use a combo entry to either type in or select a PM browser to use.Gravatar mitchell2009-01-27
* Menu label text is irrelevant for PM menu actions due to l10n; focus on menu_id.Gravatar mitchell2009-01-26
* Various improvements to speed and readability of Lua code.Gravatar mitchell2009-01-10
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
* Added localization support.Gravatar mitchell2009-01-03
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
* Changed ctags flag for use with Mac OSX; core/ext/pm/ctags_browser.luaGravatar mitchell2008-12-23
* Project Manager entries use 'text' field, not 'display_text' anymore.Gravatar mitchell2008-12-16
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
* Removed boolean redundancy; core/ext/pm/ctags_browser.luaGravatar mitchell2008-02-10
* Renamed handlers module to events, updated everything to reflect changes.Gravatar mitchell2007-08-15
* Renamed textadept.handlers' add_function_to_handler to add_handler_function.Gravatar mitchell2007-08-10
* Added new LuaDoc, updated existing LuaDoc to be more consistent.Gravatar mitchell2007-08-09
* Initial import of extension Lua files.Gravatar mitchell2007-08-06