Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It's probably better to have users enable it manually than to do something
unexpected.
|
|
|
|
C/C++ lexer was separated into ANSI C and C++ lexers.
Also took the opportunity to use shorter macros in compile/run commands.
|
|
It used to enclose just the part of the word behind the caret.
|
|
|
|
The caret is always constrained to the first line when no selection is present.
|
|
|
|
|
|
|
|
|
|
|
|
As a result, removed `ui.filteredlist()` and changed `io.open_file()` and
`io.snapopen()` APIs to accept tables of files and paths instead of "\n"
delimited strings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed their respective color settings.
|
|
|
|
A side effect is more efficient event emission during startup.
|
|
|
|
|
|
|
|
|
|
|
|
Also integrated comment strings into `_M.textadept.editing.comment_string` so
block commenting works out of the box.
|
|
|
|
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.
|
|
|
|
Thanks to Richard Philips.
|
|
|
|
"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.
|
|
|
|
|
|
|
|
Indicators are drawn under text and are not translucent anymore. Also, markers
are no longer placed on lines.
|
|
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
This requires Scinterm hg changeset 40 (7e25b9a35fbd).
|
|
|
|
|
|
|
|
|