http://majorgeeks.com/SciTE_d6988.html Release 3.0.4
Released 8 March 2012.
SciTE scripts can create user interfaces as strips.
SciTE can save files automatically in the background.
Pinch zoom implemented on Cocoa.
ECL lexer added. Feature #3488209.
CPP lexer fixes styling after document comment keywords. Bug #3495445.
Pascal folder improves handling of some constructs. Feature #3486385.
XML lexer avoids entering a bad mode due to complex preprocessor instructions. Bug #3488060.
Duplicate command is always remembered as a distinct command for undo. Bug #3495836.
SciTE xml.auto.close.tags no longer closes with PHP code similar to <a $this-> Bug #3488067.
Fix bug where setting an indicator for the whole document would fail. Bug #3487440.
Crash fixed for SCI_MOVESELECTEDLINESDOWN with empty vertical selection. Bug #3496403.
Differences between buffered and unbuffered mode on Direct2D eliminated. Bug #3495791.
Font leading implemented for Direct2D to improve display of character blobs. Bug #3494744.
Fractional widths used for line numbers, character markers and other situations. Bug #3494492.
Translucent rectangles drawn using Direct2D with sharper corners. Bug #3494492.
RGBA markers drawn sharper when centred using Direct2D. Bug #3494202.
RGBA markers are drawn centred when taller than line. Bug #3494184.
Image marker drawing problem fixed for markers taller than line. Bug #3493503.
Markers are drawn horizontally off-centre based on margin type instead of dimensions. Bug #3488696.
Fold tail markers drawn vertically centred. Feature #3488289.
On Windows, Scintilla is more responsive in wrap mode. Bug #3487397.
Unimportant "Gdk-CRITICAL" messages are no longer displayed. Bug #3488481.
SciTE on Windows Find in Files sets focus to dialog when already created; allows opening dialog when a job is running. Bug #3480635. Bug #3486657.
Fixed problems with multiple clicks in margin and with mouse actions combined with virtual space. Bug #3484370.
Fixed bug with using page up and down and not returning to original line. Bug #3485669.
Down arrow with wrapped text no longer skips lines. Bug #1776560.
Fix problem with dwell ending immediately due to word wrap. Bug #3484416.
Wrapped lines are rewrapped more consistently while resizing window. Bug #3484179.
Selected line ends are highlighted more consistently. Bug #3484330.
Fix grey background on files that use shbang to choose language. Bug #3482777.
Fix failure messages from empty commands in SciTE. Bug #3480645.
Redrawing reduced for some marker calls. Feature #3493530.
Match brace and select brace commands work in SciTE output pane. Feature #3486598.
Performing SciTE "Show Calltip" command when a calltip is already visible shows the next calltip. Feature #3487017.
SciTE allows saving file even when file unchanged. Feature #3486654.
SciTE allows optional use of character escapes in calltips. Feature #3495239.
SciTE can open file:// URLs with Ctrl+Shift+O. Feature #3495389.
Key modifiers updated for GTK+ on OS X to match upstream changes.
SciTE hang when marking all occurrences of regular expressions fixed.