aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-25Added lfs.dir_foreach() for allowing Find in Files to have a filter.mitchell
Also moved snapopen module into core as io.snapopen().
2013-03-10Indicator for highlighted words works in ncurses.mitchell
This requires Scinterm hg changeset 40 (7e25b9a35fbd).
2013-02-24Fixed bug in API documentation link generator; doc/markdowndoc.luamitchell
2013-02-11Added command line switches for running Lua code on startup.mitchell
2013-02-05Added command line switches for loading sessions on startup.mitchell
2013-01-31Added ability to type over characters like closing braces and quotes.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-26"make install" and "make ncurses install" install separate binaries.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-31Fix typos in documentation.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-29Mention copying dll files when compiling for Win32; doc/12_Compiling.mdmitchell
2012-10-29Updated doc/markdowndoc.lua.mitchell
2012-10-23Removed `_M.textadept.run.execute()`.mitchell
2012-10-22Fix string collation bug in ncurses due to CDK.mitchell
CDK would reset locale settings so autocomplete lists would not sort correctly.
2012-10-17Updated manual.mitchell
2012-10-16Tweaked Textadept icon.mitchell
2012-10-08Use '@field' LuaDoc for events defined in modules.mitchell
2012-10-03Added command line argument documentation; doc/13_Help.mdmitchell
2012-09-28Added marks for making selection in ncurses.mitchell
Even though the implementation uses a new `MODIFIED` event, it is left undocumented because it will likely never be a full implementation of SCN_MODIFIED.
2012-09-22Fixes to Lua paths.mitchell
Do not look in the current working directory for modules. Look in _USERHOME for shared libraries.
2012-09-18New Textadept icon.mitchell
Added 256x256 icon and updated screenshots.
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-09-12Properly link '@see' tags outside of the current module; doc/markdowndoc.luamitchell
Global functions/tables must be prefixed with '_G.'. Otherwise, full names can be used.
2012-08-30Fixed manual link; doc/03_UserInterface.mdmitchell
2012-08-29Updated Migration Guide; doc/14_Appendix.mdmitchell
2012-08-28Updated manual introduction; doc/01_Introduction.mdmitchell
2012-08-27Fixed multiple selection on Mac OSX.mitchell
2012-08-07Updated manual images.mitchell
2012-08-07Fixed typo; doc/14_Appendix.mdmitchell
2012-08-05Added images for ncurses and term theme.mitchell
2012-08-05Added ncurses key commands to individual manual pages.mitchell
2012-08-01Added 'install' and 'uninstall' rules; src/Makefilemitchell
2012-07-26Updated migration guide; doc/14_Appendix.mdmitchell
2012-07-26Note ncurses compatibility with scrolling long lines; doc/14_Appendix.mdmitchell
2012-07-26Added notes on compiling ncurses version; doc/12_Compiling.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-15Added notes on the included version of CDK for ncurses; doc/12_Compiling.mdmitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell