Action was moved. "Edit | New..." --> "File | New..."
[fedora-idea.git] / platform / platform-resources / src / idea / PlatformLangActionManager.xml
blob029bc11e134b9b92e108d2d885af61cf7fd35474
1 <component xmlns:xi="http://www.w3.org/2001/XInclude">
2   <actions>
3     <group id="LookupActions">
4       <!-- these must be declared before standard EnterAction and TabAction -->
5       <action id="EditorChooseLookupItem" class="com.intellij.codeInsight.lookup.impl.actions.ChooseItemAction"/>
6       <action id="EditorChooseLookupItemReplace" class="com.intellij.codeInsight.lookup.impl.actions.ChooseItemReplaceAction"/>
7       <action id="EditorChooseLookupItemCompleteStatement" class="com.intellij.codeInsight.lookup.impl.actions.ChooseItemCompleteStatementAction"/>
9       <action id="NextTemplateVariable" class="com.intellij.codeInsight.template.impl.actions.NextVariableAction"/>
10       <action id="PreviousTemplateVariable" class="com.intellij.codeInsight.template.impl.actions.PreviousVariableAction"/>
12       <action id="NextParameter" class="com.intellij.codeInsight.hint.actions.NextParameterAction"/>
13       <action id="PrevParameter" class="com.intellij.codeInsight.hint.actions.PrevParameterAction"/>
14     </group>
16   </actions>
18   <xi:include href="/idea/PlatformActions.xml" xpointer="xpointer(/component/*)"/>
19   <xi:include href="/idea/VcsActions.xml" xpointer="xpointer(/component/*)"/>
20   <xi:include href="/idea/LangActions.xml" xpointer="xpointer(/component/*)"/>
22   <actions>
23     <group id="WelcomeScreen.QuickStart.Platform">
24       <action id="WelcomeScreen.CreateDirectoryProject" class="com.intellij.platform.NewDirectoryProjectAction" icon="/general/createNewProject.png"/>
25       <action id="WelcomeScreen.OpenDirectoryProject" class="com.intellij.platform.OpenDirectoryProjectAction" icon="/general/openProject.png"/>
27       <action id="WelcomeScreen.ReopenRecent" class="com.intellij.openapi.wm.impl.welcomeScreen.RecentProjectsAction"
28         icon="/general/reopenRecentProject.png"/>
30       <add-to-group group-id="WelcomeScreen.QuickStart" anchor="first"/>
31     </group>
33     <group id="PlatformOpenProjectGroup">
34       <action id="NewDirectoryProject" class="com.intellij.platform.NewDirectoryProjectAction"/>
35       <action id="OpenDirectoryProject" class="com.intellij.platform.OpenDirectoryProjectAction"/>
36       <add-to-group group-id="FileOpenGroup" anchor="first"/>
37     </group>
39     <action id="NewElement" class="com.intellij.ide.actions.NewElementAction">
40       <add-to-group group-id="PlatformOpenProjectGroup" anchor="after" relative-to-action="NewDirectoryProject"/>
41     </action>
44     <group id="AnalyzePlatformMenu">
45       <separator/>
46       <action id="Unscramble" class="com.intellij.unscramble.AnalyzeStacktraceAction"/>
48       <add-to-group group-id="ToolsMenu" anchor="last"/>
49     </group>
51     <group id="InspectCodeGroup">
52       <separator/>
53       <action id="InspectCode" class="com.intellij.codeInspection.actions.CodeInspectionAction"/>
55       <add-to-group group-id="CodeMenu" anchor="last"/>
56     </group>
57   </actions>
59 </component>