Revision: 5499 http://geany.svn.sourceforge.net/geany/?rev=5499&view=rev Author: ntrel Date: 2010-12-24 13:52:08 +0000 (Fri, 24 Dec 2010)
Log Message: ----------- Add README for Scintilla explaining keeping in sync with scintilla.org and using Scintilla.iface instead of manual header editing.
Modified Paths: -------------- trunk/HACKING trunk/scintilla/Makefile.am
Added Paths: ----------- trunk/scintilla/README
Modified: trunk/HACKING =================================================================== --- trunk/HACKING 2010-12-24 13:31:39 UTC (rev 5498) +++ trunk/HACKING 2010-12-24 13:52:08 UTC (rev 5499) @@ -265,7 +265,7 @@ We try to use an unmodified version of Scintilla - any new lexers or other changes should be passed on to the maintainers at http://scintilla.org. We normally update to a new Scintilla release -shortly after one is made. +shortly after one is made. See also scintilla/README.
Tagmanager was originally taken from Anjuta 1.2.2, and parts of it (notably c.c) have been merged from later versions of Anjuta and
Modified: trunk/scintilla/Makefile.am =================================================================== --- trunk/scintilla/Makefile.am 2010-12-24 13:31:39 UTC (rev 5498) +++ trunk/scintilla/Makefile.am 2010-12-24 13:52:08 UTC (rev 5499) @@ -110,4 +110,4 @@ glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --header > scintilla-marshal.h glib-genmarshal --prefix scintilla_marshal scintilla-marshal.list --body > scintilla-marshal.c
-EXTRA_DIST=scintilla-marshal.list scintilla-marshal.c scintilla-marshal.h License.txt +EXTRA_DIST=scintilla-marshal.list scintilla-marshal.c scintilla-marshal.h License.txt README
Added: trunk/scintilla/README =================================================================== --- trunk/scintilla/README (rev 0) +++ trunk/scintilla/README 2010-12-24 13:52:08 UTC (rev 5499) @@ -0,0 +1,16 @@ +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.
Property changes on: trunk/scintilla/README ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.