File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 41
41
<!-- Extension points defined by the plugin.
42
42
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
43
43
<extensions defaultExtensionNs =" com.intellij" >
44
- <editorOptionsProvider instance =" com.codeshell.intellij.settings.CodeShellSettingsProvider" />
45
-
46
44
<applicationService serviceImplementation =" com.codeshell.intellij.services.CodeShellCompleteService" />
47
45
<applicationService serviceImplementation =" com.codeshell.intellij.settings.CodeShellSettings" />
48
-
46
+ <applicationConfigurable parentId =" tools" instance =" com.codeshell.intellij.settings.CodeShellSettingsProvider"
47
+ id =" CodeShellSettingsProvider" displayName =" CodeShell" />
49
48
<statusBarWidgetFactory id =" CodeShellFactory"
50
49
implementation =" com.codeshell.intellij.widget.CodeShellWidgetFactory"
51
50
order =" after positionWidget" />
52
-
53
51
<editorActionHandler action =" EditorTab" implementationClass =" com.codeshell.intellij.actions.complete.CodeGenTabAction" />
54
-
55
52
<notificationGroup id =" CodeShell" displayType =" STICKY_BALLOON" isLogByDefault =" true" />
56
53
<toolWindow id =" CodeShell" anchor =" right" icon =" com.codeshell.intellij.utils.CodeShellIcons.Action" factoryClass =" com.codeshell.intellij.window.CodeShellSideWindowFactory" />
57
54
<projectService id =" CodeShellSideWindowService" serviceImplementation =" com.codeshell.intellij.services.CodeShellSideWindowService" />
You can’t perform that action at this time.
0 commit comments