]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/scintilla/README.txt
Remove DoSetSizeHints() call from Create()
[wxWidgets.git] / src / stc / scintilla / README.txt
index 4ff79177ea941c9c8f6027851c2aca10767b7387..6db6698805aae8f540f5f9f14721cee19ab96db3 100644 (file)
@@ -3,11 +3,11 @@ scintilla/include directories from the Scintilla source distribution.
 All other code needed to implement Scintilla on top of wxWidgets is
 located in the directory above this one.
 
 All other code needed to implement Scintilla on top of wxWidgets is
 located in the directory above this one.
 
-The current version of the Scintilla code is 2.03
+The current version of the Scintilla code is 3.21
 
 These are the basic steps needed to update the version of Scintilla used by wxSTC.  
 
 
 These are the basic steps needed to update the version of Scintilla used by wxSTC.  
 
-1. Copy include and src folders to src/stc/scintilla
+1. Copy include, lexers, lexlib and src folders to src/stc/scintilla
 
 2. Examine diffs between the new src/stc/scintilla/Scintilla.iface
 file and the version in SVN.  You should get familiar especially with
 
 2. Examine diffs between the new src/stc/scintilla/Scintilla.iface
 file and the version in SVN.  You should get familiar especially with