aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Updated Polish translation; core/locales/locale.pl.confGravatar mitchell2014-07-09
* Updated FAQ.md on dependency compile errors.Gravatar mitchell2014-07-09
* Refactored bits of the Makefile and added Scintillua et. al. versioning.Gravatar mitchell2014-07-09
* Updated to Scintilla 3.4.4.Gravatar mitchell2014-07-03
* Updated header links to be relative when possible; doc/.header.mdGravatar mitchell2014-07-03
* Updated links and homepage.Gravatar mitchell2014-07-02
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
* Changed URL for stats.Gravatar mitchell2014-06-28
* Updated Polish translation; core/locales/locale.pl.confGravatar mitchell2014-06-24
* Added Polish translation.Gravatar mitchell2014-06-21
* More info on sponsorship.Gravatar mitchell2014-06-20
* More code cleanup; modules/textadept/editing.luaGravatar mitchell2014-06-20
* Added sponsors and sponsorship info; THANKS.mdGravatar mitchell2014-06-20
* Added `event.FOCUS` for when Textadept's window receives focus.Gravatar mitchell2014-06-20
* Lua code cleanup.Gravatar mitchell2014-06-12
* Added tag textadept_7.4 for changeset dc429d5b0891Gravatar mitchell2014-06-12
* Updated CHANGELOG.md.Gravatar mitchell2014-06-10
* Updated for 7.4.Gravatar mitchell2014-06-10
* 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