diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 32b795bfc..5cc703411 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -412,6 +412,96 @@ </li> </ul> <h3> + <a href="http://prdownloads.sourceforge.net/scintilla/scite320.zip?download">Release 3.2.0</a> + </h3> + <ul> + <li> + Released 1 June 2012. + </li> + <li> + Platform layer added for the Qt open-source cross-platform application and user interface framework + for development in C++ or in Python with the PySide bindings for Qt. + </li> + <li> + Direct access provided to the document bytes for ranges within Scintilla. + This is similar to the existing SCI_GETCHARACTERPOINTER API but allows for better performance. + </li> + <li> + Ctrl+Double Click and Ctrl+Triple Click add the word or line to the set of selections. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3520037&group_id=2439">Feature #3520037.</a> + </li> + <li> + A SCI_DELETERANGE API was added for deleting a range of text. + </li> + <li> + Line wrap markers may now be drawn in the line number margin. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3518198&group_id=2439">Feature #3518198.</a> + </li> + <li> + SciTE on OS X adds option to hide hidden files in the open dialog box. + </li> + <li> + Lexer added for OScript language. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3523197&group_id=2439">Feature #3523197.</a> + </li> + <li> + Lexer added for Visual Prolog language. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3523018&group_id=2439">Feature #3523018.</a> + </li> + <li> + UTF-8 validity is checked more stringently and consistently. All 66 non-characters are now treated as invalid. + </li> + <li> + HTML lexer bug fixed with inconsistant highlighting for PHP when attribute on separate line from tag. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3520027&group_id=2439">Bug #3520027.</a> + </li> + <li> + HTML lexer bug fixed for JavaScript block comments. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3520032&group_id=2439">Bug #3520032.</a> + </li> + <li> + Annotation drawing bug fixed when box displayed with different colours on different lines. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3519872&group_id=2439">Bug #3519872.</a> + </li> + <li> + On Windows with Direct2D, fix drawing with 125% and 150% DPI system settings. + </li> + <li> + Virtual space selection bug fixed for rectangular selections. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3519246&group_id=2439">Bug #3519246.</a> + </li> + <li> + Replacing multiple selection with newline changed to only affect main selection. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3522251&group_id=2439">Bug #3522251.</a> + </li> + <li> + Replacing selection with newline changed to group deletion and insertion as a single undo action. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3522250&group_id=2439">Bug #3522250.</a> + </li> + <li> + Auto-completion lists on GTK+ 3 set height correctly instead of showing too few lines. + </li> + <li> + Mouse wheel scrolling changed to avoid GTK+ bug in recent distributions. + </li> + <li> + IME bug on Windows fixed for horizontal jump. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3529728&group_id=2439">Bug #3529728.</a> + </li> + <li> + SciTE case-insensitive autocompletion filters equal identifiers better. + Calltip arrows work with bare word identifiers. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3517810&group_id=2439">Bug #3517810.</a> + </li> + <li> + SciTE bug fixed where shbang lines not setting file type when switching + to file loaded in background. + </li> + <li> + SciTE on GTK+ shows open and save dialogs with the directory of the current file displayed. + </li> + </ul> + <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite310.zip?download">Release 3.1.0</a> </h3> <ul> |