feat: add message loading and several other UI improvements

This commit is contained in:
Carl-Robert Linnupuu 2025-05-12 22:56:43 +01:00
parent 73f73f5950
commit ef998a7283
11 changed files with 363 additions and 249 deletions

View file

@ -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