index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-05
File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.lua
mitchell
2016-04-05
Import Lua UTF-8 pattern functions directly into `utf8` library from C.
mitchell
2016-04-02
Code cleanup.
mitchell
2016-03-29
No need to pack and unpack `...`; core/events.lua
mitchell
2016-03-29
Updated comment strings; modules/textadept/editing.lua
mitchell
2016-03-26
Always link to iconv on BSD; src/Makefile
mitchell
2016-03-26
Support UTF-8 Lua pattern matching.
mitchell
2016-03-22
Only show the menubar if there are menus; src/textadept.c
mitchell
2016-03-18
Updated to Scintilla and Scintillua 3.6.4; src/Makefile
mitchell
2016-03-01
Added tag textadept_8.6 for changeset f27778cd1d49
mitchell
2016-03-01
Removed extraneous debug statement; modules/textadept/session.lua
mitchell
2016-02-29
Updated CHANGELOG.md.
mitchell
2016-02-29
Temporarily use latest version of Scintillua; src/Makefile
mitchell
2016-02-29
Updated for 8.6.
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-25
Updated to lspawn 1.4; src/Makefile
mitchell
2016-02-17
Fixed potential buffer overflow; src/textadept.c
mitchell
2016-02-05
Fix building CDK in debug mode.
mitchell
2016-02-03
Ensure Win32 single instance thread is terminated on exit; src/textadept.c
mitchell
2016-02-03
Updated to Scinterm 1.7; src/Makefile
mitchell
2016-02-01
Use an archived CDK version instead of the latest; src/Makefile
mitchell
2016-02-01
Code cleanup; ui.lua
mitchell
2016-02-01
Do not assume 1 byte char widths in Lua pattern find; modules/textadept/find.lua
mitchell
2016-01-30
Replaced `buffer:text_range()` C function with a Lua function.
mitchell
2016-01-30
Added single-instance functionality for Win32 and require GLib 2.28+.
mitchell
2016-01-30
Code cleanup; src/textadept.c
mitchell
2016-01-29
Code cleanup; core/args.lua
mitchell
2016-01-29
Added '-v' and '--version' command line parameters.
mitchell
2016-01-29
Fixed focus bug in `view:goto_buffer()` with non-focused view; src/textadept.c
mitchell
2016-01-29
`buffer:clear_cmd_key()` should only take one argument.
mitchell
2016-01-23
Added support for PICO-8; modules/textadept/file_types.lua
mitchell
2016-01-23
Updated to Scintillua 3.6.3-1; src/Makefile
mitchell
2016-01-22
Only enable idle styling in the GUI version; properties.lua
mitchell
2016-01-14
Added support for Docker and MoonScript.
mitchell
2016-01-20
Updated to Scintilla 3.6.3 and enabled idle styling.
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
2016-01-02
Updated lspawn LuaDoc; core/init.lua
mitchell
[next]