Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On FreeBSD the https link was problematic.
|
|
|
|
These flags were causing the nightly builds to fail.
Lua 5.3's 64-bit integers use "long long", which is not supported by c++98.
However, mingw32 has issues with -std=c++0x and apple-darwin does not support it
at all. Instead, resort to disabling the "long long" warning.
|
|
This fixes a view-specific property bug.
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
|
|
|
|
This patch was submitted upstream and should not be needed in the next release
of Scintilla.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
The last beta used snapshots.
|
|
|
|
|
|
Clicking on the first character in a line caused Scintilla to think the line's
margin was clicked, incorrectly selecting the entire line.
|
|
Patch libtermkey to allow this and also to support mouse enabling/disabling.
Needed to change ^Z undo to M-Z and added M-S-Z as extra redo.
|
|
|
|
|
|
|
|
|
|
When the call tip is smaller than the window (such as the command entry), keep
existing position in order to keep the call tip from appearing in front of
buffer text.
|
|
|
|
|
|
|
|
|
|
|
|
|