Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-26 | Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now. | ||
2013-06-12 | `_M.textadept.editing.block_comment()` supports block comment delimiters. | ||
Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box. | |||
2013-05-15 | Set language-specific buffer properties through an event instead of a function. | ||
2013-04-29 | More code cleanup. | ||
"local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses. | |||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2013-01-20 | Updated copyright date. | ||
2012-11-19 | Rewrote LuaDoc. | ||
2012-11-19 | Changed Lua code style for tables. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
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-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
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-10 | Update LuaDoc with new formatting. | ||
2012-01-24 | Rename module shortcut variables. | ||
2012-01-06 | Updated copyright information. | ||
2012-01-05 | Code cleanup. | ||
2012-01-05 | Rename '_m' to '_M'. | ||
2011-12-31 | Code cleanup. | ||
2011-12-13 | Remove 'package.seeall' from LuaDoc comments. | ||
2011-12-12 | Remove 'module' and update LuaDoc comments appropriately. | ||
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-06-24 | Removed '_G' prefix from globals where necessary. | ||
2011-04-25 | Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'. | ||
2011-03-25 | Added Lua C API to cpp module. | ||
2011-03-23 | Updated language modules to use new snippet syntax. | ||
2011-03-14 | Added C standard library to cpp module Adeptsense. | ||
2011-02-28 | Condense language modules into single init.lua file. | ||
2011-01-17 | Added Adeptsense. | ||
2010-12-28 | Updated copyright information. | ||
2010-03-30 | Removed support for api files. | ||
2010-01-07 | Updated copyright to 2010. | ||
2009-01-01 | Updated copyright dates for 2009. | ||
2008-03-03 | Updated copyright notice to include the year 2008. | ||
2007-08-09 | Renamed modules global to _m. | ||
2007-08-06 | Initial import of the cpp module. | ||