aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-05-10Recognize reST and YAML files.mitchell
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
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
2013-11-10Disable strip trailing spaces by default.mitchell
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
2013-09-27Integrated compile and run commands for most languages.mitchell
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
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
2013-09-08Expose marker and indicator numbers for greater customization.mitchell
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
2013-08-26Commented on the new role of `_M` in the migration guide; doc/14_Appendix.htmlmitchell
2013-08-26Forgot to update some documentation with newly renamed `LEXER_LOADED` event.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-11Fixed some documentation typos.mitchell
2013-08-10Updated some documentation.mitchell
2013-07-16Save window maximized state in sessions.mitchell
2013-07-08Renamed Textadept module's "mime_types" to "file_types" and removed config file.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-06-24Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.mitchell
2013-06-24Removed `_G.RESETTING`; test for `arg` instead.mitchell
2013-06-21Remove theme selection since it does not persist.mitchell
2013-06-21`gui.set_theme()` accepts key-value argument pairs for theme properties to set.mitchell
2013-06-14New makefile rules for preparing build environments on various platforms.mitchell
2013-06-12`_M.textadept.editing.block_comment()` supports block comment delimiters.mitchell
2013-06-12Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.mitchell
2013-06-09New makefile 'osx-app' rule for building Textadept.app.mitchell