Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | ||
2014-09-01 | Updated for 7.6; doc/index.html | ||
2014-08-15 | Added note about `make deps` when compiling from source; doc/manual.md | ||
2014-08-13 | Separate ^H from Backspace in the terminal version. | ||
Also have libtermkey take care of saving and restoring termios. | |||
2014-07-18 | Fixed link; doc/manual.md | ||
2014-07-10 | Updated CHANGELOG.md. | ||
2014-07-03 | Updated header links to be relative when possible; doc/.header.md | ||
2014-07-02 | Updated links and homepage. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-28 | Changed URL for stats. | ||
2014-06-20 | More info on sponsorship. | ||
2014-06-12 | Lua code cleanup. | ||
2014-06-10 | Updated for 7.4. | ||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2014-06-05 | Replaced large logo on homepage with animated gif. | ||
2014-05-28 | Textadept's menus may be edited in-place via the `textadept.menu` module. | ||
Any changes, even incremental ones, are reflected immediately. As a result, removed `set_menubar()` and `set_contextmenus()` from API. | |||
2014-05-24 | Removed Adeptsense in favor of new framework committed in r1735. | ||
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions. | |||
2014-05-10 | Recognize reST and YAML files. | ||
Requires Scintillua r423. | |||
2014-04-30 | Updated for 7.2. | ||
2014-04-07 | Added page describing Textadept's underlying technologies. | ||
2014-03-28 | Added more documentation on project building. | ||
2014-03-27 | Added basic project support for snapopen and build scripts. | ||
Also fixed some curses errors introduced by the last commit. | |||
2014-03-24 | Updated CDK compiling info for new "optionselect" dialog; doc/12_Compiling.md | ||
2014-02-12 | Added split views in the terminal version thanks to Chris Emerson. | ||
2014-01-12 | Updated copyright information. | ||
2014-01-12 | New home page along with some documentation content and layout changes. | ||
2013-12-12 | More LuaDoc updates. | ||
2013-11-20 | Look for `~/.textadept/osx_env.sh` for OSX environment variables. | ||
Also clarified `ta` launcher since `--help` is unavailable. | |||
2013-11-10 | Disable strip trailing spaces by default. | ||
It's probably better to have users enable it manually than to do something unexpected. | |||
2013-11-10 | Store the full Lua pattern match in "%0" for use in replacement text. | ||
2013-11-07 | Added support for tabs. | ||
2013-11-02 | Added links to order the book and make donations. | ||
2013-10-29 | More documentation updates. | ||
2013-10-21 | More LuaDoc updates. | ||
2013-10-18 | More LuaDoc updates. | ||
2013-10-09 | More LuaDoc updates. | ||
2013-10-02 | Changed `ui.set_theme()` API to accept a table of properties to assign. | ||
2013-09-29 | Added new `ui.dialogs` module for more user-friendly dialog support. | ||
As a result, removed `ui.filteredlist()` and changed `io.open_file()` and `io.snapopen()` APIs to accept tables of files and paths instead of "\n" delimited strings. | |||
2013-09-27 | Integrated compile and run commands for most languages. | ||
Compile and run should work out of the box for most languages. Also added a warning marker, renamed `compile_command` and `run_command` tables to `compile_commands` and `run_commands`, respectively, and renamed `error_details` to `error_patterns`, changing its structure to just hold patterns. | |||
2013-09-23 | Code and documentation cleanup. | ||
2013-09-21 | Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`. | ||