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
Age
Commit message (
Expand
)
Author
2016-04-09
Fixed bugs in session view restoration; modules/textadept/session.lua
mitchell
2016-04-07
Code cleanup, bugfixes, and improvements; modules/textadept/run.lua
mitchell
2016-04-07
Only show snippet trigger and text in selection dialog.
mitchell
2016-04-06
Allow string lookup of menu items in menus; modules/textadept/menu.lua
mitchell
2016-04-06
Do not assume 1-byte characters in incremental find; modules/textadept/keys.lua
mitchell
2016-04-06
Default to project root when finding in files; modules/textadept/find.lua
mitchell
2016-04-05
Support UTF-8 searches in files; modules/textadept/find.lua
mitchell
2016-04-05
Improved efficiency of word autocompletion from all buffers.
mitchell
2016-04-05
Fixed indentation conversion; modules/textadept/editing.lua
mitchell
2016-04-05
Use more accurate variable names in `events.CHAR_ADDED` events.
mitchell
2016-04-05
Reworked Lua completions; modules/textadept/command_entry.lua
mitchell
2016-04-05
Do not run some `events.UPDATE_UI` handlers when scrolling.
mitchell
2016-04-05
Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.
mitchell
2016-04-02
Code cleanup.
mitchell
2016-03-29
Updated comment strings; modules/textadept/editing.lua
mitchell
2016-03-26
Support UTF-8 Lua pattern matching.
mitchell
2016-03-01
Removed extraneous debug statement; modules/textadept/session.lua
mitchell
2016-02-29
Updated Lua autocompletion and documentation.
mitchell
2016-02-26
Fixed bug in setting view properties when restoring sessions with nested splits.
mitchell
2016-02-01
Do not assume 1 byte char widths in Lua pattern find; modules/textadept/find.lua
mitchell
2016-01-29
Added '-v' and '--version' command line parameters.
mitchell
2016-01-23
Added support for PICO-8; modules/textadept/file_types.lua
mitchell
2016-01-14
Added support for Docker and MoonScript.
mitchell
2016-01-19
Fixed bug in escaping '([{<' after mirrors; modules/textadept/snippets.lua
mitchell
2016-01-02
Added support for APL, Faust, Ledger, man/roff, and Pure.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-12-31
Updated Lua autocompletion and documentation.
mitchell
2015-12-30
Fixed bug restoring split views in large windows; modules/textadept/session.lua
mitchell
2015-12-29
Fixed bug in restoring state after cancel; modules/textadept/snippets.lua
mitchell
2015-12-23
Attempted fix for edge-case state inconsistency in snippets.
mitchell
2015-12-07
Added support for AutoIt.
mitchell
2015-12-06
Updated to Lua 5.3.2.
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-11-07
Updated Lua autocompletion and documentation.
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
Refactored 'ansi_c' and 'lua' modules' snippets.
mitchell
2015-10-22
Added tags for the Lua C API to the ansi_c module.
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
[prev]
[next]