-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu items are grayed greyed out or not working #62
Comments
That's not a bug, that's a feature. These items are disabled as long as you don't have a class file open, only then they get enabled. I guess we could always enable them, though, I've never looked at that part of the code. |
If I open a .class file using ECD, I can see the source code generated by the selected decompiler, but the options in the menu remain disabled and the disassebler and byte code menu item have no effect at all. |
I just noticed that I currently ain't got an installation with ECD being installed...curiously, but especially one with the most recent release. Can you check whether there is something in the error log (that's a view you can enable in the perspective) which might hint why it is not working? |
With "right click/Open With/Class decompiler viewer", the error log shows no error when opening a .class file with ECD. Moreover, checking the "Set Class Decompiler Viewer as the dafault 'Java Class File' content type editor" doesn't work. If the option is set, double clicking on a .class file opens the Eclipse default class file editor. Using the "File associations" preferences screen to force ECD to be the default editor for both .class and .class without source yields to this error:
|
Steps to reproduce the problem:
Picture 1:
Picture 2:
The text was updated successfully, but these errors were encountered: