SainsburyWellcomeCentre / masiv

MATLAB Streaming Image Viewer - a viewing and analysis platform for ultra-large 3D imaging data
MIT License
12 stars 5 forks source link

Using ":" as the path separator in preference files causes Windows grumpiness #23

Open raacampbell opened 6 years ago

raacampbell commented 6 years ago

Suggested solution: myLine = regexprep(myLine,'(:[^\\])',':::') to convert C:\sdfds:sdfds:sdfsd to C:\sdfds:::dfds:::dfsd then doing strsplit based on :::

alexanderbrown commented 6 years ago

Where is this causing a problem?

raacampbell commented 6 years ago

I was told it was the cell counter plugin on Windows. I gave the above solution to the user. They implemented it but saw more problems downstream. I don't know what these were. They switched to Linux instead and didn't look into the solution further.

alexanderbrown commented 6 years ago

Shall we put this on hold for now?

raacampbell commented 6 years ago

Yeah, I was just reporting so it didn't get forgotten.