aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Fifth pass refactoring Makefile.Gravatar mitchell2022-02-24
| | | | Regrouped and rearranged rules.
* Fourth pass refactoring Makefile.Gravatar mitchell2022-02-24
| | | | Allow building Linux, Windows, and macOS binaries concurrently and/or in the same area.
* Third pass refactoring Makefile.Gravatar mitchell2022-02-24
| | | | Always use functions to construct object lists.
* Second pass refactoring Makefile.Gravatar mitchell2022-02-24
| | | | Allow both the GUI and terminal version to be compiled concurrently.
* Ensure preferred "lexer.trigger.ext" snippet files are used over "trigger.ext".Gravatar mitchell2022-02-24
| | | | The filesystem may yield the latter first.
* Fixed potential crash caused by r3219.Gravatar mitchell2022-02-24
| | | | Ensure the view exists.
* First pass refactoring Makefile.Gravatar mitchell2022-02-23
| | | | | Reduce repetition of rules and recipes, use wildcards for sources, prefer ':=' for assignment, and use .PHONY rules.
* Use Makefile variables more often.Gravatar mitchell2022-02-23
|
* Fixed `ui.update()` on macOS when monitoring output of spawned processes.Gravatar mitchell2022-02-23
| | | | Also removed unnecessary #if tests.
* Fixed bug in `ui.goto_file()` when specifying preferred view.Gravatar mitchell2022-02-23
|
* Updated to Lua 5.4.4.Gravatar mitchell2022-02-15
|
* Updated to Scintilla 5.2.0.Gravatar mitchell2022-02-15
|
* Added tag textadept_11.3 for changeset 17a4a0d2bc79Gravatar mitchell2022-01-31
|
* Updated copyright year.Gravatar mitchell2022-01-31
|
* Updated changelog.Gravatar mitchell2022-01-31
|
* Updated for 11.3.Gravatar mitchell2022-01-31
|
* Updated to latest Scintillua.Gravatar mitchell2022-01-31
|
* Improve repeated building of Textadept.app on macOS.Gravatar mitchell2022-01-12
|
* Fixed menubar reset crash on macOS.Gravatar mitchell2022-01-12
| | | | Temporary workaround is to prevent changing the menubar after it is set.
* Allow the line number margin to shrink when zooming out.Gravatar mitchell2021-12-29
| | | | It expands when zooming in but would not shrink when zooming back out.
* Propagate Tab key to insert \t if necessary for previous commit.Gravatar mitchell2021-12-14
|
* Fixed attempted expansion of lexer name snippet that resolves to a table.Gravatar mitchell2021-12-13
|
* Added tag textadept_11.3_beta_3 for changeset 7dfc593c7064Gravatar mitchell2021-12-02
|
* Reverted forward-looking change.Gravatar mitchell2021-12-02
| | | | This change should be the next version of Scintilla after 5.1.4.
* Updated changelog.Gravatar mitchell2021-11-30
|
* Updated plots.Gravatar mitchell2021-11-30
|
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-11-30
|
* Updated for 11.3 beta 3.Gravatar mitchell2021-11-30
|
* Keep auto-enclosed text selected.Gravatar mitchell2021-11-30
|
* Added optional argument to `textadept.editing.enclose()` to keep text selected.Gravatar mitchell2021-11-30
|
* Update to latest Scinterm hg for horizontal mouse wheel scrolling.Gravatar mitchell2021-11-30
|
* Updated to Scintilla 5.1.4.Gravatar mitchell2021-11-29
|
* Make Lua autocomplete test more robust.Gravatar mitchell2021-11-29
|
* 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.
* Added '`' to autopair and typeover.Gravatar mitchell2021-11-05
| | | | Also, small code cleanup.
* Added tag textadept_11.3_beta_2 for changeset d715a1c4db16Gravatar mitchell2021-11-01
|
* Updated changelog.Gravatar mitchell2021-11-01
|
* Updated for 11.3 beta 2.Gravatar mitchell2021-11-01
|
* Updated to latest Scinterm.Gravatar mitchell2021-11-01
|
* Updated scintilla.patch with bugfix for previous commit.Gravatar mitchell2021-10-24
|
* Updated scintilla.patch to include upstream Curses CaretStyle.Gravatar mitchell2021-10-22
| | | | Requires latest Scinterm, which removed this patch.
* Ensure the terminal cursor is visible for Find and Replace.Gravatar mitchell2021-10-20
| | | | The latest Scinterm hg hides the cursor when the Scintilla caret is out of view.
* Test debugger history.Gravatar mitchell2021-10-12
|
* Updated debugger tests with watch variables (no break).Gravatar mitchell2021-10-12
| | | | Also cleaned up code.
* Test setting stack frames in the Lua debugger.Gravatar mitchell2021-10-06
| | | | Requires the latest debugger module.
* Reverted inadvertant change.Gravatar mitchell2021-10-06
|
* Do not use status buffers when running debugger tests.Gravatar mitchell2021-10-06
| | | | This option exists in the latest debugger module.
* Updated gdb debugger test.Gravatar mitchell2021-10-06
| | | | Newer versions of gdb report different line numbers when stepping into functions.
* Added tag textadept_11.3_beta for changeset 3cb15f7faae3Gravatar mitchell2021-10-01
|
* Fixed uncommenting comments that are not initially aligned.Gravatar mitchell2021-10-01
|