Workbench to support left hand side of diff editor to be editable #8138
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
file-explorer
Explorer widget issues
ux
User experience issues
Milestone
It seems that the left hand side of a diff editor is now suddenly editable with the new search & replace preview feature. The workbench is not really fit for allowing other editors (non-file, non-file-diff) to be editable nor do I believe is it discoverable or expected to be able to type on the left hand side. You will quickly notice that typing in the left hand side suddenly opens the file (as a tab in the background) and you also do not get any dirty indicators in the title area of the editor.
If we want the diff to be editable I suggest to do what we do when you compare 2 files or open a git change: The right hand side is editable because the right hand side is an instance of
FileEditorInput
.Otherwise, please disable editing to the left until we have a story from the workbench to make this happen.
The text was updated successfully, but these errors were encountered: