aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext/pm/buffer_browser.lua
Commit message (Collapse)AuthorAge
* Use before_switch and after_switch events for buffers and views.Gravatar mitchell2009-06-19
| | | | | Moved C code for saving/restoring state when switching buffers to Lua. Also added saving of folding state.
* Fixed issue with buffer browser cursor saving; core/ext/pm/buffer_browser.luaGravatar mitchell2009-03-08
|
* Update the PM cursor on menu action; core/ext/pm/buffer_browser.luaGravatar mitchell2009-02-26
|
* Do not add browsers to the combo entry again on textadept.reset().Gravatar mitchell2009-02-21
|
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
|
* Use a _type field for special _print() buffers' titles instead of 'Untitled'.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
|
* Updated core/ext/pm/buffer_browser.lua to update the PM cursor appropriately.Gravatar mitchell2009-01-25
|
* Various improvements to speed and readability of Lua code.Gravatar mitchell2009-01-10
| | | | | | Added 'local textadept = _G.textadept' to all Lua modules, themes, etc. Added more locals to core/ext/keys.lua for speed improvement. Reformatted some Lua modules to the earlier standard committed.
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
|
* Added localization support.Gravatar mitchell2009-01-03
| | | | | All Textadept messages are in core/locale.lua which provides the new 'textadept.locale' module.
* Updated copyright dates for 2009.Gravatar mitchell2009-01-01
|
* Fixes to recognize Windows path separators.Gravatar mitchell2008-12-30
|
* Fixed bug for menu actions on non-focused buffer; core/ext/pm/buffer_browser.luaGravatar mitchell2008-05-13
|
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
|
* 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
|
* Initial import of extension Lua files.Gravatar mitchell2007-08-06