Support right-click edit action when read-only mode is enabled #2470
Replies: 3 comments
-
@SanjulaGanepola The However, the There is also an extension setting Only thing missing is a quick way to make an opened file change from browse mode to edit mode (if the filter allows editing) - instead of having to close the file, find it in the |
Beta Was this translation helpful? Give feedback.
-
FWIW: As far as I can see there are four "read only" type controls, which I didn't realize until reading this issue.
I this is correct, I'll try to make this clear in the documentation. |
Beta Was this translation helpful? Give feedback.
-
I created docs pull request 40 to reflect the above. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When the
Read only mode
option is enabled, I noticed that members and IFS files are opened in read only mode as expected. However, when using the right-clickOpen
->Edit
action, it still opens it in read only mode. This seems unexpected as the inverse scenario works as expected where this option is disabled and selectingOpen
->Browse
makes the file read only.Describe the solution you'd like
I wasn't sure if this was a bug or the expected behavior since the description of the option does say "always be opened in read-only mode" which does match what it does. However, should the wording be changed to "When enabled, source members and IFS files will be opened in read-only mode by default" and then support the right-click
Edit
action. This is so that in most case I will be browsing, but I can still occasionally edit files without having to disable the entire setting.I can add this change if it is acceptable.
Beta Was this translation helpful? Give feedback.
All reactions