Output from external tool
Visual Studio
1
Posts
1
Posters
3
Views
1
Watching
-
I'm using the Visual J# plug-in for VS.NET to edit and compile standard Java classes with Apache ANT :omg:. I would like to double click the error information, e.g.: ManuscriptEmail.java:207: ';' expected String contentid = params[0].toString().trim() and set the cursor position in the active document to the line# specified in the output. Any ideas how I can do that? Can I trap the double-clicked event on the output pane somehow? -- Thanks, Roy