Closed jleidel closed 5 years ago
We should probably resort to waiting for a "Save" or Ctrl-S command. Otherwise, if we track the changes to the file (there is callback function for this) we could get into a weird state where the user has typed a bunch of stuff, but not yet finished describing a target node.
added a 'save file' attribute and functions to write the IR and reload the modules; 6f0b076
passed all devel tests
We need to track manual updates to the IR text such that any updates force reloading of the IR modules; this likely also needs a ctrl+s or Save option