Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 687e05c

Browse files
committed
<modify>:update CodeShell Settings location
1 parent 9eb2ff4 commit 687e05c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,14 @@
4141
<!-- Extension points defined by the plugin.
4242
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
4343
<extensions defaultExtensionNs="com.intellij">
44-
<editorOptionsProvider instance="com.codeshell.intellij.settings.CodeShellSettingsProvider"/>
45-
4644
<applicationService serviceImplementation="com.codeshell.intellij.services.CodeShellCompleteService"/>
4745
<applicationService serviceImplementation="com.codeshell.intellij.settings.CodeShellSettings"/>
48-
46+
<applicationConfigurable parentId="tools" instance="com.codeshell.intellij.settings.CodeShellSettingsProvider"
47+
id="CodeShellSettingsProvider" displayName="CodeShell"/>
4948
<statusBarWidgetFactory id="CodeShellFactory"
5049
implementation="com.codeshell.intellij.widget.CodeShellWidgetFactory"
5150
order="after positionWidget"/>
52-
5351
<editorActionHandler action="EditorTab" implementationClass="com.codeshell.intellij.actions.complete.CodeGenTabAction"/>
54-
5552
<notificationGroup id="CodeShell" displayType="STICKY_BALLOON" isLogByDefault="true"/>
5653
<toolWindow id="CodeShell" anchor="right" icon="com.codeshell.intellij.utils.CodeShellIcons.Action" factoryClass="com.codeshell.intellij.window.CodeShellSideWindowFactory"/>
5754
<projectService id="CodeShellSideWindowService" serviceImplementation="com.codeshell.intellij.services.CodeShellSideWindowService"/>

0 commit comments

Comments
 (0)