larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

change current directory when opening dataset? #243

Open gdementen opened 1 year ago

gdementen commented 1 year ago

When opening a dataset within the editor, especially a directory containing .csv files, it is annoying that you cannot just save back the (potentially modified) files using console commands. You first have to change the current directory in the console, which is still usually at: C:\Users\<user>\Documents

I think it would currently make sense when opening a dataset to change the current directory to the directory containing the file BUT... the only thing which is restraining me, is that I am unsure it will make sense anymore when we support editing several datasets/session at the same time (#10).