Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-19 | Updated documentation on rearranging tabs and `move_buffer()`. | ||
2022-03-18 | Added `move_buffer()` function and made tabs rearrangeable via drag and drop. | ||
2022-03-17 | Updated Lua autocompletion and documentation. | ||
2022-03-17 | Updated manual regarding copying and pasting of rectangular selections. | ||
2022-03-03 | Updated docker image size estimate. | ||
2022-03-02 | Updated nightly download link for Windows. | ||
2022-03-02 | Updated for 11.4 nightly. | ||
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. | |||
2022-03-02 | Document GTK 3 theme options in the manual. | ||
2022-03-02 | Restored accidental deletion of API docs. | ||
2022-03-02 | Updated manual to specify 64-bit Windows is required. | ||
2022-03-02 | Updated documentation on preferred use of GTK 3. | ||
Also updated download and install sizes. | |||
2022-03-01 | Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image. | ||
Build with GTK 2 using new GTK2 flag. | |||
2022-03-01 | Updated Makefile rules elsewhere in documentation. | ||
2022-03-01 | Build macOS executables using GTK 3. | ||
Requires my new gtkosx archive. The minimum required macOS is now 10.10 (Yosemite). | |||
2022-02-27 | Build 64-bit Windows executables using GTK 3. | ||
Requires my new gtkwin archive. | |||
2022-02-27 | Use icon names from the Free Desktop Icon Naming Specification. | ||
Requires latest gtDialog. | |||
2022-02-24 | Second pass refactoring Makefile. | ||
Allow both the GUI and terminal version to be compiled concurrently. | |||
2022-01-31 | Updated copyright year. | ||
2022-01-31 | Updated changelog. | ||
2022-01-31 | Updated for 11.3. | ||
2021-11-30 | Updated changelog. | ||
2021-11-30 | Updated plots. | ||
2021-11-30 | Updated Lua autocompletion and documentation. | ||
2021-11-30 | Updated for 11.3 beta 3. | ||
2021-11-05 | Added '`' to autopair and typeover. | ||
Also, small code cleanup. | |||
2021-11-01 | Updated changelog. | ||
2021-11-01 | Updated for 11.3 beta 2. | ||
2021-10-06 | Reverted inadvertant change. | ||
2021-10-06 | Updated gdb debugger test. | ||
Newer versions of gdb report different line numbers when stepping into functions. | |||
2021-10-01 | Fixed uncommenting comments that are not initially aligned. | ||
2021-10-01 | Updated changelog. | ||
2021-09-30 | Updated Lua autocompletion and documentation. | ||
2021-09-30 | Fixed Windows-specific path display in the manual. | ||
2021-08-01 | Updated changelog. | ||
2021-08-01 | Updated for 11.2. | ||
2021-06-27 | Updated to Scintilla 5.1.0. | ||
2021-06-26 | Obfuscate contact information a bit more. | ||
2021-06-11 | Updated changelog. | ||
2021-06-11 | Updated Lua autocompletion and documentation. | ||
2021-06-11 | Support "Replace All" in multiple and rectangular selection. | ||
2021-06-02 | Fixed download link in changelog. | ||
2021-06-01 | Fixed typo in changelog. | ||
2021-06-01 | Updated changelog. | ||
2021-05-30 | Updated LuaDoc. | ||
2021-05-29 | Updated for 11.2 beta 2. | ||
2021-05-29 | Updated to Scintilla 5.0.3. | ||
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given. | |||
2021-04-30 | Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵ | ||
`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.) | |||
2021-04-19 | Fixed documentation on generating Lua autocompletion and documentation files ↵ | ||
for user modules. | |||
2021-04-16 | Added ability to specify find & replace pane entry font via ↵ | ||
`ui.find.entry_font`. Also use type checks when setting find & replace text and labels. | |||
2021-04-14 | Updated Scintilla iface LuaDoc. | ||