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
- 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
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
StringCurrent 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