Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grails View disappeared in IntelliJ, how to get it back?

I'm very new to IntelliJ and Grails, and it looks like my Grails View in the tool windows sidebar disappeared, after I deleted a controller. I just cant find how to show it back, I need it because all my class files are shown in that view.

If you require more information please let me know.

thanks a lot in advance, daniel

like image 540
最白目 Avatar asked Jun 30 '11 09:06

最白目


3 Answers

I know this was asked a long time ago, but I recently had this problem and was able to solve it in the following way:

  1. Click on View menu.
  2. Hover on Tool Windows to let the submenu pop up.
  3. Click on Grails View
  4. The Grails view will now pop up, for me it popped up in the bottom section of the IDE. I wanted it back in the left so I right clicked the Grails View title and hovered over "Move to" then clicked on "left".

Hope this helps someone else. If Grails View is not available in the tool windows menu then it is most likely that Grails Framework support needs to be set up as Victor mentioned earlier.

like image 160
paniclater Avatar answered Oct 14 '22 13:10

paniclater


Do you still have Grails menu item in right-click menu on the project root? If not, press 'Add framework support...' in that menu and re-add Grails.

like image 43
Victor Sergienko Avatar answered Oct 14 '22 15:10

Victor Sergienko


For me the Grails menu item was available when right clicking on the project but the Grails Tool Window was gone. It was not listed in View -> Tool Windows like @paniclater suggested. I could restore it by doing a right click on the project and select Grails -> Change SDK Version. I just selected the Grails version I was already using and the view popped up.

like image 34
deflomu Avatar answered Oct 14 '22 15:10

deflomu