You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "scholarsmate (via GitHub)" <gi...@apache.org> on 2023/03/22 14:49:43 UTC

[GitHub] [daffodil-vscode] scholarsmate opened a new issue, #512: Clear selection and disable Replace when a selection is made in multiple byte edit mode

scholarsmate opened a new issue, #512:
URL: https://github.com/apache/daffodil-vscode/issues/512

   There can be some unexpected surprises when a user is in multiple byte editing mode, they have a selection, and they execute a Replace operation.  When they commit their selection, it might not be what and where they expected.
   
   To solve this we need to do two things.  The first is that we need to disable the `Replace` button when a selection is _active_.  The second is that we need an intuitive way to _clear_ the active selection (which is different than clearing the content in a selection -- this is a commitable `delete`).
   
   For the selection clear operation, I recommend a little `[X]` button next to the `Selection ...` text in the `Edit` viewport.  Click the `[X]`, clear the selection.  If the user has made changes to the selection, give them an `Are you sure...` modal to confirm.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [daffodil-vscode] Shanedell closed issue #512: Clear selection and disable Replace when a selection is made in multiple byte edit mode

Posted by "Shanedell (via GitHub)" <gi...@apache.org>.
Shanedell closed issue #512: Clear selection and disable Replace when a selection is made in multiple byte edit mode
URL: https://github.com/apache/daffodil-vscode/issues/512


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org