aboutsummaryrefslogtreecommitdiff
path: root/doc/04_WorkingWithFiles.md
AgeCommit message (Collapse)Author
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
Also fixed some curses errors introduced by the last commit.
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2013-11-07Added support for tabs.mitchell
2013-09-23Code and documentation cleanup.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-05-21Renamed "settings.lua" to "properties.lua".mitchell
2013-05-20Rewrote the manual to use the active voice.mitchell
2013-05-15Rewrote theme implementation.mitchell
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
2013-05-15Updated old documentation.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-02-05Added command line switches for loading sessions on startup.mitchell
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-17Updated manual.mitchell
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-05Added ncurses key commands to individual manual pages.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell