index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
Age
Commit message (
Expand
)
Author
2015-12-07
Added support for AutoIt.
mitchell
2015-12-03
Allow compile, run, and build command functions to specify a working directory.
mitchell
2015-12-03
Added support for the Icon language.
mitchell
2015-11-16
Added support for SNOBOL4.
mitchell
2015-11-12
Fixed '%' escape sequences in snippets; modules/textadept/snippets.lua
mitchell
2015-10-28
Ensure placeholders are eventually cleared; modules/textadept/snippets.lua
mitchell
2015-10-27
Fixed simple placeholders in default text; modules/textadept/snippets.lua
mitchell
2015-10-22
Only save bookmarks for eligible buffers; modules/textadept/session.lua
mitchell
2015-10-22
Do not call snippet functions by mistake; modules/textadept/snippets.lua
mitchell
2015-10-22
Snippets can now be functions that return text; modules/textadept/snippets.lua
mitchell
2015-10-20
Tabbing through a choice should autocomplete it; modules/textadept/snippets.lua
mitchell
2015-10-20
Added snippet choice placeholders; modules/textadept/snippets.lua
mitchell
2015-10-19
Save bookmarks in sessions; modules/textadept/session.lua
mitchell
2015-10-12
Do not interpret `%n</...>` as transforms; modules/textadept/snippets.lua
mitchell
2015-10-07
Fixed potential bug in UPDATE_UI handler; modules/textadept/snippets.lua
mitchell
2015-10-07
Fixed '%' escape sequences in snippets; modules/textadept/snippets.lua
mitchell
2015-09-29
Added Gherkin lexer.
mitchell
2015-09-26
Fixed Python syntax checker on Win32; modules/textadept/run.lua
mitchell
2015-09-24
Do not emit LEXER_LOADED for the command entry; modules/textadept/file_types.lua
mitchell
2015-09-18
Refactored snippets to use indicators instead of ugly placeholder text.
mitchell
2015-09-14
Improved apidoc lookup behind the caret; modules/textadept/editing.lua
mitchell
2015-09-07
Fixed bug in parsing syntax error output for Ruby; modules/textadept/run.lua
mitchell
2015-09-04
Use `spawn()` for syntax checking; modules/textadept/run.lua
mitchell
2015-08-25
Use an empty block comment string by default; modules/textadept/editing.lua
mitchell
2015-08-16
Block comment should respect indentation; modules/textadept/editing.lua
mitchell
2015-08-08
Added automatic syntax-checking capability as files are saved.
mitchell
2015-08-08
Added comment support for Elixir and WSF; modules/textadept/editing.lua
mitchell
2015-07-25
Highlight found text in find in files results.
mitchell
2015-07-16
Fixed transpose characters bug at buffer start; modules/textadept/editing.lua
mitchell
2015-06-27
The Enter key is always reported as '\n' on Windows; modules/textadept/keys.lua
mitchell
2015-06-23
Allow `select_word()` to select all occurrences; modules/textadept/editing.lua
mitchell
2015-06-23
Updated to Scintilla 3.5.7.
mitchell
2015-06-09
Added support for Windows Script Files; modules/textadept/file_types.lua
mitchell
2015-06-01
Better solution for previous commit; modules/textadept/file_types.lua
mitchell
2015-05-13
Allow "#!/usr/bin/env ..." file detection; modules/textadept/file_types.lua
mitchell
2015-05-07
Added support for Elixir.
mitchell
2015-04-22
Added `RUN_IN_BACKGROUND` field for shell commands; modules/textadept/run.lua
mitchell
2015-04-13
Added `symlink` filter option for ignoring symlinked files and directories.
mitchell
2015-03-26
"Goto Bookmark" shows marks from all buffers; modules/textadept/bookmarks.lua
mitchell
2015-03-20
Small documentation updates.
mitchell
2015-03-19
Added some support for Rust and TOML.
mitchell
2015-03-17
Allow bookmarks to be toggled on specific lines; modules/textadept/bookmarks.lua
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-15
Removed long-hand compile and run string macros; modules/textadept/run.lua
mitchell
2015-03-14
Filter through now uses `spawn()`; modules/textadept/editing.lua
mitchell
2015-03-12
Lua code cleanup.
mitchell
2015-03-11
Nimrod is now Nim.
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-03-10
Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.
mitchell
2015-03-09
Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.
mitchell
[next]