Scintilla AutoHotkey v1 Example

Scintilla Example How to easily add color highlighting to an AutoHotkey v1 edit window with a Scintilla control



How to easily add color highlighting to an edit window with a Scintilla control

In this example we discuss how easy it is to append a scintilla control to an AHK GUI which enables you to have syntax highlighting on your programs.

We also demonstrate how to change some settings and why it is good practice to make your code easier to read in general to save you some headaches down the line.  You can download the example files by clicking below.

Comments are closed.