orbitalquark / scintillua

Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.
https://orbitalquark.github.io/scintillua
MIT License
53 stars 22 forks source link

latest SciTE v5.3.0 not working with scintillua 5.3 (Windows) #78

Closed rlatowicz closed 2 years ago

rlatowicz commented 2 years ago

Hi,

Thanks for Scintillua!

SciTE v5.3.0 seems to have broken something?

SciTE v5.2.4 & Scintillua v5.3 worked together perfectly.

before, 2022-09-19 01_13_30-D__Coding_Work_Bezier_C_vec2d_005 h - SciTE

after (simply updating SciTE.exe, Scintilla.dll & Lexilla.dll), 2022-09-19 01_15_37-D__Coding_Work_Bezier_C_vec2d_005 h - SciTE

I'm using SciTE 64bit on Windows 8.1.

best regards, Rafael.

orbitalquark commented 2 years ago

Scintillua is currently in a transition period. I submitted some changes for SciTE 5.3.0 that are incompatible with Scintillua 5.x. When Scintillua 6.0 is released, which I hope will be soon, it will work with SciTE 5.3.0. Sorry for the inconvience :(

rlatowicz commented 2 years ago

@orbitalquark

Thanks for the update. That's great news.

Thanks again for the awesome work on Scintillua.

All the best, Rafael.

orbitalquark commented 2 years ago

Scintillua 6.0 has been released and should work with SciTE. Please see the updated manual with instructions how to use the new version. It is quite different from the previous version, such as when it comes to themes. (Lua themes have been replaced by SciTE-style properties files.)