Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
|
|
`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.)
|
|
`ui.find.entry_font`.
Also use type checks when setting find & replace text and labels.
|
|
|
|
Some of the Scintilla API has changed, and by extension the Scintillua API.
|
|
Use clang-format, LuaFormatter, and 100 character limit on lines.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
Clarify that it's not normally needed.
|
|
Normally history is auto-appended by the default '\n' key handler, but some
custom modes may have their own '\n' handlers and did not have a way to append
history.
|
|
|
|
|
|
|
|
|
|
Include buffer/view constants as well, which should have been there anyway.
|
|
|
|
|
|
|
|
This is analagous to `events.FIND_TEXT_CHANGED`.
|
|
Also moved buffer state save/restore into ui module.
|
|
|
|
|
|
|
|
This confuses Jekyll's Liquid tag processing.
|
|
Updated header id generation, anchors, links, and header levels.
Added dedicated book page and support data.
Removed extra module autocompletion and documentation from Lua module.
Removed GPG signing and verification, as everything is built and distributed on
GitHub.
Removed all release links prior to 10.8 since there is no point in uploading
the relevant files to GitHub.
|
|
Added some documentation infrastructure for eventual migration to a new build
service. Use a simple Lua script for generating documentation offline.
|
|
Also tweaked Makefile with basic git support for an eventual migration to
a new build service.
|
|
|
|
|
|
|
|
|
|
|