• jp charras's avatar
    Fix issues in auto-save files: · 722435f3
    jp charras authored
    * auto-save was broken for all sub sheets with are in a sub-directory of the project directory. (reason wxFileName::Normalize(), used to create the absolute path  has issues with filenames starting by '$', perhaps due to env var which also start by $). the auto-save prefix is modified ( now AUTOSAVE_PREFIX_FILENAME which defines "_save_"  ) and defined only once.
    * auto-save files from sub-sheets were not found due to the fact the path was not set (fixed by Blair Bonnet's patch)
    722435f3