aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Collapse)AuthorAge
* Updated for 11.4 nightly.Gravatar mitchell2022-03-02
| | | | | Lots of changes are in store for the next release, so label the intermediate state in an attempt to minimize confusion. The docs are published immediately on GitHub.
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
| | | | Requires latest gtDialog.
* Improve Windows network directory path handling.Gravatar mitchell2022-02-26
|
* Fixed potential crash caused by r3219.Gravatar mitchell2022-02-24
| | | | Ensure the view exists.
* Fixed bug in `ui.goto_file()` when specifying preferred view.Gravatar mitchell2022-02-23
|
* Updated to Scintilla 5.2.0.Gravatar mitchell2022-02-15
|
* Updated copyright year.Gravatar mitchell2022-01-31
|
* Updated for 11.3.Gravatar mitchell2022-01-31
|
* Updated for 11.3 beta 3.Gravatar mitchell2021-11-30
|
* Download Scintillua 5.3, Scinterm 3.2, and gtDialog 1.5 by name instead of ↵Gravatar mitchell2021-11-11
| | | | | | commit hash. Their contents have not materially changed.
* Updated for 11.3 beta 2.Gravatar mitchell2021-11-01
|
* Updated for 11.3 beta.Gravatar mitchell2021-09-30
|
* Updated to Scintilla 5.1.3.Gravatar mitchell2021-09-30
| | | | There is a crash on the Gtk platform that has been temporarily patched until a fix is released.
* Updated for 11.2.Gravatar mitchell2021-08-01
|
* Updated to Scintilla 5.1.1.Gravatar mitchell2021-07-26
|
* Updated to Scintilla 5.1.0.Gravatar mitchell2021-06-27
|
* Fixed incorrect bitwise operation.Gravatar mitchell2021-06-12
| | | | This consolidates changes from r3135 and r3149 and fixes an additional restore selection case.
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-06-11
|
* Updated for 11.2 beta 3.Gravatar mitchell2021-06-11
|
* `textadept.editing.filter_through` respects multiple and rectangular ↵Gravatar mitchell2021-06-10
| | | | | | selection now. The required Scintilla patch has been upstreamed and will be in the next release.
* Do not attempt to restore the selection when typing after selecting/deleting ↵Gravatar mitchell2021-06-08
| | | | | | all text. This extends r3135 to also handle auto-paired characters.
* Added support for Gleam.Gravatar mitchell2021-06-01
|
* Updated LuaDoc.Gravatar mitchell2021-05-30
|
* Updated for 11.2 beta 2.Gravatar mitchell2021-05-29
|
* Updated to Scintilla 5.0.3.Gravatar mitchell2021-05-29
| | | | Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
* Do not attempt to restore the selection when typing after selecting/deleting ↵Gravatar mitchell2021-05-29
| | | | | | all text. Otherwise each typed character overwrites the previously typed character.
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵Gravatar mitchell2021-04-30
| | | | | | | `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.)
* Fixed a couple failing unit tests.Gravatar mitchell2021-04-15
| | | | These were not defects, but "stylistic."
* Updated Scintilla iface LuaDoc.Gravatar mitchell2021-04-14
|
* Addressed some minor Luacheck issues.Gravatar mitchell2021-04-14
| | | | Not all shadowing warnings need to be fixed.
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
| | | | Some of the Scintilla API has changed, and by extension the Scintillua API.
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated for 11.2 beta.Gravatar mitchell2021-03-28
|
* Added support for TypeScript.Gravatar mitchell2021-02-11
| | | | Requires latest Scintillua.
* Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.Gravatar mitchell2021-02-09
| | | | | | 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.
* Updated for 11.1.Gravatar mitchell2021-01-29
|
* Updated copyright information.Gravatar mitchell2021-01-29
|
* Fixed bug restoring view state in an intermediate buffer after closing one.Gravatar mitchell2021-01-24
|
* `io.get_project_root()` accepts an optional flag for returning a submodule root.Gravatar mitchell2021-01-22
| | | | | This is for systems like git that have '.git' files (not directories) for submodules under a parent '.git' directory.
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
| | | | This enables the running of project tests.
* 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.