aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Added `symlink` filter option for ignoring symlinked files and directories.Gravatar mitchell2015-04-13
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-04-01
* "Goto Bookmark" shows marks from all buffers; modules/textadept/bookmarks.luaGravatar mitchell2015-03-26
* Small documentation updates.Gravatar mitchell2015-03-20
* Added some support for Rust and TOML.Gravatar mitchell2015-03-19
* Allow bookmarks to be toggled on specific lines; modules/textadept/bookmarks.luaGravatar mitchell2015-03-17
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Removed long-hand compile and run string macros; modules/textadept/run.luaGravatar mitchell2015-03-15
* Filter through now uses `spawn()`; modules/textadept/editing.luaGravatar mitchell2015-03-14
* Lua code cleanup.Gravatar mitchell2015-03-12
* Nimrod is now Nim.Gravatar mitchell2015-03-11
* Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.Gravatar mitchell2015-03-11
* Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.Gravatar mitchell2015-03-10
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-03-10
* Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.Gravatar mitchell2015-03-10
* Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.Gravatar mitchell2015-03-09
* Updated to Scintilla 3.5.4.Gravatar mitchell2015-03-09
* Added Fish lexer; modules/textadept/file_types.luaGravatar mitchell2015-03-07
* Consider some view-specific properties as buffer-specific ones.Gravatar mitchell2015-02-18
* Return values from abbreviated functions; modules/textadept/command_entry.luaGravatar mitchell2015-02-09
* Fixed snippets bug when name matches lexer name; modules/textadept/snippets.luaGravatar mitchell2015-01-29
* Removed language-specific context menus.Gravatar mitchell2015-01-29
* Small code and documentation cleanup.Gravatar mitchell2015-01-22
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-01-20
* Added events for terminal suspend and resume.Gravatar mitchell2015-01-15
* Restore ^Z as undo if terminal suspend is disabled; modules/textadept/keys.luaGravatar mitchell2015-01-15
* Added filetypes for vCard and Texinfo lexers; modules/textadept/file_types.luaGravatar mitchell2015-01-15
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-01-09
* Updated copyright year.Gravatar mitchell2014-12-31
* Small code and documentation cleanup.Gravatar mitchell2014-12-24
* Fixed C module's ctag autocompletion and utilize project or directory tags.Gravatar mitchell2014-12-24
* 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