diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-24 19:33:49 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-04-24 19:33:49 +1000 |
commit | 60e1f81c03145b6f95c9d1afa2a5c22e4f780659 (patch) | |
tree | ec77f9c0e3b70a5957fb96eedb06a7e0f5d74fb9 /doc/ScintillaHistory.html | |
parent | 9729603fd826b145cb463a500a1d445b3c6770f8 (diff) | |
download | scintilla-mirror-60e1f81c03145b6f95c9d1afa2a5c22e4f780659.tar.gz |
Feature: [feature-requests:#987]. Cocoa user interface validation.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index cd57f33a0..1e8facbf7 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -446,8 +446,16 @@ easier for containers to implement folding. </li> <li> + Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an + appearance used for Asian language input composition. + </li> + <li> + On Cocoa implement automatic enabling of commands and added clear command. + <a href="http://sourceforge.net/p/scintilla/feature-requests/987/">Feature #987.</a> + </li> + <li> Haskell folder improved. - <a href="http://sourceforge.net/p/scintilla/bugs/1459 /">Bug #1459 </a>. + <a href="http://sourceforge.net/p/scintilla/bugs/1459/">Bug #1459 </a>. </li> <li> PowerShell lexer recognises here strings and doccomment keywords. @@ -455,10 +463,6 @@ <a href="http://sourceforge.net/p/scintilla/feature-requests/985/">Feature #985.</a> </li> <li> - Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic an - appearance used for Asian language input composition. - </li> - <li> Fix multi-typing when two carets are located in virtual space on one line so that spaces are preserved. </li> |