Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This patch was submitted upstream and should not be needed in the next release
of Scintilla.
|
|
|
|
|
|
|
|
Made a note in module documentation that there has been a traditional keychain
reserved for use by language modules.
|
|
|
|
|
|
Scintilla 3.5.4 added "buffer.indic_hover_style" and "buffer.indic_hover_fore",
effectively replacing hotspot styles and colors. Lexers were not using hotspot
styles anyway -- hotspots could only be used by manually styling text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These include "view_eol", "wrap_mode", "view_ws", "margin_type_n", and
"margin_width_n". The latter two are for preventing clashes between modules that
modify margins on a per-buffer basis.
|
|
|
|
|
|
|
|
|
|
|
|
Ensure the result of snippets[name] is not a table.
|
|
Editing `textadept.menu.context_menu` directly is good enough.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is desirable to keep the command entry visible if the window is losing focus.
Otherwise, allow normal focus out events to be fired, including Scintilla's
defaults that hide the cursor, etc.
|
|
|
|
|
|
|
|
Suspend can be prevented by an error handler, described in a new FAQ entry.
New `events.RESUME` replaces `events.FOCUS` for the terminal version.
Utilize these events to disable/enable bracketed paste and mouse modes.
|
|
Thanks to Daniel Wutke.
|
|
|
|
Requires Scintillua r463 (changeset dab8ec9733ec).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The last beta used snapshots.
|
|
The change in revision 1900 did not work because `OSX` is only set in the GUI
version on Mac OSX.
Terminal.app does not render correctly when vertical scroll bars are enabled.
|