I just discovered this existing feature by accident, and thought I'd share...
I needed to get a list of all the public methods in a class, so, just for kicks, i CTRL-clicked each one individually until I had them all selected and then did a copy (CTRL-C), just wondering what would happen if i then pasted into Notepad. To my *complete* astonishment, I found an HTML view of the methods i copied, similar to this: <html><body><ol> <li>fooMethod(String):int <li>barMethod():Foo <li>bazMethod(String, int):void </ol></body></html> Maybe i've just been living in a cave and somehow missed this, but I think that's pretty darned cool. JetBrains does it again! :D chris _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
