Update of Swedish translation
[geany-mirror.git] / scintilla / README
blob2a78b3b37e14b1a5361ff5e1a47606476bf7b54d
1 These files are from the Scintilla project, http://www.scintilla.org.
3 See License.txt for the Scintilla license.
5 We try to keep these files in sync with the official project; any
6 changes should be sent there first. Otherwise changes could cause
7 conflicts when we next update Scintilla.
10 Public header constants (include/*.h)
11 -------------------------------------
12 You should not add constants in header files - instead use
13 Scintilla.iface and HFacer.py.
15 Do not change the value of constants in header files as this will
16 break Scintilla's ABI.