aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-31Updated for 7.3.mitchell
2014-05-31Updated Lua autocompletions and documentation.mitchell
2014-05-31Fixed erroneous LuaDoc.mitchell
2014-05-29Code cleanup.mitchell
2014-05-29Fix bug when copying an existing menu/submenu; modules/textadept/menu.luamitchell
2014-05-28Store incremental find text for later use; modules/textadept/keys.luamitchell
2014-05-28Moved 'lua_command' mode into command entry module and removed some API funcs.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-28Textadept's menus may be edited in-place via the `textadept.menu` module.mitchell
2014-05-28Removed `textadept.editing.select_indented_block()`.mitchell
2014-05-28Fixed bug in highlighting a word from its end; modules/textadept/editing.luamitchell
2014-05-28Removed `HIGHLIGHT_BRACES` option; modules/textadept/editing.luamitchell
2014-05-28Updated LuaDoc.mitchell
2014-05-28Utilize list separator characters instead of hard-coded characters.mitchell
2014-05-25Updated to Scintilla 3.4.2.mitchell
2014-05-25Added character equivalents for XPM images; modules/textadept/editing.luamitchell
2014-05-25ANSI C and Lua language module tweaks.mitchell
2014-05-24Drop support for official java, php, rails, and rhtml modules; src/Makefilemitchell
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
2014-05-24Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.mitchell
2014-05-23Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.mitchell
2014-05-23Fixed bug related to captures from previous searches; modules/textadept/find.luamitchell
2014-05-23Renamed `io.set_buffer_encoding()` to `buffer:set_encoding()`.mitchell
2014-05-19Fixed bug when double-clicking message buffer; modules/textadept/run.luamitchell
2014-05-19Fixed bug in opening Manual from Help menu; modules/textadept/menu.luamitchell
2014-05-19Use `spawn()` for launching help; modules/textadept/keys.luamitchell
2014-05-13Added block comment support for reST and YAML; modules/textadept/editing.luamitchell
2014-05-13Documented new `proc:read()`; core/.proc.luadocmitchell
2014-05-10Recognize reST and YAML files.mitchell
2014-05-10Add "_HOME/modules" to `package.cpath`; init.luamitchell
2014-05-10Fixed bug in exporting Lua symbols on Windows.mitchell
2014-04-30Added tag textadept_7.2 for changeset d68f10053b9bmitchell
2014-04-30Updated CHANGELOG.md.mitchell
2014-04-30Updated documentation.mitchell
2014-04-30Disable output buffering in Python; modules/textadept/run.luamitchell
2014-04-30Updated for 7.2.mitchell
2014-04-22Message buffer can send input to spawned processes; modules/textadept/run.luamitchell
2014-04-11Added tag textadept_7.2_beta_4 for changeset b11bd30a7e6amitchell
2014-04-11Updated CHANGELOG.md.mitchell
2014-04-10Updated Lua Adeptsense.mitchell
2014-04-10Updated for 7.2 beta 4.mitchell
2014-04-10More accurate error message; src/textadept.cmitchell
2014-04-10Temporarily disable spawn in OSX due to GLib crashes.mitchell
2014-04-10Fixed bug introduced by r1710 relating to absolute paths.mitchell
2014-04-07Added page describing Textadept's underlying technologies.mitchell
2014-04-06Added `lfs.abspath()` in order to always use absolute paths.mitchell
2014-04-06Fixed bug when cancelling dropdown dialog; core/ui.luamitchell
2014-04-06Clarified "wrapping" in find/replace; modules/textadept/find.luamitchell
2014-04-01Added tag textadept_7.2_beta_3 for changeset ecdf2fd8e2e7mitchell
2014-04-01Updated CHANGELOG.md.mitchell