File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
core/src/main/kotlin/cc/unitmesh/devti Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cc.unitmesh.devti.gui
33import cc.unitmesh.devti.gui.chat.message.ChatActionType
44import cc.unitmesh.devti.gui.chat.ChatCodingPanel
55import cc.unitmesh.devti.gui.chat.ChatCodingService
6- import cc.unitmesh.devti.inline .SketchToolWindow
6+ import cc.unitmesh.devti.sketch .SketchToolWindow
77import cc.unitmesh.devti.settings.LanguageChangedCallback.componentStateChanged
88import com.intellij.openapi.actionSystem.ex.ActionUtil
99import com.intellij.openapi.application.ApplicationManager
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package cc.unitmesh.devti.inline
22
33import cc.unitmesh.devti.llms.LlmFactory
44import cc.unitmesh.devti.llms.cancelHandler
5+ import cc.unitmesh.devti.sketch.SketchToolWindow
56import cc.unitmesh.devti.util.AutoDevCoroutineScope
67import com.intellij.icons.AllIcons
78import com.intellij.ide.KeyboardAwareFocusOwner
Original file line number Diff line number Diff line change 1- package cc.unitmesh.devti.inline
1+ package cc.unitmesh.devti.sketch
22
33import cc.unitmesh.devti.AutoDevBundle
44import cc.unitmesh.devti.gui.chat.ChatCodingService
Original file line number Diff line number Diff line change 1- package cc.unitmesh.devti.inline
1+ package cc.unitmesh.devti.sketch
22
33import cc.unitmesh.devti.gui.chat.*
44import cc.unitmesh.devti.gui.chat.message.ChatActionType
55import cc.unitmesh.devti.gui.chat.ui.AutoDevInputSection
6- import cc.unitmesh.devti.sketch.ExtensionLangSketch
7- import cc.unitmesh.devti.sketch.LangSketch
6+ import cc.unitmesh.devti.inline.AutoDevInlineChatService
7+ import cc.unitmesh.devti.inline.fullHeight
8+ import cc.unitmesh.devti.inline.fullWidth
89import cc.unitmesh.devti.util.parser.CodeFence
9- import cc.unitmesh.devti.sketch.LanguageSketchProvider
1010import cc.unitmesh.devti.sketch.highlight.CodeHighlightSketch
1111import com.intellij.icons.AllIcons
1212import com.intellij.openapi.Disposable
You can’t perform that action at this time.
0 commit comments