Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
|
|
all text.
Otherwise each typed character overwrites the previously typed character.
|
|
`events.BUFFER_{BEFORE,AFTER}_REPLACE_TEXT`.
This allows more features to save/restore state when buffer contents are replaced (e.g. file
reload, filter through, etc.)
|
|
These were not defects, but "stylistic."
|
|
|
|
Not all shadowing warnings need to be fixed.
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Do not emit this event when a dialog is active.
|
|
This allows users and language modules to easily add bindings and snippets
without stepping on each other.
|
|
Prevent dir to walk from becoming an empty string.
|
|
|
|
|
|
|
|
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 Christof Böckler.
|