mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
[code] package structure changed
This commit is contained in:
parent
525d7b5629
commit
0153fb2e3b
@ -25,28 +25,28 @@
|
|||||||
</project-components>
|
</project-components>
|
||||||
|
|
||||||
<actions>
|
<actions>
|
||||||
<action id="ProjectModel.SourceRoots" class="com.intellij.plugins.project.model.ShowSourceRootsActions"
|
<action id="ProjectModel.SourceRoots" class="com.intellij.tutorials.project.model.ShowSourceRootsActions"
|
||||||
text="Show Source Roots"
|
text="Show Source Roots"
|
||||||
description="Illustrates how to get source roots">
|
description="Illustrates how to get source roots">
|
||||||
<add-to-group group-id="ToolsMenu" anchor="after"/>
|
<add-to-group group-id="ToolsMenu" anchor="after"/>
|
||||||
</action>
|
</action>
|
||||||
<action id="ProjectModel.ProjectSdk" class="com.intellij.plugins.project.model.ProjectSdkAction"
|
<action id="ProjectModel.ProjectSdk" class="com.intellij.tutorials.project.model.ProjectSdkAction"
|
||||||
text="Show Sdk Info"
|
text="Show Sdk Info"
|
||||||
description="Illustrates how to get source roots">
|
description="Illustrates how to get source roots">
|
||||||
<add-to-group group-id="ToolsMenu" anchor="after"/>
|
<add-to-group group-id="ToolsMenu" anchor="after"/>
|
||||||
</action>
|
</action>
|
||||||
<action id="ProjectModel.ProjectFileIndex"
|
<action id="ProjectModel.ProjectFileIndex"
|
||||||
class="com.intellij.plugins.project.model.ProjectFileIndexSampleAction"
|
class="com.intellij.tutorials.project.model.ProjectFileIndexSampleAction"
|
||||||
text="FileProjectIndex in Action"
|
text="FileProjectIndex in Action"
|
||||||
description="Illustrates how to get source roots">
|
description="Illustrates how to get source roots">
|
||||||
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
||||||
</action>
|
</action>
|
||||||
<action id="ProjectModel.ModificationAction" class="com.intellij.plugins.project.model.ModificationAction"
|
<action id="ProjectModel.ModificationAction" class="com.intellij.tutorials.project.model.ModificationAction"
|
||||||
text="Project Modification in Action"
|
text="Project Modification in Action"
|
||||||
description="Illustrates how to get source roots">
|
description="Illustrates how to get source roots">
|
||||||
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
||||||
</action>
|
</action>
|
||||||
<action id="ProjectModel.LibrariesAction" class="com.intellij.plugins.project.model.LibrariesAction"
|
<action id="ProjectModel.LibrariesAction" class="com.intellij.tutorials.project.model.LibrariesAction"
|
||||||
text="Libraries for file"
|
text="Libraries for file"
|
||||||
description="Illustrates accessing libraries">
|
description="Illustrates accessing libraries">
|
||||||
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.intellij.plugins.project.model;
|
package com.intellij.tutorials.project.model;
|
||||||
|
|
||||||
import com.intellij.openapi.actionSystem.AnAction;
|
import com.intellij.openapi.actionSystem.AnAction;
|
||||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
import com.intellij.openapi.actionSystem.AnActionEvent;
|
@ -1,4 +1,4 @@
|
|||||||
package com.intellij.plugins.project.model;
|
package com.intellij.tutorials.project.model;
|
||||||
|
|
||||||
import com.intellij.openapi.actionSystem.AnAction;
|
import com.intellij.openapi.actionSystem.AnAction;
|
||||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
import com.intellij.openapi.actionSystem.AnActionEvent;
|
@ -1,4 +1,4 @@
|
|||||||
package com.intellij.plugins.project.model;
|
package com.intellij.tutorials.project.model;
|
||||||
|
|
||||||
import com.intellij.openapi.actionSystem.AnAction;
|
import com.intellij.openapi.actionSystem.AnAction;
|
||||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
import com.intellij.openapi.actionSystem.AnActionEvent;
|
@ -1,4 +1,4 @@
|
|||||||
package com.intellij.plugins.project.model;
|
package com.intellij.tutorials.project.model;
|
||||||
|
|
||||||
import com.intellij.openapi.actionSystem.AnAction;
|
import com.intellij.openapi.actionSystem.AnAction;
|
||||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
import com.intellij.openapi.actionSystem.AnActionEvent;
|
@ -1,4 +1,4 @@
|
|||||||
package com.intellij.plugins.project.model;
|
package com.intellij.tutorials.project.model;
|
||||||
|
|
||||||
import com.intellij.openapi.actionSystem.AnAction;
|
import com.intellij.openapi.actionSystem.AnAction;
|
||||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
import com.intellij.openapi.actionSystem.AnActionEvent;
|
Loading…
x
Reference in New Issue
Block a user