mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
add file modification list
This commit is contained in:
18
docs/file-modification
Normal file
18
docs/file-modification
Normal file
@@ -0,0 +1,18 @@
|
||||
Buffers
|
||||
modify
|
||||
- if dirty alert user (immediately if focused, or on next focus)
|
||||
- if clean update contents
|
||||
|
||||
remove
|
||||
- mark file as unsaved (but maintains previous path)
|
||||
- only unsubscribe from KQueue
|
||||
- attempt to resubscribe after timeout (because of git weirdness)
|
||||
|
||||
move file
|
||||
- update path
|
||||
|
||||
move ancestor directory
|
||||
- update path on focus and save
|
||||
|
||||
recreated after remove (at same path)
|
||||
- resubscribe on focus or save
|
||||
Reference in New Issue
Block a user