Skip to content

Commit

Permalink
fix: fix confilic
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jul 19, 2023
1 parent 1d83926 commit 2358565
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.phodal.autodev
pluginName = AutoDev
pluginRepositoryUrl = https://github.com/unit-mesh/auto-dev
# SemVer format -> https://semver.org
pluginVersion = 0.7.0
pluginVersion = 0.7.1-SNAPSHOT

# Supported IDEs: idea, pycharm
baseIDE=idea
Expand Down
Expand Up @@ -13,7 +13,7 @@ import com.intellij.openapi.project.DumbAwareAction
import com.intellij.openapi.project.Project
import com.intellij.psi.PsiFile

class IntentionsActionGroup : ActionGroup(), DumbAware {
class AutoDevIntentionsActionGroup : ActionGroup(), DumbAware {
init {
templatePresentation.text =
AutoDevBundle.message("intentions.assistant.name")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/autodev-core.xml
Expand Up @@ -91,7 +91,7 @@
</extensions>

<actions>
<group id="IntentionsActionGroup" class="cc.unitmesh.devti.intentions.editor.IntentionsActionGroup"
<group id="IntentionsActionGroup" class="cc.unitmesh.devti.intentions.editor.AutoDevIntentionsActionGroup"
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT">
<add-to-group group-id="ShowIntentionsGroup" relative-to-action="ShowIntentionActions" anchor="after"/>
</group>
Expand Down

0 comments on commit 2358565

Please sign in to comment.