aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-31Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-10-31Fix typos in documentation.mitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-23Removed `_M.textadept.run.execute()`.mitchell
2012-10-22Added an event for when a search wraps; modules/textadept/find.luamitchell
Users can connect to this event to implement a more visual or audible notice when a search wraps.
2012-10-17Added ncurses key bindings for bookmarks; modules/textadept/keys.luamitchell
2012-10-16Added key shortcut for toggling fold points; modules/textadept/keys.luamitchell
2012-10-12Fixed ncurses bug in command selection introduced by r1256.mitchell
2012-10-12Fixed bug in key command; modules/textadept/keys.luamitchell
2012-10-08Use '@field' LuaDoc for events defined in modules.mitchell
2012-10-06Fixed more bugs introduced by r1260.mitchell
2012-10-02Fixed bug introduced by r1260; modules/textadept/snippets.luamitchell
2012-10-03Simplified auto-indent; modules/textadept/editing.luamitchell
2012-09-30Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-09-28Use the bit32 library for checking marker bits; modules/textadept/bookmarks.luamitchell
2012-09-28Added marks for making selection in ncurses.mitchell
Even though the implementation uses a new `MODIFIED` event, it is left undocumented because it will likely never be a full implementation of SCN_MODIFIED.
2012-09-18Fixed incremental find in ncurses.mitchell
2012-09-18Use 'text' plain text lexer instead of 'container'.mitchell
2012-09-17Added ncurses CDK field key bindings to list; modules/textadept/keys.luamitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-09-12Strip markdown links from Lua API documentation; modules/lua/adeptsensedoc.luamitchell
2012-09-10Correctly emit RUN_OUTPUT events; modules/textadept/run.luamitchell
2012-09-08Removed `rebuild_command_tables()`; modules/textadept/menu.luamitchell
2012-08-30Show key shortcuts in ncurses `select_command()`; modules/textadept/menu.luamitchell
2012-08-28Updated Lua Adeptsense.mitchell
2012-08-23Changed the default directory depth to 99; modules/textadept/snapopen.luamitchell
Since there is a maximum number of files to list, the depth setting does not matter so much.
2012-08-16Lua code cleanup; modules/textadept/bookmarks.luamitchell
2012-08-16Consolidated bookmark add/remove into `toggle`; modules/textadept/bookmarks.luamitchell
2012-07-23Disable menus in ncurses for now; modules/textadept/menu.luamitchell
2012-07-21Updated Lua Adeptsense.mitchell
2012-07-21Updated modules/textadept/menu.lua with new API.mitchell
2012-07-21More Lua code cleanup and API changes.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-21Lua code cleanup and API changes.mitchell
2012-07-19Cycle through api docs with the same command; modules/textadept/adeptsense.luamitchell
2012-07-16Code cleanup.mitchell
2012-07-16Support highlight word markers in ncurses; modules/textadept/editing.luamitchell
Indicator boxes are not shown since they are overwritten when drawing the text lines.
2012-07-16Support bookmarks in ncurses; modules/textadept/bookmarks.luamitchell
2012-07-16Reverted r1189; ncurses command entry key command is M-C again.mitchell
2012-07-15Changed ncurses command entry key command from M-C to M-E.mitchell
2012-07-14Use text "images" for ncurses Adeptsense lists; modules/textadept/adeptsense.luamitchell
2012-07-09Ignore Fn-key combinations on Mac OSX.mitchell
GTKOSX passes a keycode that confuses Scintilla, which inserts a 'DLE' char.
2012-06-28Updated Lua Adeptsense.mitchell
2012-06-22Resize most filteredlists to fit the ncurses screen.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-21Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.mitchell
2012-06-21Save terminal sessions to a different file; modules/textadept/session.luamitchell