aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
...
* Rewrote migration guides; doc/14_Appendix.mdGravatar mitchell2013-05-24
* Added section on customizing themes; doc/09_Themes.mdGravatar mitchell2013-05-24
* Renamed "settings.lua" to "properties.lua".Gravatar mitchell2013-05-21
* Rewrote the manual to use the active voice.Gravatar mitchell2013-05-20
* Rewrote theme implementation.Gravatar mitchell2013-05-15
* Set language-specific buffer properties through an event instead of a function.Gravatar mitchell2013-05-15
* `_M.textadept = require('textadept')` in user init is superfluous.Gravatar mitchell2013-05-15
* Updated old documentation.Gravatar mitchell2013-05-15
* Added notes on compiling the Win32 terminal version; doc/12_Compiling.mdGravatar mitchell2013-05-09
* Word highlighting is supported in curses; doc/06_AdeptEditing.mdGravatar mitchell2013-04-30
* More code cleanup.Gravatar mitchell2013-04-29
* Updated manual images.Gravatar mitchell2013-04-27
* Fixed compilation error for CDK on Mac OSX.Gravatar mitchell2013-04-26
* Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.Gravatar mitchell2013-04-24
* Mark recognized errors in compile/run output and added navigation functions.Gravatar mitchell2013-04-24
* Updates to compile with latest GTK-OSX.Gravatar mitchell2013-04-21
* Updated some documentation.Gravatar mitchell2013-04-19
* Modified some CDK code for Win32 curses; doc/12_Compiling.mdGravatar mitchell2013-04-19
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
* Make "command_entry_keypress" event more consistent with "keypress" in curses.Gravatar mitchell2013-04-08
* Update terminal color definitions.Gravatar mitchell2013-04-06
* Initial support for Windows terminal via pdcurses.Gravatar mitchell2013-04-05
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Added lfs.dir_foreach() for allowing Find in Files to have a filter.Gravatar mitchell2013-03-25
* Indicator for highlighted words works in ncurses.Gravatar mitchell2013-03-10
* Fixed bug in API documentation link generator; doc/markdowndoc.luaGravatar mitchell2013-02-24
* Added command line switches for running Lua code on startup.Gravatar mitchell2013-02-11
* Added command line switches for loading sessions on startup.Gravatar mitchell2013-02-05
* Added ability to type over characters like closing braces and quotes.Gravatar mitchell2013-01-31
* Updated copyright date.Gravatar mitchell2013-01-20
* "make install" and "make ncurses install" install separate binaries.Gravatar mitchell2012-12-26
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Fix typos in documentation.Gravatar mitchell2012-10-31
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
* 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