geany/scintilla
Colomban Wendling a4027f9f8f scintilla: Fix GCC 4.8 support wrt noexcept move constructors
X-Scintilla-Commit-ID: ee3fe56c6fe815781d02fbc7d55d9f15f9c439aa
2019-05-03 17:49:55 +02:00
..
gtk Update Scintilla to version 3.10.4 2019-04-28 19:02:15 +02:00
include Update Scintilla to version 3.10.4 2019-04-28 19:02:15 +02:00
lexers Update Scintilla to version 3.10.4 2019-04-28 19:02:15 +02:00
lexlib Update Scintilla to version 3.10.4 2019-04-28 19:02:15 +02:00
src scintilla: Fix GCC 4.8 support wrt noexcept move constructors 2019-05-03 17:49:55 +02:00
License.txt Update Scintilla to version 3.10.0 2018-08-01 14:51:52 +02:00
Makefile.am Update Scintilla to version 3.10.4 2019-04-28 19:02:15 +02:00
README Add README for Scintilla explaining keeping in sync with scintilla.org and using Scintilla.iface instead of manual header editing. 2010-12-24 13:52:08 +00:00
scintilla_changes.patch Update Scintilla to version 3.10.4 2019-04-28 19:02:15 +02:00
version.txt Update Scintilla to version 3.10.4 2019-04-28 19:02:15 +02:00

README

These files are from the Scintilla project, http://www.scintilla.org.

See License.txt for the Scintilla license.

We try to keep these files in sync with the official project; any
changes should be sent there first. Otherwise changes could cause
conflicts when we next update Scintilla.


Public header constants (include/*.h)
-------------------------------------
You should not add constants in header files - instead use
Scintilla.iface and HFacer.py.

Do not change the value of constants in header files as this will
break Scintilla's ABI.