Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-15 | Added new "Getting Started" section to "Scripting"; doc/manual.md | ||
2016-06-15 | Rewrote manual sections 7-9 and updated other sections and links; doc/manual.md | ||
2016-06-15 | Refactored `textadept.run`; modules/textadept/run.lua | ||
Renamed settings, allowed filename arguments to `run()` and `compile()`, changed parameters to `*_OUTPUT` events, changed format of `error_patterns`, and removed syntax checking. | |||
2016-06-15 | Renamed `textadept.session` fields. | ||
2016-06-15 | Changed "find in files" API a bit. | ||
Changed `ui.find.FILTER` to `ui.find.find_in_files_filter` and added an optional filter argument to `ui.find.find_in_files()`. | |||
2016-06-15 | Do not auto-load `post_init.lua` files in language modules anymore. | ||
Additional language module functionality should be manually loaded by the user. | |||
2016-06-15 | Changed some settings and table names in `textadept.editing`. | ||
Language-specific auto-paired characters, typeover characters, and matching braces is no longer supported. | |||
2016-06-15 | Renamed `ui.SILENT_PRINT` to `ui.silent_print`. | ||
2016-06-15 | Changed some of 'lfs_ext' API. | ||
Renamed `lfs.FILTER` to `lfs.default_filter` and removed `exclude_FILTER` argument from `lfs.dir_foreach()`. | |||
2016-06-15 | Removed `exclude_FILTER` parameter from `io.quick_open()`. | ||
It was unnecessarily complicating things. Just construct the proper filter. | |||
2016-06-15 | Renamed "snapopen" to "quick open" in APIs and menus. | ||
2016-06-14 | Fixed API documentation generation bug; doc/markdowndoc.lua | ||
Headers with non-alphanumeric characters were causing trouble. | |||
2016-06-11 | Updated to Lua 5.3.3. | ||
2016-04-29 | Textadept has been around for more than 8 years now; doc/manual.md | ||
2016-04-29 | Updated for 8.7. | ||
2016-02-29 | Updated for 8.6. | ||
2016-01-30 | Added single-instance functionality for Win32 and require GLib 2.28+. | ||
Thanks to Carl Sturtivant for the Win32 proof-of-concept code. | |||
2016-01-29 | Added '-v' and '--version' command line parameters. | ||
2015-12-31 | Updated copyright date. | ||
2015-12-31 | Updated for 8.5. | ||
2015-12-31 | Textadept has been using Lua 5.3 for some time now; doc/manual.md | ||
2015-12-22 | No need to highlight the second edition of the book; doc/index.html | ||
2015-11-11 | PGP sign packages for added integrity. | ||
2015-11-07 | Updated for 8.4. | ||
2015-10-01 | Updated for 8.3. | ||
2015-09-09 | Fixed copyright date; doc/index.html | ||
2015-08-31 | Updated for 8.2. | ||
2015-06-30 | Updated for 8.1. | ||
2015-05-01 | Updated book links for the second edition. | ||
2015-05-01 | Updated 7 to 8 migration guide; doc/manual.md | ||
2015-04-30 | Updated for 8.0. | ||
2015-04-01 | Added migration guide to 8.0; doc/manual.md | ||
2015-04-01 | Small code cleanup; doc/markdown.lua | ||
2015-03-14 | Updated compilation information and instructions for BSD; doc/manual.md | ||
2015-03-11 | Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3. | ||
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes. | |||
2015-03-10 | Updated for 7.9. | ||
2015-03-10 | Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`. | ||
2015-03-07 | Updated language module link and location. | ||
2015-01-31 | Updated for 7.8. | ||
2014-12-31 | Updated copyright year. | ||
2014-11-26 | Fixed documentation on terminal colors; doc/manual.md | ||
2014-11-24 | Updated curses compatibility notes; doc/manual.md | ||
2014-11-23 | Patch CDK for basic UTF-8 support. | ||
The find & replace pane and UI dialogs can now handle UTF-8 characters. The support is functional, but not perfect. Since the patch only targets the widgets Textadept uses, it cannot be submitted to upstream CDK for inclusion. It's kind of a hack anyway. | |||
2014-11-12 | Updated properties based on Scinterm updates. | ||
Requires Scinterm r118 (changeset 8a7943225c5a). | |||
2014-10-31 | Change rectangular selection mouse modifier back to Alt on Linux. | ||
Enabled tapping Alt key during mouse selection to convert to rectangular selection and mentioned this in the manual. | |||
2014-10-26 | Document that the terminal version does not support drag and drop; doc/manual.md | ||
2014-10-21 | Enable mouse clicks and movements in the terminal version. | ||
This requires Scinterm r92 (changset 90ba2dd413c3). | |||
2014-09-29 | Updated for 7.7. | ||
2014-09-29 | State that "Replace in Selection" is for contiguous selections; doc/manual.html | ||
2014-09-17 | Added terminal key binding to stop the currently running process. | ||