"Reload" button for file updated externally shouldn't be a permanent decision #5653
Replies: 4 comments 7 replies
-
Do |
Beta Was this translation helpful? Give feedback.
-
x means 'Don't reload and disable notifications'. about 'Reload and don't ask': no code/button for this yet, harder to add. maybe it's not needed? does it (or analog) exist in other editors? |
Beta Was this translation helpful? Give feedback.
-
ok, agree. button is good. To do for me. |
Beta Was this translation helpful? Give feedback.
-
added 4th button 'always reload' on notification-panel. |
Beta Was this translation helpful? Give feedback.
-
Expected:
Cuda should warn again that the file has changed.
Actual:
Cuda updates the file automatically, without user consent.
...well, while typing this issue, I discovered this is just a bad default option. Changed it to
"ui_notif_confirm": 0,
and it was fixed. I suggest to use this as default.Bonus: in the notification bar there are three buttons: "Reload", "Cancel" and "×". How is user supposed to know the difference between "Cancel" and "×"?
Also, with the option I changed (and suggest to be default), I see no way to tell Cuda to always update one specific file without asking (which should be stored in history session).
So, in summary, my suggestions:
ui_notif_confirm
default to0
.Beta Was this translation helpful? Give feedback.
All reactions