Age | Commit message (Collapse) | Author |
|
`ui.find.entry_font`.
Also use type checks when setting find & replace text and labels.
|
|
Also prefer `view.first_visible_line =` rather than `view:scroll_lines()` since the latter is only
needed when display lines are involved.
|
|
|
|
Prefer:
* ANTLR '.g' over Gap
* ASM '.S' over R
* ini '.inf' over Inform
* ASP '.asa' over VB
|
|
Not all shadowing warnings need to be fixed.
|
|
Some of the Scintilla API has changed, and by extension the Scintillua API.
|
|
Do a simple position save instead of using the history mechanism.
|
|
For example external code formatting commands that replace buffer contents.
|
|
Use clang-format, LuaFormatter, and 100 character limit on lines.
|
|
|
|
|
|
|
|
Requires latest Scintillua.
|
|
Textadept hides the first tab by default since its information is duplicated in
the titlebar and screen space is wasted. However, some users choose to hide
titlebars (e.g. on window maximize/fullscreen), so this option now exists.
|
|
|
|
|
|
This is for systems like git that have '.git' files (not directories) for
submodules under a parent '.git' directory.
|
|
This enables the running of project tests.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Do not emit this event when a dialog is active.
|
|
This fixes a bug introduced by r3029 when invoking search via a macro.
|
|
This allows users and language modules to easily add bindings and snippets
without stepping on each other.
|
|
This allows for arbitrary appending to history, not just for the current or
most recent mode.
|
|
|
|
|
|
|
|
|
|
When manually searching inside this buffer, leave existing highlights alone.
|
|
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.
|
|
|