"Christopher Cobb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Scott Sirovy wrote: > > > Have you seen the "HiLight tool" external tool? It lets you copy any > > stacktrace into a small window and displays that in a message window with > > all such lines now hyper-linkable. > > > > http://www.intellij.org/twiki/bin/view/Main/HiLightTool > > > > -sms > > So, how do I install HiLightTool?
>From the web page: To add it as an external tool: * Tools | IDE Options | External Tools * Add a new Tool * Name: Stacktrace * Group: HiLight * Description: Hilight a stacktrace * Leave the "Show Console" option checked. * Uncheck "Synchronize files after execution" * Program : $JDKPath$\bin\java.exe * Arguments : -jar c:\hilite\HiLightTool.jar To use: * Right-Click in the editor and select HiLite | Stacktrace * When the window opens, paste in the stacktrace from the clipboard with ctrl-v and click done. * The window will close and the stacktrace will be hilighted in the messages toolwindow. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
