| Summary: | Console should have ability to open things that look like classes | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Gregory Gerard <ggerard> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 3.0.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Gregory Gerard
Just curious, what sort of application produces output that links back to the source code (i.e. other than stack traces from exceptions)? Can you attach sample output? Marking as a dup. *** This bug has been marked as a duplicate of 24826 *** Many of the libraries we use (free and commercial, under our control and otherwise) print the full class name out to the console as part of logging. This is nice because there's no ambiguity as to which class but currently not navigable. Btw, is there a way to have a way of adding scripting to the console? The use case would be, when a certain string comes through, do this script action. In otherwords, associate a regex with an action. in 3.1, see consolePatternMatchListeners extension point - your listener can perform any action it wants when notified of a match (such as add a hyperlink). |