aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Collapse)AuthorAge
...
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
|
* Added Xs support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added systemd support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added Spin support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added RouterOS support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added fstab support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added systemd-networkd support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added Zig support.Gravatar mitchell2021-01-12
| | | | Requires latest Scintillua.
* Added Reason support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Pony support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Meson support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Julia support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Fantom support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Elm support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Clojure support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Fixed minor file extension issues.Gravatar mitchell2021-01-08
| | | | Forth and F# had a clash, and pico8 was using the wrong lexer name.
* Ensure a bare `ui.find.focus()` call resets incremental and in files options.Gravatar mitchell2020-12-19
|
* Save the current session prior to loading another one.Gravatar mitchell2020-12-15
|
* Updated Go error patterns.Gravatar mitchell2020-12-11
|
* Updated LuaDoc.Gravatar mitchell2020-11-30
|
* Added `events.UNFOCUS` for when Textadept loses focus.Gravatar mitchell2020-11-16
| | | | Do not emit this event when a dialog is active.
* Added argument to `events.FIND_RESULT_FOUND`.Gravatar mitchell2020-11-10
| | | | This fixes a bug introduced by r3029 when invoking search via a macro.
* Fill `keys` and `snippet` tables with language-specific tables on init.Gravatar mitchell2020-11-10
| | | | | This allows users and language modules to easily add bindings and snippets without stepping on each other.
* Added optional mode parameter to `ui.command_entry.append_history()`.Gravatar mitchell2020-11-01
| | | | | This allows for arbitrary appending to history, not just for the current or most recent mode.
* Moved find occurrence highlighting and counting into an event handler.Gravatar mitchell2020-10-30
|
* Updated LuaDoc.Gravatar mitchell2020-10-27
|
* Small code cleanup.Gravatar mitchell2020-10-23
|
* `textadept.editing.strip_trailing_spaces` should not apply to binary files.Gravatar mitchell2020-10-22
|
* Do not clear or perform find result highlighting in "Find in Files" buffer.Gravatar mitchell2020-10-21
| | | | When manually searching inside this buffer, leave existing highlights alone.
* Code cleanup.Gravatar mitchell2020-10-20
| | | | | | | | | | | | | | | | 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.
* Fixed "Enclose as XML Tags" with multiple selections.Gravatar mitchell2020-10-17
|
* Added `textadept.run.set_arguments()`.Gravatar mitchell2020-10-17
| | | | This replaces custom code in *modules/textadept/menu.lua*.
* Moved `ui.command_entry.active` into C.Gravatar mitchell2020-10-13
| | | | It's more reliable and is similar to `ui.find.active`.
* Construct regex replacement pattern from previous commit just once.Gravatar mitchell2020-10-13
|
* Implement \U, \L, \u, and \l case transformations in regex replacements.Gravatar mitchell2020-10-13
|
* Removed accidentally committed experimental code.Gravatar mitchell2020-10-12
|
* Updated LuaDoc for `ui.command_entry.append_history()`.Gravatar mitchell2020-10-12
| | | | Clarify that it's not normally needed.
* Added `ui.command_entry.append_history()` for manually appending history.Gravatar mitchell2020-10-12
| | | | | | 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.
* Updated LuaDoc.Gravatar mitchell2020-10-11
|
* Small LuaDoc update.Gravatar mitchell2020-10-08
|
* Fixed bug listing bookmarks for all open buffers.Gravatar mitchell2020-10-08
|
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
|
* Increase the width of dialogs that hold filenames in the terminal version.Gravatar mitchell2020-10-05
| | | | Long filenames are clipped.
* Fixed advancing caret for incremental find when text is not found.Gravatar mitchell2020-10-05
|
* Various manual and documentation updates.Gravatar mitchell2020-10-05
|
* Fixed python3 auto-detection for run commands.Gravatar mitchell2020-10-02
|
* Command entry also considers contents of `textadept` as globals.Gravatar mitchell2020-10-02
| | | | Include buffer/view constants as well, which should have been there anyway.
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-09-30
|
* Updated copyright information.Gravatar mitchell2020-09-29
|
* Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.Gravatar mitchell2020-09-19
|