aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed API documentation generation bug; doc/markdowndoc.luaGravatar mitchell2016-06-14
* Updated to Lua 5.3.3.Gravatar mitchell2016-06-11
* Updated to Scintilla 3.6.6; src/MakefileGravatar mitchell2016-06-05
* Fixed stack overflow when accessing nil keys; modules/textadept/menu.luaGravatar mitchell2016-05-19
* Added tag textadept_8.7 for changeset 70ce6812e62fGravatar mitchell2016-04-30
* Updated CHANGELOG.md.Gravatar mitchell2016-04-30
* Added keybinding for setting compile/run args; modules/textadept/keys.luaGravatar mitchell2016-04-29
* Updated Lua autocompletion and documentation.Gravatar mitchell2016-04-29
* Textadept has been around for more than 8 years now; doc/manual.mdGravatar mitchell2016-04-29
* Updated for 8.7.Gravatar mitchell2016-04-29
* Disabled `CHECK_SYNTAX` by default; modules/textadept/run.luaGravatar mitchell2016-04-29
* `enclose()` works with multiple selections; modules/textadept/editing.luaGravatar mitchell2016-04-28
* Updated some translations.Gravatar mitchell2016-04-28
* Handle non-existent compile/run commands gracefully; modules/textadept/menu.luaGravatar mitchell2016-04-26
* Updated Scintilla, Scinterm, and lspawn; src/MakefileGravatar mitchell2016-04-26
* Reverted r2149 (center found text in the view); modules/textadept/find.luaGravatar mitchell2016-04-18
* Added menu item and dialog for setting run/compile command arguments.Gravatar mitchell2016-04-16
* Allow file-specific run/compile commands; modules/textadept/run.luaGravatar mitchell2016-04-16
* Localize "Lua reset" message.Gravatar mitchell2016-04-16
* Fixed spelling error in English-localized messages.Gravatar mitchell2016-04-16
* Find in files should not print the contents of binary files.Gravatar mitchell2016-04-16
* Fixed error when showing style at buffer end; modules/textadept/menu.luaGravatar mitchell2016-04-16
* Small code cleanup.Gravatar mitchell2016-04-16
* `events.CHAR_ADDED` emits a character code, not a byte.Gravatar mitchell2016-04-16
* Allow `textadept.menu.menubar = nil`; modules/textadept/menu.luaGravatar mitchell2016-04-15
* Use function notation for menu and key commands.Gravatar mitchell2016-04-15
* Ouput 'cd' for run/compile commands when necessary; modules/textadept/run.luaGravatar mitchell2016-04-12
* Fixed regression for `%<...>` and `%[...]`; modules/textadept/snippets.luaGravatar mitchell2016-04-11
* Save and restore horizontal scroll position when switching buffers; core/ui.luaGravatar mitchell2016-04-11
* Small documentation update.Gravatar mitchell2016-04-10
* Fixed "replace within selection" edge case; modules/textadept/find.luaGravatar mitchell2016-04-10
* Center found text in the view; modules/textadept/find.luaGravatar mitchell2016-04-10
* More efficient window refreshing in the terminal version; src/textadept.cGravatar mitchell2016-04-09
* Fixed bugs in session view restoration; modules/textadept/session.luaGravatar mitchell2016-04-09
* Code cleanup, bugfixes, and improvements; modules/textadept/run.luaGravatar mitchell2016-04-07
* Only show snippet trigger and text in selection dialog.Gravatar mitchell2016-04-07
* Allow string lookup of menu items in menus; modules/textadept/menu.luaGravatar mitchell2016-04-06
* Do not assume 1-byte characters in incremental find; modules/textadept/keys.luaGravatar mitchell2016-04-06
* Default to project root when finding in files; modules/textadept/find.luaGravatar mitchell2016-04-06
* Support UTF-8 searches in files; modules/textadept/find.luaGravatar mitchell2016-04-05
* Improved efficiency of word autocompletion from all buffers.Gravatar mitchell2016-04-05
* Fixed indentation conversion; modules/textadept/editing.luaGravatar mitchell2016-04-05
* Use more accurate variable names in `events.CHAR_ADDED` events.Gravatar mitchell2016-04-05
* Reworked Lua completions; modules/textadept/command_entry.luaGravatar mitchell2016-04-05
* Do not run some `events.UPDATE_UI` handlers when scrolling.Gravatar mitchell2016-04-05
* Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.Gravatar mitchell2016-04-05
* File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.luaGravatar mitchell2016-04-05
* Import Lua UTF-8 pattern functions directly into `utf8` library from C.Gravatar mitchell2016-04-05
* Code cleanup.Gravatar mitchell2016-04-02
* No need to pack and unpack `...`; core/events.luaGravatar mitchell2016-03-29