You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2023. It is now read-only.
Because this is a wrapper for Scintilla, so you can read/see more at:
http://www.scintilla.org/ScintillaDownload.html
http://www.scintilla.org/ScintillaRelated.html
http://www.scintilla.org/ScintillaDoc.html
=== Installation
1. Get (or compile) latest version of SciLexer.dll. You can get precompiled SciLexer.dll from http://www.scintilla.org/SciTEDownload.html (Windows Executables/A full download...)
You can also get SciLexerDll\SciLexer.dll
However it's always recommended to use latest SciLexer.dll
2. Put SciLexer.dll to path where Delphi will be able load it. It could be for example: C:\Windows\SysWOW64 (or if you are still using x86 then it will be C:\Windows\System32)
3. Add C:\XYZ\DScintilla\Sources to your Delphi "Library path"
4. Open in Delphi C:\XYZ\Packages\DScintillaRuntime.dpk, then Build package
5. Open in Delphi C:\XYZ\Packages\DScintillaDesign.dpk, then Build and Install package
After installation you should have a TDScintilla VCL component installed in your Component Palette (page DScintilla).