aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* Fixed some documentation typos.Gravatar mitchell2013-08-11
* Updated some documentation.Gravatar mitchell2013-08-10
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
* Renamed Textadept module's "mime_types" to "file_types" and removed config file.Gravatar mitchell2013-07-08
* Renamed "language-specific" modules to just "language modules" in documentation.Gravatar mitchell2013-07-08
* Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.Gravatar mitchell2013-06-24
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
* Remove theme selection since it does not persist.Gravatar mitchell2013-06-21
* `gui.set_theme()` accepts key-value argument pairs for theme properties to set.Gravatar mitchell2013-06-21
* New makefile rules for preparing build environments on various platforms.Gravatar mitchell2013-06-14
* `_M.textadept.editing.block_comment()` supports block comment delimiters.Gravatar mitchell2013-06-12
* Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.Gravatar mitchell2013-06-12
* New makefile 'osx-app' rule for building Textadept.app.Gravatar mitchell2013-06-09
* Added Makefile rules for creating cross-platform UI build environments.Gravatar mitchell2013-06-06
* Fixed broken GTK links; doc/12_Compiling.mdGravatar mitchell2013-06-06
* Setting "style." properties updates styles immediately; doc/09_Themes.mdGravatar mitchell2013-06-06
* Added more theme change documentation to migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-29
* Allow "%()" property expansion in themes like with compile/run macros.Gravatar mitchell2013-05-29
* Updated migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-26
* Added migration guide from Textadept 6 to Textadept 7; doc/14_Appendix.mdGravatar mitchell2013-05-25
* 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