index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
*
Save window maximized state in sessions.
mitchell
2013-07-16
*
Renamed Textadept module's "mime_types" to "file_types" and removed config file.
mitchell
2013-07-08
*
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-07-08
*
Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.
mitchell
2013-06-24
*
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-24
*
Remove theme selection since it does not persist.
mitchell
2013-06-21
*
`gui.set_theme()` accepts key-value argument pairs for theme properties to set.
mitchell
2013-06-21
*
New makefile rules for preparing build environments on various platforms.
mitchell
2013-06-14
*
`_M.textadept.editing.block_comment()` supports block comment delimiters.
mitchell
2013-06-12
*
Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.
mitchell
2013-06-12
*
New makefile 'osx-app' rule for building Textadept.app.
mitchell
2013-06-09
*
Added Makefile rules for creating cross-platform UI build environments.
mitchell
2013-06-06
*
Fixed broken GTK links; doc/12_Compiling.md
mitchell
2013-06-06
*
Setting "style." properties updates styles immediately; doc/09_Themes.md
mitchell
2013-06-06
*
Added more theme change documentation to migration guide; doc/14_Appendix.md
mitchell
2013-05-29
*
Allow "%()" property expansion in themes like with compile/run macros.
mitchell
2013-05-29
*
Updated migration guide; doc/14_Appendix.md
mitchell
2013-05-26
*
Added migration guide from Textadept 6 to Textadept 7; doc/14_Appendix.md
mitchell
2013-05-25
*
Rewrote migration guides; doc/14_Appendix.md
mitchell
2013-05-24
*
Added section on customizing themes; doc/09_Themes.md
mitchell
2013-05-24
*
Renamed "settings.lua" to "properties.lua".
mitchell
2013-05-21
*
Rewrote the manual to use the active voice.
mitchell
2013-05-20
*
Rewrote theme implementation.
mitchell
2013-05-15
*
Set language-specific buffer properties through an event instead of a function.
mitchell
2013-05-15
*
`_M.textadept = require('textadept')` in user init is superfluous.
mitchell
2013-05-15
*
Updated old documentation.
mitchell
2013-05-15
*
Added notes on compiling the Win32 terminal version; doc/12_Compiling.md
mitchell
2013-05-09
*
Word highlighting is supported in curses; doc/06_AdeptEditing.md
mitchell
2013-04-30
*
More code cleanup.
mitchell
2013-04-29
*
Updated manual images.
mitchell
2013-04-27
*
Fixed compilation error for CDK on Mac OSX.
mitchell
2013-04-26
*
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
mitchell
2013-04-24
*
Mark recognized errors in compile/run output and added navigation functions.
mitchell
2013-04-24
*
Updates to compile with latest GTK-OSX.
mitchell
2013-04-21
*
Updated some documentation.
mitchell
2013-04-19
*
Modified some CDK code for Win32 curses; doc/12_Compiling.md
mitchell
2013-04-19
*
Added key modes and changed the command entry to use them.
mitchell
2013-04-11
*
Make "command_entry_keypress" event more consistent with "keypress" in curses.
mitchell
2013-04-08
*
Update terminal color definitions.
mitchell
2013-04-06
*
Initial support for Windows terminal via pdcurses.
mitchell
2013-04-05
*
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-04-03
*
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-03-25
*
Indicator for highlighted words works in ncurses.
mitchell
2013-03-10
*
Fixed bug in API documentation link generator; doc/markdowndoc.lua
mitchell
2013-02-24
*
Added command line switches for running Lua code on startup.
mitchell
2013-02-11
*
Added command line switches for loading sessions on startup.
mitchell
2013-02-05
*
Added ability to type over characters like closing braces and quotes.
mitchell
2013-01-31
*
Updated copyright date.
mitchell
2013-01-20
*
"make install" and "make ncurses install" install separate binaries.
mitchell
2012-12-26
*
Rewrote LuaDoc.
mitchell
2012-11-19
[next]