aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2012-07-15Changed ncurses command entry key command from M-C to M-E.mitchell
2012-07-13Updated documentation on compiling.mitchell
Thanks to Bill Meahan for help with compiling on BSD.
2012-06-29Updated manual; doc/01_Introduction.mdmitchell
2012-06-29Updated manual for cross-compiling on OSX; doc/12_Compiling.mdmitchell
2012-06-28Fixed typo; doc/02_Installation.mdmitchell
2012-06-27Updated the manual, README, and FAQ with new ncurses information.mitchell
2012-06-27Refactored the Makefile.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-21Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.mitchell
2012-06-20Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.luamitchell