File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
233/main/resources/META-INF
main/kotlin/cc/unitmesh/devti/gui/snippet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 293
293
class =" cc.unitmesh.devti.gui.snippet.AutoDevCopyToClipboardAction" />
294
294
<action id =" AutoDev.ToolWindow.Snippet.InsertFile"
295
295
icon =" cc.unitmesh.devti.AutoDevIcons.InsertCode"
296
- class =" cc.unitmesh.devti.gui.snippet.AutoDevInsertFileAction " />
296
+ class =" cc.unitmesh.devti.gui.snippet.AutoDevInsertCodeAction " />
297
297
</group >
298
298
299
299
<group id =" AutoDev.ToolWindow.Chat.TitleActions" >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import com.intellij.openapi.command.WriteCommandAction
7
7
import com.intellij.openapi.fileEditor.FileEditorManager
8
8
import com.intellij.openapi.project.DumbAwareAction
9
9
10
- class AutoDevInsertFileAction : DumbAwareAction () {
10
+ class AutoDevInsertCodeAction : DumbAwareAction () {
11
11
override fun actionPerformed (e : AnActionEvent ) {
12
12
val project = e.project ? : return
13
13
val editor = e.getData(PlatformDataKeys .EDITOR ) ? : return
You can’t perform that action at this time.
0 commit comments