Skip to content

[CQ] studio-contribs XML cleanup #8158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion flutter-idea/src/io/flutter/pub/PubRootCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import com.intellij.openapi.module.Module;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.roots.ModuleRootManager;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.psi.PsiFile;
import io.flutter.utils.OpenApiUtils;
Expand Down
5 changes: 3 additions & 2 deletions resources/META-INF/studio-contribs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,22 @@
<postStartupActivity implementation="io.flutter.FlutterStudioStartupActivity"/>
<projectOpenProcessor implementation="io.flutter.editor.FlutterStudioProjectOpenProcessor" order="after flutter"/>
<library.type implementation="io.flutter.android.AndroidModuleLibraryType"/>
<projectService serviceInterface="io.flutter.android.AndroidModuleLibraryManager"
serviceImplementation="io.flutter.android.AndroidModuleLibraryManager"/>
<projectService serviceImplementation="io.flutter.android.AndroidModuleLibraryManager"/>

</extensions>

<actions>

<!-- Define the 'New Flutter Project' menu item -->
<!--suppress PluginXmlI18n -->
<action id="flutter.NewProject" class="io.flutter.actions.FlutterNewProjectAction"
text="New Flutter Project..."
description="Create a new Flutter project">
<add-to-group group-id="JavaNewProjectOrModuleGroup" anchor="after" relative-to-action="NewProject"/>
</action>

<!-- The icon isn't being used here, but it is set by the action -->
<!--suppress PluginXmlI18n -->
<action id="flutter.NewProject.welcome" class="io.flutter.actions.FlutterNewProjectAction"
text="Create New Flutter Project"
icon="FlutterIcons.Flutter"
Expand Down
5 changes: 3 additions & 2 deletions resources/META-INF/studio-contribs_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@
<postStartupActivity implementation="io.flutter.FlutterStudioStartupActivity"/>
<projectOpenProcessor implementation="io.flutter.editor.FlutterStudioProjectOpenProcessor" order="after flutter"/>
<library.type implementation="io.flutter.android.AndroidModuleLibraryType"/>
<projectService serviceInterface="io.flutter.android.AndroidModuleLibraryManager"
serviceImplementation="io.flutter.android.AndroidModuleLibraryManager"/>
<projectService serviceImplementation="io.flutter.android.AndroidModuleLibraryManager"/>

</extensions>

<actions>

<!-- Define the 'New Flutter Project' menu item -->
<!--suppress PluginXmlI18n -->
<action id="flutter.NewProject" class="io.flutter.actions.FlutterNewProjectAction"
text="New Flutter Project..."
description="Create a new Flutter project">
<add-to-group group-id="JavaNewProjectOrModuleGroup" anchor="after" relative-to-action="NewProject"/>
</action>

<!-- The icon isn't being used here, but it is set by the action -->
<!--suppress PluginXmlI18n -->
<action id="flutter.NewProject.welcome" class="io.flutter.actions.FlutterNewProjectAction"
text="Create New Flutter Project"
icon="FlutterIcons.Flutter"
Expand Down