jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scintilla 5+

VPKSoft opened this issue · comments

Hi,
I'm making changes for the ScintillaNET to adopt the Scintilla 5 version - if anyone wishes to contribute, let me know. The current supported version in the branch is 4.4.6. The Scintilla 5 is divided into two different libraries:

  • Scintilla.dll - the control
  • Lexilla.dll - the lexer definitions.

More on scintilla.org.

ETA - days - weeks - months...

The main control in the branch already works, but the Lexilla.dll needs to be taken into use, so lexer assignment is not currently working.

Done - now to figure out a name for the five-series. 🙄