[ANN] IntelliJad 1.0.1 released
Hi,
the key change here is the quoting of any decompiled class path with quotes to ensure Jad doesn't split up the path.
Additionally, but minorly, the documentation has had a scrub to make sure it's uniform.
- Steve
Please sign in to leave a comment.
Steve,
It still shows 1.0 in plugin page (http://plugins.intellij.net/plugin/?id=1570) so we cannot update via Plugin Manager.
Hello Steve,
My two cents:
1. Jad project settings is overhead, too many contrast icons in IDE settings is confusing
2. First decompilation misses Ctrl+B navigation
3. Alt+F1 do not work fine for decompiled classes
4. IPR file is modified (instead of IWS)
5. If file not decompied success, empty file is opened
Thanks!
Nads, i updated the change notes and forgot to update the version number! It's been corrected now.
Thanks,
Steve
Hi Alexey,
1. This follows the same pattern as project-/IDE-level GUI configuration, but it probably is overkill. At some point early next year I'll poll IntelliJad users and see if anyone actually uses it. I certainly don't :)
2 + 3. Both of these issues are caused by a bug in the file system implementation. I've tried moving to the deprecated VFS to see if that fixes the issue (it used to work in IntelliJ 6) and it has. Expect a release with this patch tonight UK time.
4. I have no idea how to store the config in the .iws instead of the .ipr! I'll google on this and take care of it in the next few days.
5. I've never seen this issue. Does it happen reliably on a specific class file you have?
Thanks,
Steve
4 - http://www.jetbrains.com/idea/documentation/howto_03.html#Components%20Registration (scrool down to IWS sample)
5 - SimpleInsertHandler
4. Done.
5. SimpleInsertHandler works fine for me. I'll try to force the issue tonight.
Thanks,
Steve