aboutsummaryrefslogtreecommitdiff
path: root/doc/14_Appendix.md
AgeCommit message (Collapse)Author
2013-05-25Added migration guide from Textadept 6 to Textadept 7; doc/14_Appendix.mdmitchell
2013-05-24Rewrote migration guides; doc/14_Appendix.mdmitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
2013-04-08Make "command_entry_keypress" event more consistent with "keypress" in curses.mitchell
2013-04-06Update terminal color definitions.mitchell
Requires Scinterm r47.
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-10Indicator for highlighted words works in ncurses.mitchell
This requires Scinterm hg changeset 40 (7e25b9a35fbd).
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-23Removed `_M.textadept.run.execute()`.mitchell
2012-09-12Updated Migration Guide; doc/14_Appendix.mdmitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-08-29Updated Migration Guide; doc/14_Appendix.mdmitchell
2012-08-07Fixed typo; doc/14_Appendix.mdmitchell
2012-07-26Updated migration guide; doc/14_Appendix.mdmitchell
2012-07-26Note ncurses compatibility with scrolling long lines; doc/14_Appendix.mdmitchell
2012-07-26More ncurses compatibility notes; doc/14_Appendix.mdmitchell
2012-07-21More Lua code cleanup and API changes.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-19Note insert mode caret compatibility with ncurses; doc/14_Appendix.mdmitchell
2012-07-18Synchronize copy-paste buffer between Scintilla and CDK widgets.mitchell
2012-07-17Note marker compatibility with ncurses.mitchell
2012-07-16Added ncurses compatibility notes to the manual Appendix.mitchell
2012-07-16Reverted r1189; ncurses command entry key command is M-C again.mitchell
2012-07-15Changed ncurses command entry key command from M-C to M-E.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-21Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell