Hi there!
I'm having trouble adding ESlint to Bluefish. I've tried finding ESlint's pattern, commends and lines infoemation to paste in output parser section, but i have failed. Honestly i have no idea how to do it.
I really have grown to like Bluefish editor, the only thing it lacks for me - is ESlint. If it is possible to add ESlint functionality, can someone tell me how to do it? In any case, thanks in advance.
I don't have any experience with eslint, so this is a guess based on some example output that I found on the internet. Stop bluefish, add this to ~/.bluefish/rcfile-2.0 and start bluefish again:
external_outputbox: 3:eslint:( \t)([0-9]+)\:[0-9]+(.)👎2:3:eslint '%f'|:
you can configure this in the preferences in outputbox settings.
Thanks for the help! I will try it.
please let me know if this works, so I can add this to the default config file
It works perfectly fine. But since Bluefish can't do linting in GUI manner, i ptobebly will have to use another editor for my JavaScript editing. Though i don't necessarily want to, cos after installing linux i really started to to dig free software.
Thanks for the help anyways.
Since the initial issue has been resolved, this ticket will be closed. The question of linting would be another ticket. Has the codeline be incorporated into the source code?