aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-09-01Updated for 7.6; doc/index.htmlmitchell
2014-08-15Added note about `make deps` when compiling from source; doc/manual.mdmitchell
2014-08-13Separate ^H from Backspace in the terminal version.mitchell
Also have libtermkey take care of saving and restoring termios.
2014-07-18Fixed link; doc/manual.mdmitchell
2014-07-10Updated CHANGELOG.md.mitchell
2014-07-03Updated header links to be relative when possible; doc/.header.mdmitchell
2014-07-02Updated links and homepage.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-28Changed URL for stats.mitchell
2014-06-20More info on sponsorship.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-10Updated for 7.4.mitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-06-05Replaced large logo on homepage with animated gif.mitchell
2014-05-28Textadept's menus may be edited in-place via the `textadept.menu` module.mitchell
Any changes, even incremental ones, are reflected immediately. As a result, removed `set_menubar()` and `set_contextmenus()` from API.
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
2014-05-10Recognize reST and YAML files.mitchell
Requires Scintillua r423.
2014-04-30Updated for 7.2.mitchell
2014-04-07Added page describing Textadept's underlying technologies.mitchell
2014-03-28Added more documentation on project building.mitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
Also fixed some curses errors introduced by the last commit.
2014-03-24Updated CDK compiling info for new "optionselect" dialog; doc/12_Compiling.mdmitchell
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-12New home page along with some documentation content and layout changes.mitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-20Look for `~/.textadept/osx_env.sh` for OSX environment variables.mitchell
Also clarified `ta` launcher since `--help` is unavailable.
2013-11-10Disable strip trailing spaces by default.mitchell
It's probably better to have users enable it manually than to do something unexpected.
2013-11-10Store the full Lua pattern match in "%0" for use in replacement text.mitchell
2013-11-07Added support for tabs.mitchell
2013-11-02Added links to order the book and make donations.mitchell
2013-10-29More documentation updates.mitchell
2013-10-21More LuaDoc updates.mitchell
2013-10-18More LuaDoc updates.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-10-02Changed `ui.set_theme()` API to accept a table of properties to assign.mitchell
2013-09-29Added new `ui.dialogs` module for more user-friendly dialog support.mitchell
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-27Integrated compile and run commands for most languages.mitchell
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-23Code and documentation cleanup.mitchell
2013-09-21Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.mitchell
2013-09-16Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.mitchell
2013-09-16Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.mitchell
Also removed more unused constants.
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-11Fixed typo; doc/12_Compiling.mdmitchell
2013-09-09Moved buffer IO functions into the `io` module.mitchell
Menus and key bindings do not need `events.INITIALIZED`.
2013-09-08Expose marker and indicator numbers for greater customization.mitchell
Removed their respective color settings.
2013-09-05Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.mitchell
2013-09-01Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.mitchell
2013-08-31Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.mitchell
A side effect is more efficient event emission during startup.
2013-08-26Commented on the new role of `_M` in the migration guide; doc/14_Appendix.htmlmitchell