-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eclipse): update chat panel api to 0.5.0. (#3651)
* fix(eclipse): update chat panel api 0.5.0. * fix(eclipse): add selection context sync.
- Loading branch information
Showing
17 changed files
with
529 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
clients/eclipse/plugin/src/com/tabbyml/tabby4eclipse/chat/ChatCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.tabbyml.tabby4eclipse.chat; | ||
|
||
public abstract class ChatCommand { | ||
public static final String EXPLAIN = "explain"; | ||
public static final String FIX = "fix"; | ||
public static final String GENERATE_DOCS = "generate-docs"; | ||
public static final String GENERATE_TESTS = "generate-tests"; | ||
} |
115 changes: 0 additions & 115 deletions
115
clients/eclipse/plugin/src/com/tabbyml/tabby4eclipse/chat/ChatMessage.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.