aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-10Updated for 7.5.mitchell
2014-07-09Updated Polish translation; core/locales/locale.pl.confmitchell
Thanks to Piotr Orzechowski.
2014-07-09Updated FAQ.md on dependency compile errors.mitchell
Describe how to identify and download revisions rather than relying on tags, which will be removed.
2014-07-09Refactored bits of the Makefile and added Scintillua et. al. versioning.mitchell
2014-07-03Updated to Scintilla 3.4.4.mitchell
2014-07-03Updated header links to be relative when possible; doc/.header.mdmitchell
2014-07-02Updated links and homepage.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-28Changed URL for stats.mitchell
2014-06-24Updated Polish translation; core/locales/locale.pl.confmitchell
Thanks to Piotr Orzechowski
2014-06-21Added Polish translation.mitchell
Thanks to Piotr Orzechowski.
2014-06-20More info on sponsorship.mitchell
2014-06-20More code cleanup; modules/textadept/editing.luamitchell
2014-06-20Added sponsors and sponsorship info; THANKS.mdmitchell
2014-06-20Added `event.FOCUS` for when Textadept's window receives focus.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-12Added tag textadept_7.4 for changeset dc429d5b0891mitchell
2014-06-10Updated CHANGELOG.md.mitchell
2014-06-10Updated for 7.4.mitchell
2014-06-09Generate Lua interface using Scintilla instead of SciTE; scripts/gen_iface.luamitchell
2014-06-09Fixed word autocompletion bug when ignoring case; modules/textadept/editing.luamitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-06-07Updated FAQ.md.mitchell
2014-06-07Added parameter to `events.UPDATE_UI`.mitchell
2014-06-05Replaced large logo on homepage with animated gif.mitchell
2014-06-04Updated spawn LuaDoc; core/init.luamitchell
2014-06-04Always focus the message buffer initially; modules/textadept/run.luamitchell
This allows process output to be scrolled into view until the user switches buffers.
2014-06-04Pressing "Enter" in message buffer simulates double-click.mitchell
In a "Find in Files" buffer, goes to the file on the current line. In a message buffer, jumps to the error or warning on the current line.
2014-06-02Added tag textadept_7.3 for changeset d15064693a33mitchell
2014-05-31Updated CHANGELOG.md.mitchell
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
Any changes, even incremental ones, are reflected immediately. As a result, removed `set_menubar()` and `set_contextmenus()` from API.
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
Setting the style of `INDIC_BRACEMATCH` to `INDIC_HIDDEN` effectively disables brace highlighting.
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
Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b.
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
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
2014-05-24Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.mitchell
Removed workaround for autocompleting in multiple selections. Requires Scintilla changeset 5114:bd09a915437d.