mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
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 |