Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA 13 - Can't open Project Structure dialog anymore

as already described in title, i'm not able to open the project structure dialog window in intellij anymore.

neither the shortcut (Ctrl+alt+shift+s) nor the menu element under File -> Project Structure nor the little button in the upper right corner do work.

Clarification: Menu element :

enter image description here

This "bug" occured suddenly as I wrote a web (vaadin/maven) project and tried to set up glassfish, where i often had to switch to the project structure dialog.

Since the first occurence i wasn't able to fix it by restarting intellij or switching projects.

This also happened on my laptop running the same intellij and windows version (Ultimate 13.0.1 Build: 133.331 on Windows 7 x64)

i appreciate any help!

like image 609
ZioN Avatar asked Jan 16 '14 16:01

ZioN


People also ask

How do I enable project structure in IntelliJ?

To change settings of a module that hosts the file you are currently editing, just press Alt+F1, 7 or open the View menu, select Select In and click Project Structure. IntelliJ IDEA will open the Project Structure dialog and jump to the required module.

How can I see structure in IntelliJ?

By default, IntelliJ IDEA shows all classes, methods, and other elements of the current file. To toggle the elements you want to show, click the corresponding buttons on the Structure tool window toolbar. to show class fields. to have protected class members shown in the tree.

How do I show the project tree in IntelliJ?

To display these lines, enable Show tree indent guides on the Appearance and Behavior | Appearance page of the IDE settings Ctrl+Alt+S .


2 Answers

This also happened to me, but removing new plugins etc didn't help.

Nor did nuking my project and rebuilding it from scratch.

In the end I deleted all caches, restarted Intellij and at last I could access the project settings again! By the way, I'm using Intellij 11.1 - mainly because I can't get 13 to start up, but that's another story

like image 178
Kate Avatar answered Sep 20 '22 08:09

Kate


Your log shows that it is a bug in IntelliJ IDEA - they are trying to create file passing null pathname. Try to delete project files and reopen project from scratch (maybe you've lost some file) - if it won't help then you should create an issue here: http://youtrack.jetbrains.com/ - You can even copy-paste text from your question and attach stacktrace

like image 22
Jakub Kubrynski Avatar answered Sep 18 '22 08:09

Jakub Kubrynski