aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* 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
* Utilize list separator characters instead of hard-coded characters.Gravatar mitchell2014-05-28
* Added character equivalents for XPM images; modules/textadept/editing.luaGravatar mitchell2014-05-25
* ANSI C and Lua language module tweaks.Gravatar mitchell2014-05-25
* 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
* 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
* Recognize reST and YAML files.Gravatar mitchell2014-05-10
* Updated documentation.Gravatar mitchell2014-04-30
* Disable output buffering in Python; modules/textadept/run.luaGravatar mitchell2014-04-30
* Message buffer can send input to spawned processes; modules/textadept/run.luaGravatar mitchell2014-04-22
* Updated Lua Adeptsense.Gravatar mitchell2014-04-10
* Temporarily disable spawn in OSX due to GLib crashes.Gravatar mitchell2014-04-10
* Clarified "wrapping" in find/replace; modules/textadept/find.luaGravatar mitchell2014-04-06
* Updated Lua Adeptsense; modules/lua/init.luaGravatar mitchell2014-04-01
* Workaround for GTKOSX abort; modules/textadept/run.luaGravatar mitchell2014-04-01
* Updated Lua Adeptsense.Gravatar mitchell2014-03-28
* Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.Gravatar mitchell2014-03-28
* Added more documentation on project building.Gravatar mitchell2014-03-28
* Added basic project support for snapopen and build scripts.Gravatar mitchell2014-03-27
* Include my new "lspawn" module by default for spawning processes.Gravatar mitchell2014-03-26
* Apparently newer versions of OSX use "Esc"; modules/textadept/keys.luaGravatar mitchell2014-03-24
* Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.Gravatar mitchell2014-03-23
* Use `assert(...)` as a shortcut for `if not ... then error() end`.Gravatar mitchell2014-03-01
* Added split views in the terminal version thanks to Chris Emerson.Gravatar mitchell2014-02-12
* Updated to Scintilla 3.3.9.Gravatar mitchell2014-02-05
* Updated copyright information.Gravatar mitchell2014-01-12
* Updated Lua Adeptsense.Gravatar mitchell2014-01-01
* Merge the separate Textadept and lexer Lua states into a single unified one.Gravatar mitchell2014-01-01
* Fixed error in file types; modules/textadept/file_types.luaGravatar mitchell2013-12-22
* Added configurable tab context menus.Gravatar mitchell2013-12-19
* Renamed "hypertext" lexer to "html".Gravatar mitchell2013-12-18
* Honor window maximized setting in session files; modules/textadept/session.luaGravatar mitchell2013-12-12
* More LuaDoc updates.Gravatar mitchell2013-12-12
* LuaDoc updates.Gravatar mitchell2013-11-18
* Added support for Dart; modules/textadept/file_types.luaGravatar mitchell2013-11-14
* Updated Lua Adeptsense.Gravatar mitchell2013-11-11
* Updated documentation.Gravatar mitchell2013-11-11
* Fixed bug when replacement captures have escapes; modules/textadept/find.luaGravatar mitchell2013-11-11
* Disable strip trailing spaces by default.Gravatar mitchell2013-11-10
* Store the full Lua pattern match in "%0" for use in replacement text.Gravatar mitchell2013-11-10
* Updated LuaDoc.Gravatar mitchell2013-11-10
* New ANSI C lexer.Gravatar mitchell2013-11-07