mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Flex IDE: configure project structure action is not enabled for default project
This commit is contained in:
@@ -974,4 +974,12 @@
|
||||
|
||||
</extensions>
|
||||
|
||||
<actions>
|
||||
<action id="ShowProjectStructureSettings" class="com.intellij.ide.actions.ShowStructureSettingsAction"
|
||||
icon="/general/projectStructure.png">
|
||||
<add-to-group group-id="FileMainSettingsGroup" anchor="after" relative-to-action="ShowSettings"/>
|
||||
<add-to-group group-id="MainToolBar" anchor="after" relative-to-action="ShowSettings"/>
|
||||
</action>
|
||||
</actions>
|
||||
|
||||
</idea-plugin>
|
||||
|
||||
@@ -63,12 +63,6 @@
|
||||
<add-to-group group-id="FileSettingsGroup" anchor="last"/>
|
||||
</action>
|
||||
|
||||
<action id="ShowProjectStructureSettings" class="com.intellij.ide.actions.ShowStructureSettingsAction"
|
||||
icon="/general/projectStructure.png">
|
||||
<add-to-group group-id="FileMainSettingsGroup" anchor="after" relative-to-action="ShowSettings"/>
|
||||
<add-to-group group-id="MainToolBar" anchor="after" relative-to-action="ShowSettings"/>
|
||||
</action>
|
||||
|
||||
<!-- Edit -->
|
||||
<reference ref="EditorCompleteStatement">
|
||||
<add-to-group group-id="EditSmartGroup" anchor="first"/>
|
||||
|
||||
Reference in New Issue
Block a user