aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* 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
* New makefile 'osx-app' rule for building Textadept.app.Gravatar mitchell2013-06-09
* Added Makefile rules for creating cross-platform UI build environments.Gravatar mitchell2013-06-06
* Fixed broken GTK links; doc/12_Compiling.mdGravatar mitchell2013-06-06
* Setting "style." properties updates styles immediately; doc/09_Themes.mdGravatar mitchell2013-06-06
* Added more theme change documentation to migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-29
* Allow "%()" property expansion in themes like with compile/run macros.Gravatar mitchell2013-05-29
* Updated migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-26
* Added migration guide from Textadept 6 to Textadept 7; doc/14_Appendix.mdGravatar mitchell2013-05-25