File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
core/src/main/kotlin/cc/unitmesh/devti/inline Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import cc.unitmesh.devti.llms.cancelHandler
5
5
import cc.unitmesh.devti.sketch.SketchProcessListener
6
6
import cc.unitmesh.devti.sketch.SketchToolWindow
7
7
import cc.unitmesh.devti.util.AutoDevCoroutineScope
8
- import com.intellij.database.util.common.doesntMeet
9
8
import com.intellij.icons.AllIcons
10
9
import com.intellij.ide.KeyboardAwareFocusOwner
11
10
import com.intellij.openapi.Disposable
@@ -16,12 +15,7 @@ import com.intellij.openapi.actionSystem.impl.ActionButton
16
15
import com.intellij.openapi.application.ApplicationManager
17
16
import com.intellij.openapi.application.invokeLater
18
17
import com.intellij.openapi.application.runInEdt
19
- import com.intellij.openapi.editor.Caret
20
- import com.intellij.openapi.editor.CaretModel
21
- import com.intellij.openapi.editor.Editor
22
- import com.intellij.openapi.editor.EditorCustomElementRenderer
23
- import com.intellij.openapi.editor.Inlay
24
- import com.intellij.openapi.editor.SelectionModel
18
+ import com.intellij.openapi.editor.*
25
19
import com.intellij.openapi.editor.actionSystem.EditorActionHandler
26
20
import com.intellij.openapi.editor.actionSystem.EditorActionManager
27
21
import com.intellij.openapi.editor.markup.TextAttributes
You can’t perform that action at this time.
0 commit comments