Discussion:
Scintilla 3.3.6 released
Neil Hodgson
2013-10-15 21:42:53 UTC
Permalink
Scintilla 3.3.6 is now available from the scintilla.org web site.

Scintilla 3.3.6 contains new features and fixes bugs.

Gaining and losing focus is now reported as a notification with the code set to SCN_FOCUSIN or SCN_FOCUSOUT. This allows clients to uniformly use notifications instead of commands. Since there is no longer a need for commands they will be deprecated in a future version. Clients should switch any code that currently uses SCEN_SETFOCUS or SCEN_KILLFOCUS.

On Cocoa, clients should use the delegate mechanism or subclass ScintillaView in preference to registerNotifyCallback: which will be deprecated in the future. ScintillaView.h hides implementation details which may require client code to explicitly include system headers. To follow Cocoa conventions and avoid name clashes InnerView was renamed to SCIContentView and MarginView was renamed to SCIMarginView.

Added functions to help convert between substyles and base styles and between secondary and primary styles.

Lexer added for Rust language.

Other changes were made and bugs fixed. A detailed list of changes is available on the history page.
http://www.scintilla.org/ScintillaHistory.html

Scintilla uses Mercurial (Hg) for source code control. The repository can be cloned with
hg clone http://hg.code.sf.net/p/scintilla/code scintilla

Thanks to the contributors of code and documentation and to the testers.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...