aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix OSX command key recognition; src/scintilla.patchGravatar mitchell2013-10-30
* Temporary patch to identify OSX command key mouse modifiers; src/scintilla.patchGravatar mitchell2013-10-29
* More documentation updates.Gravatar mitchell2013-10-29
* Removed alpha settings since curses cannot show alpha; themes/term.luaGravatar mitchell2013-10-29
* Fix `enclose()` to enclose the whole current word; modules/textadept/editing.luaGravatar mitchell2013-10-29
* Fix warnings and errors when compiling for GTK3.Gravatar mitchell2013-10-29
* `goto_ctag()` can show all known tags now; modules/textadept/adeptsense.luaGravatar mitchell2013-10-23
* Combine `SCFIND_POSIX` with `SCFIND_REGEXP` into `buffer.FIND_REGEXP`.Gravatar mitchell2013-10-23
* Added ASM lexer and compile and run commands.Gravatar mitchell2013-10-23
* Added tag textadept_7.0_beta_5 for changeset 35026e2a87ebGravatar mitchell2013-10-21
* Updated CHANGELOG.md.Gravatar mitchell2013-10-21
* Updated Lua Adeptsense.Gravatar mitchell2013-10-21
* Updated for 7.0 beta 5.Gravatar mitchell2013-10-21
* More LuaDoc updates.Gravatar mitchell2013-10-21
* Fixed corner case bug in block uncommenting; modules/textadept/editing.luaGravatar mitchell2013-10-18
* Added "Save All" to the menu.Gravatar mitchell2013-10-18
* 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