[Pydev-users] [Users] Get a linkable format
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2012-01-24 18:19:50
|
The following forum message was posted by andreacrotti at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4970178: My problem is already more or less described here: http://stackoverflow.com/questions/8836655/parsable-and-linkable-format-for-ecli pse 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 |