File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/java/fr/adrienbrault/idea/symfony2plugin/ui Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 44import com .intellij .openapi .options .ConfigurationException ;
55import com .intellij .openapi .project .DumbService ;
66import com .intellij .openapi .project .Project ;
7+ import com .intellij .openapi .project .impl .DefaultProject ;
78import com .intellij .ui .ToolbarDecorator ;
89import com .intellij .ui .table .TableView ;
910import com .intellij .util .ui .ColumnInfo ;
@@ -44,6 +45,10 @@ public TwigSettingsForm(@NotNull Project project) {
4445 }
4546
4647 private void attachItems () {
48+ if (this .project instanceof DefaultProject ) {
49+ return ;
50+ }
51+
4752 if (DumbService .getInstance (project ).isDumb ()) {
4853 this .tableView .getEmptyText ().setText ("Not available while indexing. Please re-open this screen when ready." );
4954
You can’t perform that action at this time.
0 commit comments