• Intro to AutoHotkey Intermediate AutoHotkey Intermediate Objects GUIs are Easy w/AutoHotkey Painlessly switch from V1 to V2

Scintilla Example

Scintilla ExampleHow to easily add color highlighting to an 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.