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.
|
|
|
|
|
|
Requires Scintillua r483 (changeset 90bc656005cf).
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
|
|
This is to avoid 3rd party language module breakage in 7.x. Will be removed in
8.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|