Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with Notepad++ 8.4 #22

Closed
tahendry opened this issue Apr 26, 2022 · 3 comments
Closed

Does not work with Notepad++ 8.4 #22

tahendry opened this issue Apr 26, 2022 · 3 comments

Comments

@tahendry
Copy link

Hi there

Unfortunately, the plugin does not work with the newest version anymore.
8.3.3 was working, 8.4 not anymore.

cheers
Reto

@flotux2
Copy link

flotux2 commented Apr 27, 2022

A change needs to be done for this plugin to work again:

In Notepad++ v8.4, Scintilla is upgrade from v4.x to v5.x and Lexilla module has been added in the project. With such major update, the old External Lexer Plugins need to migrate to Scintilla5 and add new CreateLexer export function, which return a pointer of ILexer5 instance, in your external lexer plugin to make it work under v8.4.

Source:
https://community.notepad-plus-plus.org/topic/22866/make-external-lexer-plugin-work-with-v8-4

@BdR76
Copy link
Owner

BdR76 commented Apr 28, 2022

Thanks for letting me know, I was aware of the issue but didn't have the time to work on an update until now. It's fixed and the plugin list was updated so it will be available in the next Notepad++ update. Notepad++ is updated irregularly, could be a couple of days, could be in a week or more depending on bugfixes etc.

But you can also download the new CSVLint version 0.4.5.1 here and install it manually. Unzip and replace the CSVLint.dll in your .\Program Files\Notepad++\plugins\CSVLint\ folder.

@flotux2
Copy link

flotux2 commented Apr 28, 2022

@BdR76: Thanks for fixing the problem. I appreciate it because it is a development in your spare time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants