Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-24 | Renamed `_G.buffer_new()` to `buffer.new()`. | ||
2013-04-19 | Updated some documentation. | ||
2013-04-15 | Updated Windows curses key bindings; modules/textadept/keys.lua | ||
2013-04-11 | Added key modes and changed the command entry to use them. | ||
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`. | |||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2013-03-25 | Added lfs.dir_foreach() for allowing Find in Files to have a filter. | ||
Also moved snapopen module into core as io.snapopen(). | |||
2013-02-26 | Removed useless gui.dialog() options for fileopen/filesave. | ||
2013-01-20 | Updated copyright date. | ||
2013-01-03 | Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.lua | ||
This requires Scintilla hg changeset 4323 (91f84362eeb0). | |||
2012-11-19 | Rewrote LuaDoc. | ||
2012-11-19 | Changed Lua code style for tables. | ||
2012-10-31 | Fix typos in documentation. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
2012-10-17 | Added ncurses key bindings for bookmarks; modules/textadept/keys.lua | ||
2012-10-16 | Added key shortcut for toggling fold points; modules/textadept/keys.lua | ||
2012-10-12 | Fixed bug in key command; modules/textadept/keys.lua | ||
2012-10-06 | Fixed more bugs introduced by r1260. | ||
2012-09-28 | Added marks for making selection in ncurses. | ||
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-18 | Fixed incremental find in ncurses. | ||
2012-09-17 | Added ncurses CDK field key bindings to list; modules/textadept/keys.lua | ||
2012-09-12 | Documentation overhaul. | ||
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-07-21 | More Lua code cleanup and API changes. | ||
2012-07-21 | Lua code cleanup and API changes. | ||
2012-07-16 | Reverted r1189; ncurses command entry key command is M-C again. | ||
2012-07-15 | Changed ncurses command entry key command from M-C to M-E. | ||
2012-07-09 | Ignore Fn-key combinations on Mac OSX. | ||
GTKOSX passes a keycode that confuses Scintilla, which inserts a 'DLE' char. | |||
2012-06-22 | Resize most filteredlists to fit the ncurses screen. | ||
2012-06-22 | Updated key commands for ncurses. | ||
2012-06-21 | Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux. | ||
2012-03-27 | Translate all messages instead of relying on GTK to translate stock items. | ||
2012-03-22 | Updated paths to Manual and LuaDoc in menus and key commands. | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-14 | Use buffer:get_lexer(true) more often when it should be used. | ||
2012-03-07 | Updated contact email address. | ||
2012-03-07 | Documentation overhaul with Discount (Markdown implementation). | ||
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files. | |||
2012-02-29 | Added more OSX key commands; modules/textadept/keys.lua | ||
From Robert Gieseke. | |||
2012-01-24 | Rename module shortcut variables. | ||
2012-01-06 | Updated copyright information. | ||
2012-01-05 | Renamed editing module's 'current_word' to 'select_word'. | ||
Also added utils function for deleting the current word. | |||
2012-01-05 | Rename '_m' to '_M'. | ||
2012-01-01 | Code cleanup. | ||
2011-12-31 | Changed 'locale.localize()' to global '_L' table. | ||
2011-12-19 | Close process; modules/textadept/keys.lua | ||
2011-12-13 | Remove 'package.seeall' from LuaDoc comments. | ||
2011-12-12 | Remove 'module' and update LuaDoc comments appropriately. | ||
2011-12-12 | Updated to Lua 5.2. | ||
2011-11-23 | Removed _m.textadept.editing.select_style(). | ||
2011-11-23 | Added theme utilities, modified light and dark themes, and removed scite theme. | ||
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki. | |||
2011-09-26 | Lua code cleanup. | ||
2011-09-25 | Refactored textadept.c and changed Lua interface a bit. | ||
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense. |