aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Collapse)Author
2013-09-06Fixed bug in processing command line options introduced in r1546.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-10Updated for 7.0 beta 2.mitchell
2013-07-10Updated for 7.0 beta.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-06-29Updated for 7.0 alpha 2.mitchell
2013-06-24Removed `_G.RESETTING`; test for `arg` instead.mitchell
2013-06-12Removed `_LEXERPATH`.mitchell
2013-05-25Updated for 7.0 alpha.mitchell
2013-05-15Rewrote theme implementation.mitchell
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
2013-05-25Updated for 6.6.mitchell
2013-04-29More code cleanup.mitchell
"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-27Updated for 6.6 beta.mitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-17Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-31Updated for 6.5.mitchell
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
Also moved snapopen module into core as io.snapopen().
2013-02-27Updated for 6.4.mitchell
2013-01-29Updated for 6.3.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-30Updated for 6.2.mitchell
2012-12-09Updated for 6.1.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-10-29Updated for 6.0.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-22Fix string collation bug in ncurses due to CDK.mitchell
CDK would reset locale settings so autocomplete lists would not sort correctly.
2012-09-30Updated for 6.0 beta 3.mitchell
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-08-29Updated for 6.0 beta 2.mitchell
2012-07-26Updated for 6.0 beta.mitchell
2012-07-21Lua code cleanup and API changes.mitchell
2012-06-27Updated for 5.5 beta.mitchell
2012-05-31Updated for Textadept 5.4.mitchell
2012-04-30Updated for Textadept 5.3.mitchell
2012-03-26Updated for 5.2.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
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-29Updated for 5.1.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-31Updated for 5.0.mitchell
2012-01-17Updated LuaDoc.mitchell
2012-01-12Create separate LuaDoc for module table fields.mitchell
2012-01-10Updated for 5.0 beta.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell