From d503c3b07c2157658f699294c44ad5be244727a5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 24 Nov 2014 02:51:31 +0100 Subject: factored out file loading and saving into the View specialisation IOView 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 --- doc/sciteco.1.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 8f3b23c..bfbbd33 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -156,11 +156,17 @@ It defaults to Default profile macro. .TP .B @pkgdatadir@/teco.ini -Sample profile macro configuring commonly used run-time options -and opening files specified as arguments. +Sample profile macro configuring commonly used run-time options, +syntax highlighting, session handling +and opening files specified on the command line. .TP .B @scitecolibdir@/... Standard library macros. +.TP +.BI .teco- x - filename +Save point files created by \*(ST when saving files +during interactive execution have this format. +These files can be ignored by version control systems, etc. . . .SH BUGS -- cgit v1.2.3