Scintilla Patch
AnyEdit uses the scintilla control (www.scintilla.org) for syntax highlighting. We patch it a little to be able to implement the scrolling for splitter windows. Some people also like to include their own patches to scintilla, but they would get double scrollbars when using their own build dll with AnyEdit. The patches below are the patches we did to the original scintilla code. Applying these patches to the code will remove the double scrollbars and implements our scrolling mechanism.
| Scintilla Version | Patches |
|---|---|
| 1.63 | AEScintillaPatch163.tar.gz |
| 1.62 | AEScintillaPatch162.tar.gz |