At 09:52 09.01.02 -0500, you wrote: > > > > I can navigate to that source:line using mouse, but how to >navigate > > > > there using keyboard? > > > > > >Currently it's not possible. Anyone else thinks it would be useful? >Any > > >suggestions about the shortcut? > > > F4 (as always in IDEA)? >This was exactly the first key-press I was trying to use (move cursor >to blue area and pres F4). >Then I tried Enter - The browser shortcut to follow selected link. > > >This shortcut would be very usefull for me. >I am using TextUI in JUnit. It is printing stacktrace for every >failure, and Idea is generating links from this output.
That's the reason, why I prefer the TextUI over the SwingUI, too. Would it be possible at IntelliJ to create an own UI, that combines the advantages of the TextUI and the SwingUI? I could think of a JProgressBar-like component showing the progress in the nice green (or red) colors, a treeview for the executed tests with their states and the ability to easily jump to an failure. Best regards, Thomas Singer > From there I can navigate (using links from stacktrace) to exact place >in testcase where failure occured. > >:-) Ada _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
