aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* Removed Adeptsense in favor of new framework committed in r1735.Gravatar mitchell2014-05-24
* Recognize reST and YAML files.Gravatar mitchell2014-05-10
* Updated for 7.2.Gravatar mitchell2014-04-30
* Added page describing Textadept's underlying technologies.Gravatar mitchell2014-04-07
* Added more documentation on project building.Gravatar mitchell2014-03-28
* Added basic project support for snapopen and build scripts.Gravatar mitchell2014-03-27
* Updated CDK compiling info for new "optionselect" dialog; doc/12_Compiling.mdGravatar mitchell2014-03-24
* Added split views in the terminal version thanks to Chris Emerson.Gravatar mitchell2014-02-12
* Updated copyright information.Gravatar mitchell2014-01-12
* New home page along with some documentation content and layout changes.Gravatar mitchell2014-01-12
* More LuaDoc updates.Gravatar mitchell2013-12-12
* Look for `~/.textadept/osx_env.sh` for OSX environment variables.Gravatar mitchell2013-11-20
* Disable strip trailing spaces by default.Gravatar mitchell2013-11-10
* Store the full Lua pattern match in "%0" for use in replacement text.Gravatar mitchell2013-11-10
* Added support for tabs.Gravatar mitchell2013-11-07
* Added links to order the book and make donations.Gravatar mitchell2013-11-02
* More documentation updates.Gravatar mitchell2013-10-29
* More LuaDoc updates.Gravatar mitchell2013-10-21
* More LuaDoc updates.Gravatar mitchell2013-10-18
* More LuaDoc updates.Gravatar mitchell2013-10-09
* Changed `ui.set_theme()` API to accept a table of properties to assign.Gravatar mitchell2013-10-02
* Added new `ui.dialogs` module for more user-friendly dialog support.Gravatar mitchell2013-09-29
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
* Code and documentation cleanup.Gravatar mitchell2013-09-23
* Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.Gravatar mitchell2013-09-21
* Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Fixed typo; doc/12_Compiling.mdGravatar mitchell2013-09-11
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
* Expose marker and indicator numbers for greater customization.Gravatar mitchell2013-09-08
* Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.Gravatar mitchell2013-09-05
* Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.Gravatar mitchell2013-09-01
* Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.Gravatar mitchell2013-08-31
* Commented on the new role of `_M` in the migration guide; doc/14_Appendix.htmlGravatar mitchell2013-08-26
* Forgot to update some documentation with newly renamed `LEXER_LOADED` event.Gravatar mitchell2013-08-26
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
* Fixed some documentation typos.Gravatar mitchell2013-08-11
* Updated some documentation.Gravatar mitchell2013-08-10
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
* Renamed Textadept module's "mime_types" to "file_types" and removed config file.Gravatar mitchell2013-07-08
* Renamed "language-specific" modules to just "language modules" in documentation.Gravatar mitchell2013-07-08
* Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.Gravatar mitchell2013-06-24
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
* Remove theme selection since it does not persist.Gravatar mitchell2013-06-21
* `gui.set_theme()` accepts key-value argument pairs for theme properties to set.Gravatar mitchell2013-06-21
* New makefile rules for preparing build environments on various platforms.Gravatar mitchell2013-06-14
* `_M.textadept.editing.block_comment()` supports block comment delimiters.Gravatar mitchell2013-06-12
* Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.Gravatar mitchell2013-06-12