diff options
| author | nyamatongwe <devnull@localhost> | 2000-09-06 06:57:21 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-09-06 06:57:21 +0000 |
| commit | d1a51de93955d167f7096c6b56b2d2b3ba5d3b02 (patch) | |
| tree | 9928b2707cc75b402eb32b56e327cc1eb83199ed /doc/ScintillaHistory.html | |
| parent | 5f70f578a8c2abf57d848d006277eb4e09e45569 (diff) | |
| download | scintilla-mirror-d1a51de93955d167f7096c6b56b2d2b3ba5d3b02.tar.gz | |
Removed a couple of completed items from the TODO list and added a couple
of bugs.
Bug wuth not redrawing caret sometimes when performing undo fixed.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index e7be564d5..11cf57b44 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -154,14 +154,21 @@ Scintilla is available as a COM control from the scintillactrl module in CVS. </li> <li> - Invisible style setting. + Style setting to underline text. Exposed in SciTE as "underlined". </li> <li> - SciTE has an extensibility interface that can be used to implement featires such as - a scripting language or remote control. An example + Style setting to make text invisible. </li> <li> - Fixes to the perl and PHP lexers. + SciTE has an extensibility interface that can be used to implement features such as + a scripting language or remote control. An example use of this is the extlua module + available from CVS which allows SciTE to be scripted in Lua. + </li> + <li> + Fixes to the Perl, Python, and PHP lexers. + </li> + <li> + Comboboxes in dialogs on Windows can be horizontally scrolled. </li> </ul> <h3> |
