mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 12:40:59 +00:00
feat: add message loading and several other UI improvements
This commit is contained in:
parent
73f73f5950
commit
ef998a7283
11 changed files with 363 additions and 249 deletions
|
|
@ -220,7 +220,7 @@ toolwindow.chat.editor.action.replaceSelection.title=Replace Selection
|
|||
toolwindow.chat.editor.action.replaceSelection.description=Replace main editor selected code
|
||||
toolwindow.chat.editor.action.insertAtCaret.title=Insert at Caret
|
||||
toolwindow.chat.editor.action.insertAtCaret.description=Insert generated code after main editor caret position
|
||||
toolwindow.chat.editor.action.expand=Show More (+%s rows)
|
||||
toolwindow.chat.editor.action.expand=Show More
|
||||
toolwindow.chat.editor.action.collapse=Show Less
|
||||
toolwindow.chat.response.action.reloadResponse.text=Reload Response
|
||||
toolwindow.chat.response.action.reloadResponse.description=Reload response description
|
||||
|
|
@ -329,6 +329,7 @@ tagPopupMenuItem.closeOthers=Close Other Tags
|
|||
tagPopupMenuItem.closeAll=Close All Tags
|
||||
tagPopupMenuItem.closeTagsToLeft=Close Tags to the Left
|
||||
tagPopupMenuItem.closeTagsToRight=Close Tags to the Right
|
||||
toolwindow.chat.loading=Generating response...
|
||||
toolwindow.chat.editor.action.autoApply.dialog.title=File Not Found
|
||||
toolwindow.chat.editor.action.autoApply.dialog.message=Oops! The file can't be found. How do you want to handle this?
|
||||
toolwindow.chat.editor.action.autoApply.dialog.createNew=Create New File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue