I'm new to java(started to use 1 year ago). I was using Intellij IDEA community edition. Today decided install full version of it and something went wrong. It always stays in kind of "Decompiled" mode and does not allow to edit file or work with that. Went back to community edition. The same in "Decompiled mode". Can you please help me how to get to normal mode to work. Any help appreciated
It looks like you're opening the class files within the left hand navigation window. Find the source code instead (the .java
files) and open those instead - then everything should be normal.
(Look at home05\Solution.java
for example, instead of home05\Solution.class
...)
See more on this question at Stackoverflow