aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/14_Appendix.md
Commit message (Collapse)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
| | | | | | 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.
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
| | | | | | | 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.
* 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
| | | | Also removed more unused constants.
* 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
| | | | Menus and key bindings do not need `events.INITIALIZED`.
* Expose marker and indicator numbers for greater customization.Gravatar mitchell2013-09-08
| | | | Removed their respective color settings.
* 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
| | | | A side effect is more efficient event emission during startup.
* 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
| | | | Also ensure backward-compatibility with existing session files.
* 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
| | | | Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
* 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
| | | | Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
* Make "command_entry_keypress" event more consistent with "keypress" in curses.Gravatar mitchell2013-04-08
|
* Update terminal color definitions.Gravatar mitchell2013-04-06
| | | | Requires Scinterm r47.
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
| | | | Requires Scintilla r4436 and Scinterm r45.
* Indicator for highlighted words works in ncurses.Gravatar mitchell2013-03-10
| | | | This requires Scinterm hg changeset 40 (7e25b9a35fbd).
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
|
* Updated documentation formatting.Gravatar mitchell2012-10-29
| | | | | Pathnames and filenames are italic and be more consistent with constant width text.
* 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
| | | | | Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
* 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
| | | | Also updated to Scintilla 3.2.1.
* 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
|