I think he's talking about stub decompilation, which has been available in IDEA, I can't test 615 atm as I have it setup on a different machine that isn't available now. I know it works with 612:
// IntelliJ API Decompiler stub source generated from a class file // Implementation of methods is not available It doesn't work to open .class files with File>Open, and perhaps it should (consider this a feature request). But if you type the wanted class name and CTRL-Click on it, you can get to it that way. (CTRL-Clicking is a great way to navigate through projects btw) About decompiling IDEA, go get JAD and give it a shot. IDEA is obfuscated (ever seen a stack trace in the console window?), so have fun trying to figure it out ;) --Erik On Fri, 5 Apr 2002, Thomas Singer wrote: > Do you mean, you want to have JAD embedded into IDEA? > Hmm, than you would be able to disassemble IDEA itself easily and *this* > isn't the target feature for IntelliJ. > > Tom > > > At 13:37 05.04.02 +0200, you wrote: > >+100, and viewing of the jars too :) > > > >-----Urspr�ngliche Nachricht----- > >Von: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED]] > >Gesendet am: Freitag, 5. April 2002 13:21 > >An: [EMAIL PROTECTED] > >Betreff: [Eap-features] Nice to have : Viewer for .class file > >(interface) > > > >At the moment the build 615, Ariadna project, it is not possible to view > >.class file. It would be nice to include to this as most IDE provide this > >feature and I find it very useful. > > > >Daniel > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
