Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Removed label mnemonics from localization keys. | ||
2011-06-30 | Localize the labels and buttons in the find GUI frame; src/textadept.c | ||
2011-06-24 | Removed '_G' prefix from globals where necessary. | ||
2011-06-23 | Use string constants for event names. | ||
2011-06-16 | Use functions for generating unique IDs for markers, indicators, and user lists. | ||
2011-03-17 | Performance and speed improvements. | ||
2011-01-21 | Code cleanup. | ||
2010-12-28 | Updated copyright information. | ||
2010-12-26 | Separated key command manager from key command definitions. | ||
2010-12-19 | Use buffer.selection_start and buffer.selection_end. | ||
2010-11-23 | Code cleanup. | ||
Also modified the editing module's enclose() and select_enclosed() functions. | |||
2010-10-25 | Speed up find in files; modules/textadept/find.lua | ||
2010-10-25 | Allow access to find_in_files() through the gui.find API. | ||
2010-10-15 | Changed locale implementation. | ||
2010-10-14 | Code formatting changes. | ||
2010-08-26 | Fixed infinite loop bug with Lua pattern search; modules/textadept/find.lua | ||
2010-06-11 | Moved core extension modules into textadept module. | ||