java-decompiler / jd-gui

A standalone Java Decompiler GUI
GNU General Public License v3.0
13.72k stars 2.36k forks source link

After associating jd-gui.exe with class files, after I click on a file in Explorer, it opens the package instead of the .class file #413

Open sryze opened 1 year ago

sryze commented 1 year ago

My expectation was that if I click on a specific .class file, jd-gui would open that file directly instead of opening its parent package tree with all nodes collapsed. This makes me find that file in the tree manually and expand it, which is not very productive.

I'm using Windows 10.