aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ioview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08do not show possible completions for hidden files and directoriesRobin Haberkorn1-0/+27
* added platform-dependant file_is_visible() function
2014-11-24Q-Register loading and saving using the IOView classRobin Haberkorn1-1/+1
* EW can save Q-Registers now * the new E% may be used to save a q-register without making it the current document
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn1-0/+358
this will allow us to use the same algorithms for loading and saving Q-Registers (from/to file). * Saving with EW when a Q-Reg is edited has been fixed (was broken earlier) * SciTECO save point files are now named .teco-X-BASENAME When using IOView for Q-Regs, there will be no way to sensible count the save points. Each write of a Q-Reg may be to another file. Therefore, we number save-points globally. If the sequence of writes has to be reconstructed manually, one can still look at the save point files' modification dates * give more informative error messages when saving a file fails