Author Topic: Scintilla 3.7.5 status(about C++11)  (Read 3265 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Scintilla 3.7.5 status(about C++11)
« on: July 23, 2017, 12:09:19 pm »
Scintilla 3.7.5 released - Google Groups - https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/scintilla-interest/3_MJhl5fe08

Quote
Scintilla 3.7.5 is now available from the scintilla.org web site.

   Scintilla 3.7.5 contains minor features and bug fixes.

   Microsoft Visual C++ 2013 is no longer supported due to increased use of C++11 features.

   GCC 4.8, Visual C++ 2015, Xcode 8.2, and Clang 3.9 are supported.

   The caret line may be highlighted with a rectangular frame. A "Reverse Selected Lines” feature was added.

   The Baan, Bash, Fortran, PowerShell, Python, and YAML lexer/folders were updated.

   This should be the last release before Scintilla is forked with a long term 3.x branch constrained to C++11 and the currently supported compilers and a 4.x branch which may use C++14 and C++17 features.

   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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Scintilla 3.7.5 status(about C++11)
« Reply #1 on: July 23, 2017, 03:26:19 pm »
I have a branch where I've updated to this version, but I'm still testing it and experimenting with stuff.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]