aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* The buffer API applies to all buffers now, not just the global one.Gravatar mitchell2013-10-18
* Fix paragraph selection corner case; modules/textadept/editing.luaGravatar mitchell2013-10-18
* More LuaDoc updates.Gravatar mitchell2013-10-18
* Use an indicator to highlight matching braces.Gravatar mitchell2013-10-09
* More LuaDoc updates.Gravatar mitchell2013-10-09
* Added Nimrod lexer and compile and run commands.Gravatar mitchell2013-10-06
* Changed Lua run command to buffer output properly; modules/textadept/run.luaGravatar mitchell2013-10-05
* Renamed `buffer.FIND_POSIX` to `buffer.FIND_REGEX` for Lua-like captures syntax.Gravatar mitchell2013-10-02
* Updated file extensions for Textadept.app.Gravatar mitchell2013-10-02
* Changed `ui.set_theme()` API to accept a table of properties to assign.Gravatar mitchell2013-10-02
* Show user-init error messages in a dialog to prevent crashing; init.luaGravatar mitchell2013-10-02
* Added tag textadept_7.0_beta_4 for changeset 2db6af5e9936Gravatar mitchell2013-10-01
* Complete r1584; src/MakefileGravatar mitchell2013-10-01
* Updated CHANGELOG.md.Gravatar mitchell2013-09-30
* Updated Lua Adeptsense.Gravatar mitchell2013-09-30
* Updated for Textadept 7.0 beta 4.Gravatar mitchell2013-09-30
* Fixed a compile error on platforms that require gmodule; src/MakefileGravatar mitchell2013-09-30
* Added properties.lua to install targets; src/MakefileGravatar mitchell2013-09-29
* Fix error when block commenting in plain text; modules/textadept/editing.luaGravatar mitchell2013-09-29
* Added new `ui.dialogs` module for more user-friendly dialog support.Gravatar mitchell2013-09-29
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
* Fixed incorrect constants introduced in r1574; modules/textadept/editing.luaGravatar mitchell2013-09-27
* Code and documentation cleanup.Gravatar mitchell2013-09-23
* Added call tip highlight color to themes.Gravatar mitchell2013-09-21
* Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.Gravatar mitchell2013-09-21
* Fixed bug with builds not linking src/LexLPeg.cxx in `make deps`; src/MakefileGravatar mitchell2013-09-20
* Support multiple selections with `select_word()`; modules/textadept/editing.luaGravatar mitchell2013-09-18
* Updated Lua Adeptsense.Gravatar mitchell2013-09-17
* Changed symbol marker margin settings; properties.luaGravatar mitchell2013-09-17
* Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Moved custom markers and indicators into themes and added more properties.Gravatar mitchell2013-09-16
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Removed some unused constants from `_SCINTILLA.constants`.Gravatar mitchell2013-09-14
* Updated some LuaDoc.Gravatar mitchell2013-09-13
* Code cleanup in themes.Gravatar mitchell2013-09-12
* Changed `events.disconnect()` to accept function argument instead of ID.Gravatar mitchell2013-09-12
* Added tag textadept_7.0_beta_3 for changeset 5ebbc96b1ec1Gravatar mitchell2013-09-11
* Updated CHANGELOG.md.Gravatar mitchell2013-09-11
* Fixed typo; doc/12_Compiling.mdGravatar mitchell2013-09-11
* Updated Lua Adeptsense.Gravatar mitchell2013-09-11
* Do not cache `_G.arg`; core/args.luaGravatar mitchell2013-09-10
* Fixed bug with previous commit.Gravatar mitchell2013-09-10
* Use `events.ARG_NONE` constant instead of string.Gravatar mitchell2013-09-09
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
* Expose marker and indicator numbers for greater customization.Gravatar mitchell2013-09-08
* Updated Lua Adeptsense.Gravatar mitchell2013-09-08
* Updated for 7.0 beta 3.Gravatar mitchell2013-09-08
* Fixed potential crash caused by split views.Gravatar mitchell2013-09-08
* Fixed bug in processing command line options introduced in r1546.Gravatar mitchell2013-09-06