GNOME Bugzilla – Bug 336710
Synchronized instances of files
Last modified: 2015-04-14 10:12:33 UTC
If I open file that is already open GEdit asks me whether to open the document editable or non-editable way (the "Edit Anyway" and "Don't Edit" buttons on yellow background). This is often frustrating because you may have multiple windows with different "groups" of files from same context. Sometimes these groups need to intersect. It would be nicer if GEdit only notified the user that the file is already open and all instances (a.k.a. views) of the file will be kept in sync. Maybe even the notify is needless and the editor could sync the instances in silence.
This behavior is different than other editors, but may be more humane as then view=file content. And it would solve the request for having multiple views of the same document. And it would avoid problems with auto-saving. If the user tries to open the file again, gedit should ask if it should open the same file in a new view or create a new file with the same content (unsaved).
*** This bug has been marked as a duplicate of bug 141487 ***