Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
"local buffer = buffer" and similar optimizations are not needed since lexing
the buffer is much more expensive and reaction time is limited by how fast the
keyboard can submit key presses.
|
|
|
|
|
|
|
|
|
|
|
|
The former was originally designed to complement the latter.
|
|
Also refactored modules/textadept/mime_types.lua.
Requires Scintillua r357.
|
|
Requires gtdialog r56.
|
|
|
|
Also changed experimental find incremental API.
|
|
|
|
|
|
|
|
|
|
The GtkEntryCompletion's key handler should take precedence over GtkEntry's.
|
|
|
|
Indicators are drawn under text and are not translucent anymore. Also, markers
are no longer placed on lines.
|
|
|
|
Requires Scinterm r51.
|
|
This fixes Fn key recognition.
|
|
|
|
|
|
|
|
Requires gtdialog r56.
|
|
|
|
|
|
|
|
|
|
|
|
|