index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
themes
/
term
/
view.lua
Age
Commit message (
Collapse
)
Author
2013-05-15
Rewrote theme implementation.
mitchell
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
2013-05-20
Updated to Scintilla 3.3.2.
mitchell
2013-02-26
Updated theme options.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-18
Use proper type for color setting functions in themes.
mitchell
2012-10-08
No rectangular selection mouse modifier in ncurses; themes/term/view.lua
mitchell
2012-08-27
Use constant names in theme options instead of nondescript integers.
mitchell
2012-08-27
Fixed multiple selection on Mac OSX.
mitchell
2012-07-21
Converted some `buffer` "get" and "set" functions into properties.
mitchell
Also updated to Scintilla 3.2.1.
2012-07-17
Note marker compatibility with ncurses.
mitchell
2012-07-14
Enable additional selection typing in ncurses; themes/term/view.lua
mitchell
2012-06-02
Added terminal theme for ncurses.
mitchell