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-16
Added menu item and dialog for setting run/compile command arguments.
mitchell
2016-04-16
Allow file-specific run/compile commands; modules/textadept/run.lua
mitchell
2016-04-16
Localize "Lua reset" message.
mitchell
2016-04-16
Fixed spelling error in English-localized messages.
mitchell
2016-04-16
Find in files should not print the contents of binary files.
mitchell
2016-04-16
Fixed error when showing style at buffer end; modules/textadept/menu.lua
mitchell
2016-04-16
Small code cleanup.
mitchell
2016-04-16
`events.CHAR_ADDED` emits a character code, not a byte.
mitchell
2016-04-15
Allow `textadept.menu.menubar = nil`; modules/textadept/menu.lua
mitchell
2016-04-15
Use function notation for menu and key commands.
mitchell
2016-04-12
Ouput 'cd' for run/compile commands when necessary; modules/textadept/run.lua
mitchell
2016-04-11
Fixed regression for `%<...>` and `%[...]`; modules/textadept/snippets.lua
mitchell
2016-04-11
Save and restore horizontal scroll position when switching buffers; core/ui.lua
mitchell
2016-04-10
Small documentation update.
mitchell
2016-04-10
Fixed "replace within selection" edge case; modules/textadept/find.lua
mitchell
2016-04-10
Center found text in the view; modules/textadept/find.lua
mitchell
2016-04-09
More efficient window refreshing in the terminal version; src/textadept.c
mitchell
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-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
[next]