File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
222/main/resources/META-INF
233/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 12
12
id =" cc.unitmesh.devti.settings.AutoDevSettingsConfigurable"
13
13
displayName =" AutoDev" />
14
14
15
- <projectService serviceImplementation =" cc.unitmesh.devti.settings.configurable.CoUnitProjectSettingsService" />
16
15
<projectConfigurable provider =" cc.unitmesh.devti.settings.configurable.CoUnitToolConfigurableProvider"
17
16
parentId =" cc.unitmesh.devti.settings.AutoDevSettingsConfigurable"
18
17
id =" cc.unitmesh.counit"
19
18
bundle =" messages.AutoDevBundle" key =" counit.name" />
20
19
21
- <projectService serviceImplementation =" cc.unitmesh.devti.settings.custom.TeamPromptsProjectSettingsService" />
22
20
<projectConfigurable provider =" cc.unitmesh.devti.settings.custom.TeamPromptsConfigurableProvider"
23
21
parentId =" cc.unitmesh.devti.settings.AutoDevSettingsConfigurable"
24
22
id =" cc.unitmesh.promptLibrary"
25
23
bundle =" messages.AutoDevBundle" key =" settings.external.team.prompts.name" />
26
24
27
-
28
- <projectService serviceImplementation =" cc.unitmesh.devti.settings.coder.AutoDevCoderSettingService" />
29
25
<projectConfigurable provider =" cc.unitmesh.devti.settings.coder.AutoDevCoderConfigurableProvider"
30
26
parentId =" cc.unitmesh.devti.settings.AutoDevSettingsConfigurable"
31
27
id =" cc.unitmesh.autodevCoder"
183
179
icon =" cc.unitmesh.devti.AutoDevIcons.AI_COPILOT" searchable =" false" >
184
180
185
181
<add-to-group group-id =" ShowIntentionsGroup" relative-to-action =" ShowIntentionActions" anchor =" after" />
182
+ <add-to-group group-id =" Floating.CodeToolbar" anchor =" first" />
186
183
</group >
187
184
188
185
<!-- For right click -->
208
205
</action >
209
206
210
207
<action id =" cc.unitmesh.devti.actions.chat.GenTestDataAction"
211
- class =" cc.unitmesh.devti.actions.chat.GenTestDataAction" text =" Generate Test data (APIs)"
208
+ class =" cc.unitmesh.devti.actions.chat.GenTestDataAction" text =" Generate Test Data (APIs)"
212
209
description =" Ask AI write this code" >
213
210
</action >
214
211
Original file line number Diff line number Diff line change 205
205
</action >
206
206
207
207
<action id =" cc.unitmesh.devti.actions.chat.GenTestDataAction"
208
- class =" cc.unitmesh.devti.actions.chat.GenTestDataAction" text =" Generate Test data (APIs)"
208
+ class =" cc.unitmesh.devti.actions.chat.GenTestDataAction" text =" Generate Test Data (APIs)"
209
209
description =" Ask AI write this code" >
210
210
</action >
211
211
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ intentions.crud.new.family.name=AutoCrud with this
31
31
intentions.chat.selected.code.name =Chat with this code
32
32
intentions.chat.selected.fragment.name =Chat with {0} fragment
33
33
intentions.chat.selected.element.name =Chat with ''{0}'' {1}
34
- chat.too.long.user.message =Message has is {0} tokens, it's too looooooooooooooooooong
34
+ chat.too.long.user.message =Message has is {0} tokens too looooooooooooooooooong
35
35
intentions.companion.api.name =Talk with API
36
36
intentions.companion.api.family.name =AutoDev: Talk with API
37
37
intentions.living.documentation.name =Generate documentation
You can’t perform that action at this time.
0 commit comments