Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | ||
2021-04-13 | Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm. | ||
Some of the Scintilla API has changed, and by extension the Scintillua API. | |||
2021-04-11 | Initial pass reformatting all code. | ||
Use clang-format, LuaFormatter, and 100 character limit on lines. | |||
2021-03-31 | Updated changelog. | ||
2021-03-31 | Textadept Quick Reference is no longer considered newly published. | ||
2021-03-28 | Updated for 11.2 beta. | ||
2021-03-27 | Updated to Scintilla 5.0.0 and Lexilla 5.0.0. | ||
Also updated to latest Scintillua and Scinterm that compile against 5.0.0. | |||
2021-02-09 | Added `ui.SHOW_ALL_TABS` option for `ui.tabs`. | ||
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. | |||
2021-02-09 | Updated download links for 11.1. | ||
2021-02-03 | Updated FAQ mentioning initial Git repository size and how to shrink it. | ||
2021-01-29 | Updated changelog. | ||
2021-01-29 | Updated for 11.1. | ||
2021-01-29 | Updated copyright information. | ||