aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/14_Appendix.md
Commit message (Expand)AuthorAge
* More LuaDoc updates.Gravatar mitchell2013-12-12
* More LuaDoc updates.Gravatar mitchell2013-10-21
* More LuaDoc updates.Gravatar mitchell2013-10-18
* 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
* 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
* 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
* 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
* 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
* 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
* Rewrote migration guides; doc/14_Appendix.mdGravatar mitchell2013-05-24
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
* Make "command_entry_keypress" event more consistent with "keypress" in curses.Gravatar mitchell2013-04-08
* Update terminal color definitions.Gravatar mitchell2013-04-06
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Indicator for highlighted words works in ncurses.Gravatar mitchell2013-03-10
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Removed `_M.textadept.run.execute()`.Gravatar mitchell2012-10-23
* Updated Migration Guide; doc/14_Appendix.mdGravatar mitchell2012-09-12
* Documentation overhaul.Gravatar mitchell2012-09-12
* Updated Migration Guide; doc/14_Appendix.mdGravatar mitchell2012-08-29
* Fixed typo; doc/14_Appendix.mdGravatar mitchell2012-08-07
* Updated migration guide; doc/14_Appendix.mdGravatar mitchell2012-07-26
* Note ncurses compatibility with scrolling long lines; doc/14_Appendix.mdGravatar mitchell2012-07-26
* More ncurses compatibility notes; doc/14_Appendix.mdGravatar mitchell2012-07-26
* More Lua code cleanup and API changes.Gravatar mitchell2012-07-21
* Converted some `buffer` "get" and "set" functions into properties.Gravatar mitchell2012-07-21
* Note insert mode caret compatibility with ncurses; doc/14_Appendix.mdGravatar mitchell2012-07-19
* Synchronize copy-paste buffer between Scintilla and CDK widgets.Gravatar mitchell2012-07-18
* Note marker compatibility with ncurses.Gravatar mitchell2012-07-17