Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-28 | Update context menu on VIEW_AFTER_SWITCH; modules/textadept/menu.lua | ||
2011-09-27 | Reformatted some LuaDoc. | ||
2011-09-27 | Added language-specific context menu support. | ||
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. | |||
2011-09-21 | Rearranged Tools menu. | ||
2011-08-22 | Changed some key commands. | ||
2011-07-30 | Code cleanup. | ||
2011-07-29 | Eliminated the need for keys.conf and keys.osx.conf. | ||
Thanks to Robert Gieseke for the idea and prototype code. | |||
2011-07-28 | keys.conf and keys.osx.conf can be in English or localized. | ||
2011-07-16 | Added Toggle Fold menu command. | ||
2011-07-16 | Removed Lexer menu in favor of 'Buffer->Select Lexer...'. | ||
2011-07-16 | Rearranged Buffer and View menus and changed various accelerators. | ||
2011-07-16 | Rearranged Edit menu and accelerators. | ||
2011-07-16 | Moved Adeptsense commands into Tools menu. | ||
2011-07-15 | Fixed accelerator conflict in menu. | ||
2011-07-15 | Added menu and keys for moving lines up and down. | ||
2011-07-14 | Added Upper and Lower menu commands for selection case. | ||
2011-07-14 | Changed menu labels to be more descriptive and added select_command() dialog. | ||
2011-07-13 | Refactored key commands and added menu accelerators. | ||
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module. | |||
2011-07-11 | Allow buffer functions to omit buffer argument. | ||
This is primarily for key and menu commands to avoid creating too many unnecessary tables. | |||
2011-07-11 | Removed label mnemonics from localization keys. | ||
2011-06-24 | Removed '_G' prefix from globals where necessary. | ||
2011-06-23 | Use string constants for event names. | ||
2011-05-30 | Added menu accelerators for indentation size; modules/textadept/menu.lua | ||
2011-03-27 | Change menu caption for snippet's 'Insert' to 'Expand'. | ||
2011-03-26 | Applied patches from Robert for minor fixes. | ||
2011-03-24 | Changes to key and menu command definitions. | ||
Functions can be used directly without being contained within a table. Also, buffer and view functions and references should be used directly (e.g. { buffer.undo, buffer } and { view.split, view }). References are handled correctly at runtime. | |||
2011-03-23 | Rewrote _m.textadept.snippets module. | ||
Snippet syntax has changed; see LuaDoc for details. | |||
2011-03-17 | Performance and speed improvements. | ||
2011-02-26 | Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'. | ||
2011-01-25 | Fixed typos. | ||
2011-01-21 | Code cleanup. | ||
2011-01-19 | Can navigate between bookmarks with a filteredlist. | ||
2011-01-19 | Modified Buffer menu options. | ||
2010-12-28 | Updated copyright information. | ||
2010-12-23 | Added filter-through module for shell commands. | ||
2010-11-30 | New manual. | ||
2010-11-24 | Added key commands and menu options for toggling virtual space. | ||
2010-11-23 | Code cleanup. | ||
Also modified the editing module's enclose() and select_enclosed() functions. |