aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Updated CHANGELOG.md.Gravatar mitchell2015-04-01
* Added migration guide to 8.0; doc/manual.mdGravatar mitchell2015-04-01
* Small code cleanup; doc/markdown.luaGravatar mitchell2015-04-01
* Updated archives for 8.0 alpha.Gravatar mitchell2015-04-01
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-04-01
* Updated for 8.0 alpha.Gravatar mitchell2015-04-01
* Document optional signal that can be sent to processes; core/init.luaGravatar mitchell2015-03-26
* "Goto Bookmark" shows marks from all buffers; modules/textadept/bookmarks.luaGravatar mitchell2015-03-26
* Small documentation updates.Gravatar mitchell2015-03-20
* Added some support for Rust and TOML.Gravatar mitchell2015-03-19
* Updated the location of ncurses on the build server; src/MakefileGravatar mitchell2015-03-18
* Allow bookmarks to be toggled on specific lines; modules/textadept/bookmarks.luaGravatar mitchell2015-03-17
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Removed long-hand compile and run string macros; modules/textadept/run.luaGravatar mitchell2015-03-15
* Fixed CFLAGS and CXXFLAGS passing for automated x86_64 builds; src/MakefileGravatar mitchell2015-03-16
* Updated compilation information and instructions for BSD; doc/manual.mdGravatar mitchell2015-03-14
* Updated lfs download zip name and link; src/MakefileGravatar mitchell2015-03-14
* Updated lfs download zip name; src/MakefileGravatar mitchell2015-03-14
* Filter through now uses `spawn()`; modules/textadept/editing.luaGravatar mitchell2015-03-14
* Prevent -h, --help switches from exiting single instance; core/args.luaGravatar mitchell2015-03-14
* Fixed build flags; src/MakefileGravatar mitchell2015-03-13
* Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.cGravatar mitchell2015-03-12
* Lua code cleanup.Gravatar mitchell2015-03-12
* Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.Gravatar mitchell2015-03-12
* Nimrod is now Nim.Gravatar mitchell2015-03-11
* Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.Gravatar mitchell2015-03-11
* Added tag textadept_7.9 for changeset da36fd43f8afGravatar mitchell2015-03-11
* Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.Gravatar mitchell2015-03-11
* Fixed bug with new view-specific properties; core/ui.luaGravatar mitchell2015-03-11
* Updated CHANGELOG.md.Gravatar mitchell2015-03-10
* Need latest Scinterm to utilize Scintilla patch from r1949; src/MakefileGravatar mitchell2015-03-10
* Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.Gravatar mitchell2015-03-10
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-03-10
* Updated for 7.9.Gravatar mitchell2015-03-10
* Patch Scintilla to fix tab stop calculations in curses; src/scintilla.patchGravatar mitchell2015-03-10
* Stop documenting some non-useful buffer functions and fields.Gravatar mitchell2015-03-10
* Made `io.boms` private, as there are few BOMs in existence; core/file_io.luaGravatar mitchell2015-03-10
* Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.Gravatar mitchell2015-03-10
* Removed `keys.LANGUAGE_MODULE_PREFIX` since language modules no longer use it.Gravatar mitchell2015-03-09
* Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.Gravatar mitchell2015-03-09
* Fixed accidental firing of "Escape" key on window focus lost; src/textadept.cGravatar mitchell2015-03-09
* Stop documenting hotspots since new indicator attributes supplant hotspots.Gravatar mitchell2015-03-09
* Updated to Scintilla 3.5.4.Gravatar mitchell2015-03-09
* Fixed nightly builds; src/MakefileGravatar mitchell2015-03-09
* Updated language module link and location.Gravatar mitchell2015-03-07
* Added Fish lexer; modules/textadept/file_types.luaGravatar mitchell2015-03-07
* Official language modules are all in one repository now; src/MakefileGravatar mitchell2015-03-07
* Fixed bug in previous commit when switching to new buffer; core/ui.luaGravatar mitchell2015-02-23
* Save and restore view-specific properties in view switch events; core/ui.luaGravatar mitchell2015-02-18
* Consider some view-specific properties as buffer-specific ones.Gravatar mitchell2015-02-18