Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This is an experimental change and requires the latest Scintillua changes.
|
|
|
|
Deprecated `textadept.menu.set_contextmenu()` in favor of new
`textadept.menu.set_contextmenus()`.
|
|
This eliminates the problems caused by libtermkey and CDK having separate input
buffers.
|
|
|
|
Compile in a stripped version of Steve Donovan's winapi library and override
`io.popen` and `os.execute`.
|
|
|
|
|
|
|
|
|
|
Created a "dummy" Scintilla view for operating on non-global documents.
Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's
`buffer.modify`.
|
|
|
|
|
|
A side effect is more efficient event emission during startup.
|
|
|
|
|
|
|
|
Also ensure backward-compatibility with existing session files.
|
|
This prevents any disorienting scrolling.
|
|
This prevents any disorienting scrolling.
|
|
|
|
C implicitly initializes them to NULL.
|
|
This reverts "Enter" to '\r' in Lua, so make a KEYSYM to retain '\n'.
|
|
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.
|
|
Win32-curses still uses '\r' since pdcurses reports it.
|
|
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.
|
|
|
|
The GtkEntryCompletion's key handler should take precedence over GtkEntry's.
|
|
|
|
This fixes Fn key recognition.
|
|
|
|
|
|
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
|
|
|
|
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
|
|
|
|
|
|
This requires gtdialog hg changeset 49 (75a6c2b9b9b7).
|
|
|
|
|
|
|