So I'm writing some internal tools to analyze our code, and I would
simply like to be able to get links which can be clickable inside
Eclipse.
I thought the easiest way was to output in format filename:line, but
apparently it doesn't work with PyDev.
So what can be another possible way to accomplish that?
Is there a format which Eclipse understands which I can generate?
Or should I try to dig into PyDev to add such a feature?
(for example the CDT has a nice configuration for this, where you can
set up the format of the errors and how they should be actually handled)
THanks a lot,
Andrea
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My problem is already more or less described here:
http://stackoverflow.com/questions/8836655/parsable-and-linkable-format-for-eclipse
So I'm writing some internal tools to analyze our code, and I would
simply like to be able to get links which can be clickable inside
Eclipse.
I thought the easiest way was to output in format filename:line, but
apparently it doesn't work with PyDev.
So what can be another possible way to accomplish that?
Is there a format which Eclipse understands which I can generate?
Or should I try to dig into PyDev to add such a feature?
(for example the CDT has a nice configuration for this, where you can
set up the format of the errors and how they should be actually handled)
THanks a lot,
Andrea
Answered you at: http://stackoverflow.com/a/9005845/110451
Cheers,
Fabio