You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title suggests, when the current document is modified externally, the user should be alerted of this. This allows the user to take action without having to find out when attempting to save the document. This is particularly useful when editing using multiple IDE/editors eg Intellij + hx.
A background task will monitor the modified state of the document in any editing mode, then alert accordingly.
The alert box should be of a prominent red color, preferably outlined like Infoboxes
Ideally, present the user with a dialog to keep their version or update the document.
I'm new to Rust, tho. Anyway, this is what I got for PoC.
The text was updated successfully, but these errors were encountered:
As the title suggests, when the current document is modified externally, the user should be alerted of this. This allows the user to take action without having to find out when attempting to save the document. This is particularly useful when editing using multiple IDE/editors eg Intellij + hx.
I'm new to Rust, tho. Anyway, this is what I got for PoC.
The text was updated successfully, but these errors were encountered: