indicate local modifications in editor title bar
Dependencies
- [2]
PO77NPCOindicate unsaved changes - [*]
R5QXEHUIsomebody stop me - [*]
5RUFNRJOstart of the visual skeleton - [*]
FIUQJVL2first draft of load/save buttons
Change contents
- file addition: 0177-has_local_modifications[4.2]
has_local_modifications = function(filename)return nativefs.getInfo(App.save_dir..Directory..filename)end - edit in 0020-draw_editor_border at line 21
if has_local_modifications(Current_pane.filename) thenApp.color{r=0.8, g=0,b=0}end - edit in 0020-draw_editor_border at line 25[2.368][6.3845]
App.color(Border_color)