geany/scintilla
Colomban Wendling 978fca130f Fix our Scintilla patch
It got broken by df589a9d52086b22fe1dc7591482f5aa8f9bbc0e -- you have
to fix the line change count in the block header too.
2013-08-16 14:48:31 +02:00
..
2013-07-21 12:04:14 +02:00
2013-07-21 12:04:14 +02:00
2013-07-21 12:04:14 +02:00
2013-08-15 19:44:33 -07:00
2013-08-15 19:44:33 -07:00
2013-08-15 19:44:33 -07:00
2013-07-21 12:04:14 +02:00

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.