mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
feat: special handling for generated code blocks without the path
This commit is contained in:
parent
9fb1f9b924
commit
77e651986d
5 changed files with 138 additions and 24 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue