You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com, scite-i...@googlegroups.com
Version 3.1.1 of Scintilla and SciTE should be released by the end of the week. This means that the only changes committed before that are to documentation or to fix regressions from 3.1.0. Unicode line ends are too immature to be in this release.
A download and preliminary change log should appear tomorrow.
Adding the Qt bindings is a fairly large change so possibly this release should be numbered 3.2.0.
Neil
Neil Hodgson
unread,
May 29, 2012, 6:30:04 AM5/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com, scite-i...@googlegroups.com
[ Yes, its an HTML email. But it contains links ;-) ]
A 3.2.0 pre-release is available now for testing.
The change list is:
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.
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.
Ctrl+Double Click and Ctrl+Triple Click add the word or line to the set of selections. Feature #3520037.
A SCI_DELETERANGE API was added for deleting a range of text.
Line wrap markers may now be drawn in the line number margin. Feature #3518198.
SciTE on OS X adds option to hide hidden files in the open dialog box.