Skip to content
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

Dependency classes are not longer directly opened #3011

Closed
fbricon opened this issue Mar 21, 2023 · 2 comments · Fixed by #3013
Closed

Dependency classes are not longer directly opened #3011

fbricon opened this issue Mar 21, 2023 · 2 comments · Fixed by #3013

Comments

@fbricon
Copy link
Collaborator

fbricon commented Mar 21, 2023

Following #2985, opening a non-project type no longer directly opens the source, but shows the intermediary "Decompile Class File" webview. This is a huge regression in DX.

Steps To Reproduce
  1. In a Java file, Ctrl+Click on String
Current Result

"Decompile Class File" webview shows up instead of proper JDK source as before

Expected Result

Attached or decompiled sources should shows up directly during code navigation/references/..., as before

Additional Informations

The "Decompile Class File" webview should only show up when manually opening a .class file from the IDE

@fbricon
Copy link
Collaborator Author

fbricon commented Mar 21, 2023

#2985 should be reverted if this issue is not fixed before the release.

@xiangtianyu
Copy link

Is this change released? I used the latest version and have the problem. When i try to enter into jdk class or spring class, it will always show "This file is not displayed in the text editor because it is a Java class file. Click here to decompile and open."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants