mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
fix: build errors
This commit is contained in:
parent
f3da0e06ce
commit
c3a4974e37
2 changed files with 2 additions and 22 deletions
|
|
@ -2,7 +2,7 @@ package ee.carlrobert.codegpt.actions.editor;
|
|||
|
||||
import static java.lang.String.format;
|
||||
|
||||
import com.intellij.icons.ExpUiIcons;
|
||||
import com.intellij.icons.AllIcons.General;
|
||||
import com.intellij.openapi.editor.Editor;
|
||||
import com.intellij.openapi.editor.impl.EditorImpl;
|
||||
import com.intellij.openapi.project.Project;
|
||||
|
|
@ -26,7 +26,7 @@ public class AskQuestionAction extends BaseEditorAction {
|
|||
private static String previousUserPrompt = "";
|
||||
|
||||
AskQuestionAction() {
|
||||
super(ExpUiIcons.General.QuestionMark);
|
||||
super(General.QuestionDialog);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -148,26 +148,6 @@
|
|||
<separator/>
|
||||
</group>
|
||||
|
||||
<group id="CodeGPT.FloatingCodeToolbarMenuRootGroup">
|
||||
<action
|
||||
id="CodeGPT.ModifySelectionAction"
|
||||
text="CodeGPT: Edit Code"
|
||||
class="ee.carlrobert.codegpt.actions.editor.EditCodeAction">
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="ctrl shift K" replace-all="true"/>
|
||||
</action>
|
||||
<action
|
||||
id="CodeGPT.AddSelectionToContextAction"
|
||||
text="CodeGPT: Include Selection in Prompt"
|
||||
class="ee.carlrobert.codegpt.actions.editor.AddSelectionToContextAction">
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="ctrl shift I" replace-all="true"/>
|
||||
</action>
|
||||
<add-to-group
|
||||
group-id="Floating.CodeToolbar"
|
||||
relative-to-action="ProjectViewPopupMenuRefactoringGroup"
|
||||
anchor="before"/>
|
||||
<separator/>
|
||||
</group>
|
||||
|
||||
<action
|
||||
id="codegpt.openSettings"
|
||||
text="Open Settings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue