I have installed DScintilla, Delphi VCL wrapper for Scintilla code editing component, but I can’t find any basic example of how to use it.
Could you post some basic code example of syntax highlighting or a reference to code examples for it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Very interesting library but hard to say what exactly want you do with it.
Here for instance is the example with some basic color settings for Pascal syntax highlighter. Note that you need to have the
SciLexer.dlllibrary in your project folder (or the one where the application looks for it).This library wrapper provides many features with meaningful names so the best I think would be to browse them by your own.