aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Generate Lua interface using Scintilla instead of SciTE; scripts/gen_iface.luaGravatar mitchell2014-06-09
* Fixed word autocompletion bug when ignoring case; modules/textadept/editing.luaGravatar mitchell2014-06-09
* Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.Gravatar mitchell2014-06-07
* Updated FAQ.md.Gravatar mitchell2014-06-07
* Added parameter to `events.UPDATE_UI`.Gravatar mitchell2014-06-07
* Replaced large logo on homepage with animated gif.Gravatar mitchell2014-06-05
* Updated spawn LuaDoc; core/init.luaGravatar mitchell2014-06-04
* Always focus the message buffer initially; modules/textadept/run.luaGravatar mitchell2014-06-04
* Pressing "Enter" in message buffer simulates double-click.Gravatar mitchell2014-06-04
* Added tag textadept_7.3 for changeset d15064693a33Gravatar mitchell2014-06-02
* Updated CHANGELOG.md.Gravatar mitchell2014-05-31
* Updated for 7.3.Gravatar mitchell2014-05-31
* Updated Lua autocompletions and documentation.Gravatar mitchell2014-05-31
* Fixed erroneous LuaDoc.Gravatar mitchell2014-05-31
* Code cleanup.Gravatar mitchell2014-05-29
* Fix bug when copying an existing menu/submenu; modules/textadept/menu.luaGravatar mitchell2014-05-29
* Store incremental find text for later use; modules/textadept/keys.luaGravatar mitchell2014-05-28
* Moved 'lua_command' mode into command entry module and removed some API funcs.Gravatar mitchell2014-05-28
* Updated LuaDoc.Gravatar mitchell2014-05-28
* Textadept's menus may be edited in-place via the `textadept.menu` module.Gravatar mitchell2014-05-28
* Removed `textadept.editing.select_indented_block()`.Gravatar mitchell2014-05-28
* Fixed bug in highlighting a word from its end; modules/textadept/editing.luaGravatar mitchell2014-05-28
* Removed `HIGHLIGHT_BRACES` option; modules/textadept/editing.luaGravatar mitchell2014-05-28
* Updated LuaDoc.Gravatar mitchell2014-05-28
* Utilize list separator characters instead of hard-coded characters.Gravatar mitchell2014-05-28
* Updated to Scintilla 3.4.2.Gravatar mitchell2014-05-25
* Added character equivalents for XPM images; modules/textadept/editing.luaGravatar mitchell2014-05-25
* ANSI C and Lua language module tweaks.Gravatar mitchell2014-05-25
* Drop support for official java, php, rails, and rhtml modules; src/MakefileGravatar mitchell2014-05-24
* Removed Adeptsense in favor of new framework committed in r1735.Gravatar mitchell2014-05-24
* Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.Gravatar mitchell2014-05-24
* Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.Gravatar mitchell2014-05-23
* Fixed bug related to captures from previous searches; modules/textadept/find.luaGravatar mitchell2014-05-23
* Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`.Gravatar mitchell2014-05-23
* Fixed bug when double-clicking message buffer; modules/textadept/run.luaGravatar mitchell2014-05-19
* Fixed bug in opening Manual from Help menu; modules/textadept/menu.luaGravatar mitchell2014-05-19
* Use `spawn()` for launching help; modules/textadept/keys.luaGravatar mitchell2014-05-19
* Added block comment support for reST and YAML; modules/textadept/editing.luaGravatar mitchell2014-05-13
* Documented new `proc:read()`; core/.proc.luadocGravatar mitchell2014-05-13
* Recognize reST and YAML files.Gravatar mitchell2014-05-10
* Add "_HOME/modules" to `package.cpath`; init.luaGravatar mitchell2014-05-10
* Fixed bug in exporting Lua symbols on Windows.Gravatar mitchell2014-05-10
* Added tag textadept_7.2 for changeset d68f10053b9bGravatar mitchell2014-04-30
* Updated CHANGELOG.md.Gravatar mitchell2014-04-30
* Updated documentation.Gravatar mitchell2014-04-30
* Disable output buffering in Python; modules/textadept/run.luaGravatar mitchell2014-04-30
* Updated for 7.2.Gravatar mitchell2014-04-30
* Message buffer can send input to spawned processes; modules/textadept/run.luaGravatar mitchell2014-04-22
* Added tag textadept_7.2_beta_4 for changeset b11bd30a7e6aGravatar mitchell2014-04-11
* Updated CHANGELOG.md.Gravatar mitchell2014-04-11