Closed ZoloZiak closed 9 years ago
Did you configure the file_regex
properly?
http://sublimetext.info/docs/en/reference/build_systems.html
Does it jump to the error line when you press F4?
Yes, you can see it on first picture.
Can you check the console?
You have to remove the capture of (Error|Fatal)
.
When I delete it, F4 don´t work
Edit: I deleted that "if" statement in your python code - line 141, it works now:
The right way of fixing this issue was to correct you file_regex.
You just have to replace (Error|Fatal)
by (?:Error|Fatal)
Thanks a ton for helping me solve this issue.
I want to thank you a lot for making this. It's helped me a lot in my work and made it so much easier. It's an awesome plugin. I hope you continue your work and keep making stuff like this. ;)
You're welcome. Thanks for using my plugin.
A quick suggestion... You should copy/paste the text instead of making screenshots. It allows others to copy part of the text and reuse it in their messages. It's also more friendly with search engines.
Okay I'll keep that in mind the next time. Never thought about it from that perspective.
Also if you don't mind I wanted to ask one more thing of you. Do you use stino plugin? If yes, does your plugin work with it ?
Thanks
No, even though I am a big Arduino fan, I don't use Stino.
When I try to use your plugin with free Pascal compiler it doesn't mark the wrong lines. I have attached screenshot below: