Age | Commit message (Collapse) | Author |
|
|
|
|
|
Prefer:
* ANTLR '.g' over Gap
* ASM '.S' over R
* ini '.inf' over Inform
* ASP '.asa' over VB
|
|
Some of the Scintilla API has changed, and by extension the Scintillua API.
|
|
Use clang-format, LuaFormatter, and 100 character limit on lines.
|
|
Requires latest Scintillua.
|
|
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Requires latest Scintillua.
|
|
Forth and F# had a clash, and pico8 was using the wrong lexer name.
|
|
Of note:
* io.save_all_files() does not visit each buffer to save anymore. An unintended
side-effect was checking for outside modification (but only if the file itself
was modified), so outside changes will always be saved over now.
* The menu clicked handler uses assert_type(), so the 'Unknown command'
localization is no longer needed.
* When printing to a new buffer type would split the view, use an existing split
view when possible.
* Prefer 'goto continue' construct in loops over nested 'if's.
* Fixed clearing of ui.find.replace_entry_text on reset in the GUI version.
* Fixed lack of statusbar updating when setting options like buffer EOL mode,
indentation, and encoding.
* Renamed internal new_snippet() to new() and put it in the snippet metatable.
|
|
|
|
Thanks to anonymous.
Requires scintillua r841 (changeset a1f0f494ff0e).
|
|
|
|
Thanks to Momohime Honda.
|
|
This requires theme updates, primarily due to colour -> color.
|
|
This allows for a superficial separation of buffer- and view-specific Scintilla
functionality. buffers and views can now be used interchangeably for the most
part, and the APIs are guidance, not hard requirements. User scripts do not
require any modification and will continue to function normally.
|
|
|
|
This requires Scintilla changeset 429993cf4429.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Ypnose.
|
|
|
|
|
|
|
|
In particular, the Markdown lexer produces different line heights than most
other lexers, so set the lexer as soon as possible in order for the correct
scroll calculations to be made further down the `events.BUFFER_AFTER_SWITCH`
handler line.
|
|
|
|
|
|
|
|
|
|
|
|
Requires Scintillua r592 (changeset 149ae95d14f3).
|
|
Otherwise, stderr needs to be inspected.
Requires Scintillua r584 (changeset fa39221dd5ad).
|
|
|
|
Requires Scintillua r570 (changeset fe4431acc506).
|