Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

External changes to file #5577

Closed LeeMSilver closed 6 days ago

LeeMSilver commented 1 week ago

In SynWrite there was an option where any external changes to a file caused SynWrite to silently reload the modified file.

I thought setting ui-notif=0 would do the same but it doesn't and none of the options in ui-notif-confirm do either.

Alexey-T commented 1 week ago

you have typo in the option name(s). "ui_notif", "ui_notif_confirm". better change option via "Plugins / Options Editor" menu item!

screenshot:

Screenshot from 2024-06-24 12-17-02

LeeMSilver commented 6 days ago

My bad on the typing - I should have taken a screen shot.

Setting "ui_notif": true and "ui_notif_confirm": 2 does what I want.

Sorry for posting this as an issue as I should have found the solution myself.

Feel free to close the issue.