feat: special handling for generated code blocks without the path

This commit is contained in:
Carl-Robert Linnupuu 2025-04-29 14:16:59 +01:00
parent 9fb1f9b924
commit 77e651986d
5 changed files with 138 additions and 24 deletions

View file

@ -330,4 +330,10 @@ 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.editor.action.autoApply.notApplicable=Unable to locate file for applying changes
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
toolwindow.chat.editor.action.autoApply.dialog.applyToOpenFile=Apply to Open File
toolwindow.chat.editor.action.autoApply.dialog.cancel=Cancel
toolwindow.chat.editor.action.autoApply.creatingFile=Creating new file...
toolwindow.chat.editor.action.autoApply.fileCreationError=Error creating file: {0}