Replies: 1 comment 1 reply
-
The architecture needs to match, so if you're using 64-bit SciTE, you need to use 64-bit LexLPeg.dll.
1. Downloaded SciTE 64-bit Windows binary.
2. Downloaded latest Scintillua release.
3. Moved scintillua's *lexers/* directory into SciTE directory.
4. Edited *SciTEGlobal.properties* to append `import lexers/lpeg` at the end.
5. Started SciTE.exe, and I have lexing for the default cpp lexer.
If you want to use 32-bit SciTE executable, then you'd also need to edit *lexers/lpeg.properties* and change `LexLPeg.dll` to `LexLPeg32.dll` where it appears.
Hope that helps.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone. This is my first post. I'm trying to use scintillua with scite 4.4.6. I think the istallation was correct but wasn't able to get any lexing. This not only for the lexer I'm trying to write but for all others lexers also.
I have a 64 biut architecture but I'm using 32 bit version of LexLPeg because other one simply make scite to suddenly close without any error. Any idea about what to check ?
Beta Was this translation helpful? Give feedback.
All reactions