aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Mention copying dll files when compiling for Win32; doc/12_Compiling.mdGravatar mitchell2012-10-29
* Updated doc/markdowndoc.lua.Gravatar mitchell2012-10-29
* Removed `_M.textadept.run.execute()`.Gravatar mitchell2012-10-23
* Fix string collation bug in ncurses due to CDK.Gravatar mitchell2012-10-22
* Updated manual.Gravatar mitchell2012-10-17
* Tweaked Textadept icon.Gravatar mitchell2012-10-16
* Use '@field' LuaDoc for events defined in modules.Gravatar mitchell2012-10-08
* Added command line argument documentation; doc/13_Help.mdGravatar mitchell2012-10-03
* Added marks for making selection in ncurses.Gravatar mitchell2012-09-28
* Fixes to Lua paths.Gravatar mitchell2012-09-22
* New Textadept icon.Gravatar mitchell2012-09-18
* Updated Migration Guide; doc/14_Appendix.mdGravatar mitchell2012-09-12
* Documentation overhaul.Gravatar mitchell2012-09-12
* Properly link '@see' tags outside of the current module; doc/markdowndoc.luaGravatar mitchell2012-09-12
* Fixed manual link; doc/03_UserInterface.mdGravatar mitchell2012-08-30
* Updated Migration Guide; doc/14_Appendix.mdGravatar mitchell2012-08-29
* Updated manual introduction; doc/01_Introduction.mdGravatar mitchell2012-08-28
* Fixed multiple selection on Mac OSX.Gravatar mitchell2012-08-27
* Updated manual images.Gravatar mitchell2012-08-07
* Fixed typo; doc/14_Appendix.mdGravatar mitchell2012-08-07
* Added images for ncurses and term theme.Gravatar mitchell2012-08-05
* Added ncurses key commands to individual manual pages.Gravatar mitchell2012-08-05
* Added 'install' and 'uninstall' rules; src/MakefileGravatar mitchell2012-08-01
* Updated migration guide; doc/14_Appendix.mdGravatar mitchell2012-07-26
* Note ncurses compatibility with scrolling long lines; doc/14_Appendix.mdGravatar mitchell2012-07-26
* Added notes on compiling ncurses version; doc/12_Compiling.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
* 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
* Added ncurses compatibility notes to the manual Appendix.Gravatar mitchell2012-07-16
* Reverted r1189; ncurses command entry key command is M-C again.Gravatar mitchell2012-07-16
* Added notes on the included version of CDK for ncurses; doc/12_Compiling.mdGravatar mitchell2012-07-15
* Include CDK directly instead of requiring it as a dependency.Gravatar mitchell2012-07-15
* Changed ncurses command entry key command from M-C to M-E.Gravatar mitchell2012-07-15
* Updated documentation on compiling.Gravatar mitchell2012-07-13
* Updated manual; doc/01_Introduction.mdGravatar mitchell2012-06-29
* Updated manual for cross-compiling on OSX; doc/12_Compiling.mdGravatar mitchell2012-06-29
* Fixed typo; doc/02_Installation.mdGravatar mitchell2012-06-28
* Updated the manual, README, and FAQ with new ncurses information.Gravatar mitchell2012-06-27
* Refactored the Makefile.Gravatar mitchell2012-06-27
* Updated key commands for ncurses.Gravatar mitchell2012-06-22
* Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.Gravatar mitchell2012-06-21
* Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.luaGravatar mitchell2012-06-20
* Generate valid XHTML; doc/markdowndoc.luaGravatar mitchell2012-04-12
* Support for single-instance on Linux and BSD with GLib 2.28.Gravatar mitchell2012-04-10
* Added note about LuaJIT compatibility; doc/11_Scripting.mdGravatar mitchell2012-04-10