aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Updated Lua Adeptsense.Gravatar mitchell2014-04-10
* Updated for 7.2 beta 4.Gravatar mitchell2014-04-10
* More accurate error message; src/textadept.cGravatar mitchell2014-04-10
* Temporarily disable spawn in OSX due to GLib crashes.Gravatar mitchell2014-04-10
* Fixed bug introduced by r1710 relating to absolute paths.Gravatar mitchell2014-04-10
* Added page describing Textadept's underlying technologies.Gravatar mitchell2014-04-07
* Added `lfs.abspath()` in order to always use absolute paths.Gravatar mitchell2014-04-06
* Fixed bug when cancelling dropdown dialog; core/ui.luaGravatar mitchell2014-04-06
* Clarified "wrapping" in find/replace; modules/textadept/find.luaGravatar mitchell2014-04-06
* Added tag textadept_7.2_beta_3 for changeset ecdf2fd8e2e7Gravatar mitchell2014-04-01
* Updated CHANGELOG.md.Gravatar mitchell2014-04-01
* Updated for 7.2 beta 2.Gravatar mitchell2014-04-01
* Updated to Scintilla 3.4.1; src/MakefileGravatar mitchell2014-04-01
* 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 CDK compiling info for new "optionselect" dialog; doc/12_Compiling.mdGravatar mitchell2014-03-24
* Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.Gravatar mitchell2014-03-23
* Added new `ui.SILENT_PRINT` option for printing to buffers silently; core/ui.luaGravatar mitchell2014-03-20
* Changed line endings back to UNIX; THANKS.mdGravatar mitchell2014-03-12