aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
Commit message (Collapse)AuthorAge
* More LuaDoc updates.Gravatar mitchell2013-12-12
|
* Updated for 7.1.Gravatar mitchell2013-11-11
|
* Updated LuaDoc.Gravatar mitchell2013-11-10
|
* Updated for 7.0.Gravatar mitchell2013-10-30
|
* Updated for 7.0 beta 5.Gravatar mitchell2013-10-21
|
* More LuaDoc updates.Gravatar mitchell2013-10-18
|
* Updated for Textadept 7.0 beta 4.Gravatar mitchell2013-09-30
|
* Updated some LuaDoc.Gravatar mitchell2013-09-13
|
* Fixed bug with previous commit.Gravatar mitchell2013-09-10
|
* Use `events.ARG_NONE` constant instead of string.Gravatar mitchell2013-09-09
|
* Updated for 7.0 beta 3.Gravatar mitchell2013-09-08
|
* Fixed bug in processing command line options introduced in r1546.Gravatar mitchell2013-09-06
|
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
|
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
|
* Updated for 7.0 beta 2.Gravatar mitchell2013-08-10
|
* Updated for 7.0 beta.Gravatar mitchell2013-07-10
|
* Renamed "language-specific" modules to just "language modules" in documentation.Gravatar mitchell2013-07-08
|
* Updated for 7.0 alpha 2.Gravatar mitchell2013-06-29
|
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
|
* Removed `_LEXERPATH`.Gravatar mitchell2013-06-12
|
* Updated for 7.0 alpha.Gravatar mitchell2013-05-25
|
* Rewrote theme implementation.Gravatar mitchell2013-05-15
| | | | | | | 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.
* Updated for 6.6.Gravatar mitchell2013-05-25
|
* More code cleanup.Gravatar mitchell2013-04-29
| | | | | | "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.
* Updated for 6.6 beta.Gravatar mitchell2013-04-27
|
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
|
* Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2.Gravatar mitchell2013-04-17
|
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
| | | | Requires Scintilla r4436 and Scinterm r45.
* Updated for 6.5.Gravatar mitchell2013-03-31
|
* Added lfs.dir_foreach() for allowing Find in Files to have a filter.Gravatar mitchell2013-03-25
| | | | Also moved snapopen module into core as io.snapopen().
* Updated for 6.4.Gravatar mitchell2013-02-27
|
* Updated for 6.3.Gravatar mitchell2013-01-29
|
* Updated copyright date.Gravatar mitchell2013-01-20
|
* Updated for 6.2.Gravatar mitchell2012-12-30
|
* Updated for 6.1.Gravatar mitchell2012-12-09
|
* Updated parameter LuaDoc.Gravatar mitchell2012-12-01
|
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
|
* Updated for 6.0.Gravatar mitchell2012-10-29
|
* Updated documentation formatting.Gravatar mitchell2012-10-29
| | | | | Pathnames and filenames are italic and be more consistent with constant width text.
* Fix string collation bug in ncurses due to CDK.Gravatar mitchell2012-10-22
| | | | CDK would reset locale settings so autocomplete lists would not sort correctly.
* Updated for 6.0 beta 3.Gravatar mitchell2012-09-30
|
* Documentation overhaul.Gravatar mitchell2012-09-12
| | | | | Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
* Updated for 6.0 beta 2.Gravatar mitchell2012-08-29
|
* Updated for 6.0 beta.Gravatar mitchell2012-07-26
|
* Lua code cleanup and API changes.Gravatar mitchell2012-07-21
|
* Updated for 5.5 beta.Gravatar mitchell2012-06-27
|
* Updated for Textadept 5.4.Gravatar mitchell2012-05-31
|
* Updated for Textadept 5.3.Gravatar mitchell2012-04-30
|
* Updated for 5.2.Gravatar mitchell2012-03-26
|
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
|