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-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
2015-03-09
Updated to Scintilla 3.5.4.
mitchell
2015-03-07
Added Fish lexer; modules/textadept/file_types.lua
mitchell
2015-02-18
Consider some view-specific properties as buffer-specific ones.
mitchell
2015-02-09
Return values from abbreviated functions; modules/textadept/command_entry.lua
mitchell
2015-01-29
Fixed snippets bug when name matches lexer name; modules/textadept/snippets.lua
mitchell
2015-01-29
Removed language-specific context menus.
mitchell
2015-01-22
Small code and documentation cleanup.
mitchell
2015-01-20
Updated Lua autocompletion and documentation.
mitchell
2015-01-15
Added events for terminal suspend and resume.
mitchell
2015-01-15
Restore ^Z as undo if terminal suspend is disabled; modules/textadept/keys.lua
mitchell
2015-01-15
Added filetypes for vCard and Texinfo lexers; modules/textadept/file_types.lua
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-12-24
Small code and documentation cleanup.
mitchell
2014-12-23
Enable suspend in the terminal version.
mitchell
2014-11-30
Show command entry call tips above it; modules/textadept/command_entry.lua
mitchell
2014-11-30
Show character info with lexer and style call tip; modules/textadept/keys.lua
mitchell
2014-11-30
Added UTF-8 input mode for OSX and curses; modules/textadept/keys.lua
mitchell
2014-11-29
Fixed command entry reset bug for real instead of in r1861.
mitchell
2014-11-29
Show symbol documentation in the Lua command entry; modules/textadept/keys.lua
mitchell
2014-11-26
Fixed bug in jumping to compile/run errors and clear annotations before builds.
mitchell
2014-11-26
Allow connection to `events.QUIT` without requiring index of 1.
mitchell
2014-11-25
Include buffer constants in completions; modules/textadept/command_entry.lua
mitchell
2014-11-24
Use Bash syntax highlighting for "filter through" via the command entry.
mitchell
2014-11-15
Fixed command entry reset bug now that the entry is a Scintilla buffer.
mitchell
2014-11-12
Code and documentation cleanup.
mitchell
2014-11-11
Added new `_SCINTILLA.next_image_type()` for registering images.
mitchell
2014-11-06
Use the current working directory in fileselect dialogs.
mitchell
[next]