aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Enable suspend in the terminal version.Gravatar mitchell2014-12-23
* Show command entry call tips above it; modules/textadept/command_entry.luaGravatar mitchell2014-11-30
* Updated Lua autocompletion and documentation.Gravatar mitchell2014-11-30
* Show character info with lexer and style call tip; modules/textadept/keys.luaGravatar mitchell2014-11-30
* Added UTF-8 input mode for OSX and curses; modules/textadept/keys.luaGravatar mitchell2014-11-30
* Fixed command entry reset bug for real instead of in r1861.Gravatar mitchell2014-11-29
* Show symbol documentation in the Lua command entry; modules/textadept/keys.luaGravatar mitchell2014-11-29
* Fixed bug in jumping to compile/run errors and clear annotations before builds.Gravatar mitchell2014-11-26
* Allow connection to `events.QUIT` without requiring index of 1.Gravatar mitchell2014-11-26
* Include buffer constants in completions; modules/textadept/command_entry.luaGravatar mitchell2014-11-25
* Use Bash syntax highlighting for "filter through" via the command entry.Gravatar mitchell2014-11-24
* Fixed command entry reset bug now that the entry is a Scintilla buffer.Gravatar mitchell2014-11-15
* Code and documentation cleanup.Gravatar mitchell2014-11-12
* Added new `_SCINTILLA.next_image_type()` for registering images.Gravatar mitchell2014-11-11
* Use the current working directory in fileselect dialogs.Gravatar mitchell2014-11-06
* Ensure "find in files" is off when activating normal find.Gravatar mitchell2014-10-30
* Fixed bug in ANSI C autocompletion; modules/ansi_c/init.luaGravatar mitchell2014-10-29
* Handle unknown CSI events and bracketed pasted in the terminal version.Gravatar mitchell2014-10-18
* Parameterize lexer and height for `ui.command_entry.enter_mode()`.Gravatar mitchell2014-10-13
* Grow and shrink views by an integral, not arbitrary, value.Gravatar mitchell2014-10-11
* Move the command entry into a split pane on GTK.Gravatar mitchell2014-10-11
* Automatically add standard editing keys; modules/textadept/command_entry.luaGravatar mitchell2014-10-07
* Fixed autocomplete bug in curses; modules/textadept/command_entry.luaGravatar mitchell2014-10-06
* Added editing keys for use with other modes; modules/textadept/command_entry.luaGravatar mitchell2014-10-05
* Replaced command entry text field with a Scintilla buffer.Gravatar mitchell2014-10-05
* Updated Lua autocompletion and documentation.Gravatar mitchell2014-09-29
* Fix replace bug when embedded Lua evals to a number; modules/textadept/find.luaGravatar mitchell2014-09-29
* More LuaDoc updates.Gravatar mitchell2014-09-17
* Added terminal key binding to stop the currently running process.Gravatar mitchell2014-09-17
* Updated some LuaDoc.Gravatar mitchell2014-09-16
* Added Xtend lexer; modules/textadept/file_types.luaGravatar mitchell2014-09-15
* Enable true spawning on Mac OSX GUI version.Gravatar mitchell2014-09-04
* Updated Lua autocompletion and documentation.Gravatar mitchell2014-09-01
* Reverted separating ^H from Backspace in the terminal version.Gravatar mitchell2014-08-15
* Separate ^H from Backspace in the terminal version.Gravatar mitchell2014-08-13
* Updated Lua autocompletion and documentation.Gravatar mitchell2014-07-10
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
* More code cleanup; modules/textadept/editing.luaGravatar mitchell2014-06-20
* Lua code cleanup.Gravatar mitchell2014-06-12
* 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
* 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
* Updated Lua autocompletions and documentation.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