Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Themes are now just single files that share Textadept's Lua state.
Also added a new "settings.lua" that functions in place of buffer and view theme
files.
Requires latest Scintillua.
|
|
This fix is in 6.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Win32-curses still uses '\r' since pdcurses reports it.
|
|
|
|
|
|
|
|
Thanks to Richard Philips.
|
|
|
|
If command_entry_completion handles keys first, pressing "Tab" after showing
completions switches focus to Scintilla without propagating the key.
If command_entry handles keys first, pressing "Enter" in the completion list
will be incorrectly interpreted as a normal "Enter" press.
Reverted to using the "activate" signal to interpret "Enter" so command_entry
can handle keys first, keeping "Tab" from switching focus.
|
|
|
|
An absolute field like '_G.events.FILE_OPENED' used to be tagged as belonging to
the 'io' module, but it is tagged properly now.
|
|
|
|
|
|
The module was being loaded by default anyway. Besides, the user's
modules/textadept/init.lua controls which parts are loaded.
|
|
|
|
|
|
|
|
This fix was repackaged into 6.6 beta.
|
|
|
|
|
|
|
|
|
|
Lua pattern matching in reverse is now possible.
|
|
Also refactored encoding detection.
|