index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
properties.lua
Commit message (
Expand
)
Author
Age
*
Only enable idle styling in the GUI version; properties.lua
mitchell
2016-01-22
*
Updated to Scintilla 3.6.3 and enabled idle styling.
mitchell
2016-01-20
*
Updated copyright date.
mitchell
2015-12-31
*
Refactored snippets to use indicators instead of ugly placeholder text.
mitchell
2015-09-18
*
Highlight found text in find in files results.
mitchell
2015-07-25
*
Stop documenting some non-useful buffer functions and fields.
mitchell
2015-03-10
*
Consider some view-specific properties as buffer-specific ones.
mitchell
2015-02-18
*
Disable scrollbar in Mac OSX terminal version for real; properties.lua
mitchell
2015-01-05
*
Updated copyright year.
mitchell
2014-12-31
*
Disable scrollbar in Mac OSX terminal version; properties.lua
mitchell
2014-12-31
*
Small code and documentation cleanup.
mitchell
2014-12-24
*
Small code cleanup.
mitchell
2014-11-27
*
Do not highlight the caret line in the command entry; properties.lua
mitchell
2014-11-25
*
Updated properties based on Scinterm updates.
mitchell
2014-11-12
*
Change rectangular selection mouse modifier back to Alt on Linux.
mitchell
2014-10-31
*
Improvements to terminal mouse handling.
mitchell
2014-10-25
*
Enable mouse clicks and movements in the terminal version.
mitchell
2014-10-21
*
Updated to Scintilla 3.5.0.
mitchell
2014-08-18
*
Utilize list separator characters instead of hard-coded characters.
mitchell
2014-05-28
*
Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.
mitchell
2014-05-24
*
Updated copyright information.
mitchell
2014-01-12
*
Use an indicator to highlight matching braces.
mitchell
2013-10-09
*
More LuaDoc updates.
mitchell
2013-10-09
*
Integrated compile and run commands for most languages.
mitchell
2013-09-27
*
Code and documentation cleanup.
mitchell
2013-09-23
*
Changed symbol marker margin settings; properties.lua
mitchell
2013-09-17
*
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
*
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
*
Moved custom markers and indicators into themes and added more properties.
mitchell
2013-09-16
*
Include Scintilla constants in `buffer`s.
mitchell
2013-08-24
*
Renamed "settings.lua" to "properties.lua".
mitchell
2013-05-21