aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Refactored 'ansi_c' and 'lua' modules' snippets.Gravatar mitchell2015-10-22
* Added tags for the Lua C API to the ansi_c module.Gravatar mitchell2015-10-22
* Snippets can now be functions that return text; modules/textadept/snippets.luaGravatar mitchell2015-10-22
* Tabbing through a choice should autocomplete it; modules/textadept/snippets.luaGravatar mitchell2015-10-20
* Added snippet choice placeholders; modules/textadept/snippets.luaGravatar mitchell2015-10-20
* Save bookmarks in sessions; modules/textadept/session.luaGravatar mitchell2015-10-19
* Do not interpret `%n</...>` as transforms; modules/textadept/snippets.luaGravatar mitchell2015-10-12
* Fixed potential bug in UPDATE_UI handler; modules/textadept/snippets.luaGravatar mitchell2015-10-07
* Fixed '%' escape sequences in snippets; modules/textadept/snippets.luaGravatar mitchell2015-10-07
* Updated Lua autocompletion and documentation; modules/lua/apiGravatar mitchell2015-10-01
* Added Gherkin lexer.Gravatar mitchell2015-09-29
* Fixed Python syntax checker on Win32; modules/textadept/run.luaGravatar mitchell2015-09-26
* Do not emit LEXER_LOADED for the command entry; modules/textadept/file_types.luaGravatar mitchell2015-09-24
* Refactored snippets to use indicators instead of ugly placeholder text.Gravatar mitchell2015-09-18
* Improved apidoc lookup behind the caret; modules/textadept/editing.luaGravatar mitchell2015-09-14
* Fixed bug in parsing syntax error output for Ruby; modules/textadept/run.luaGravatar mitchell2015-09-07
* Use `spawn()` for syntax checking; modules/textadept/run.luaGravatar mitchell2015-09-04
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-08-28
* Use an empty block comment string by default; modules/textadept/editing.luaGravatar mitchell2015-08-25
* Handle 'typeref' in ctags; modules/ansi_c/init.luaGravatar mitchell2015-08-19
* Block comment should respect indentation; modules/textadept/editing.luaGravatar mitchell2015-08-16
* Added automatic syntax-checking capability as files are saved.Gravatar mitchell2015-08-08
* Added comment support for Elixir and WSF; modules/textadept/editing.luaGravatar mitchell2015-08-08
* Highlight found text in find in files results.Gravatar mitchell2015-07-25
* Fixed transpose characters bug at buffer start; modules/textadept/editing.luaGravatar mitchell2015-07-16
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-06-30
* The Enter key is always reported as '\n' on Windows; modules/textadept/keys.luaGravatar mitchell2015-06-27
* Allow `select_word()` to select all occurrences; modules/textadept/editing.luaGravatar mitchell2015-06-23
* Updated to Scintilla 3.5.7.Gravatar mitchell2015-06-23
* Added support for Windows Script Files; modules/textadept/file_types.luaGravatar mitchell2015-06-09
* Better solution for previous commit; modules/textadept/file_types.luaGravatar mitchell2015-06-01
* Allow "#!/usr/bin/env ..." file detection; modules/textadept/file_types.luaGravatar mitchell2015-05-13
* Added support for Elixir.Gravatar mitchell2015-05-07
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-04-30
* Added `RUN_IN_BACKGROUND` field for shell commands; modules/textadept/run.luaGravatar mitchell2015-04-22
* Updated Lua autocompletion and documentation.Gravatar mitchell2015-04-19
* 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