Discussion:
3.2.3 soon
Neil Hodgson
2012-10-15 12:45:25 UTC
Permalink
The 6 week buzzer just went off so a new release, 3.2.3, should be ready in a few days.

There is now a 'PLAT_UNIX' property set to 1 on both OS X and GTK+ to make it easier to set common values although no use is made of this in the standard properties files yet.

There are some localisation strings added to locale.properties that are just for OS X since it has some different naming conventions and a couple of extra commands. I hope to improve setting localisation on OS X since it has become difficult with the localisation file found at this unwieldy sandbox container path: ~/Library/Containers/org.scintilla.SciTE/Data/Library/Application\ Support/org.scintilla.SciTE/locale.properties

This will probably be the last release until the new year as I'll be traveling. The Aussie Dollar is worth too much at the moment.

Neil
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Neil Hodgson
2012-10-20 04:13:35 UTC
Permalink
A 3.2.3 pre-release is available now for testing.

The change list is:
Improve speed when performing multiple searches.
SciTE adds definition of PLAT_UNIX for both PLAT_GTK and PLAT_MAC to allow consolidation of settings valid on all Unix variants.
Signal autoCompleteCancelled added on Qt.
Bash lexer supports nested delimiter pairs. Feature #3569352. Bug #1515556. Bug #3008483. Bug #3512208. Bug #3515392.
For C/C++, recognize exponent in floating point hexadecimal literals. Bug #3519260.
For C #include statements, do not treat // in the path as a comment. Bug #3519260.
Lexer for GetText translations (PO) improved with additional styles and single instance limitation fixed.
Ruby for loop folding fixed. Bug #3240902. Bug #3567391.
Ruby recognition of here-doc after class or instance variable fixed. Bug #3567809.
SQL folding of loop and case fixed. Bug #3567905.
SQL folding of case with assignment fixed. Bug #3571820.
Fix hang when removing all characters from indicator at end of document.
Fix failure of \xhh in regular expression search for values greater than 0x79.
On Cocoa on OS X 10.8, fix inverted drawing of find indicator.
On Cocoa, fix double drawing when horizontal scroll range small and user swipes horizontally.
On Cocoa, remove incorrect setting of save point when reading information through 'string' and 'selectedString'.
On Cocoa, fix incorrect memory managment of infoBar.
On GTK+ 3 Ubuntu, fix crash when drawing margin.
On ncurses, fix excessive spacing with italics line end.
On Windows, search for D2D1.DLL and DWRITE.DLL in system directory to avoid loading from earlier in path where could be planted by malware.
Available from the Mercurial repository (https://sourceforge.net/scm/?type=hg&group_id=2439) and from
http://www.scintilla.org/scite.zip Source
http://www.scintilla.org/wscite.zip Windows executable

Neil
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Loading...