diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-24 02:51:31 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-24 05:07:06 +0100 |
commit | d503c3b07c2157658f699294c44ad5be244727a5 (patch) | |
tree | f25b9927f5bdcfca98a82f3bc917548cbec5962b /doc/sciteco.1.in | |
parent | 355cae277c29104b982f4dc7aa3e05fc06945325 (diff) | |
download | sciteco-d503c3b07c2157658f699294c44ad5be244727a5.tar.gz |
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
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 10 |
1 files changed, 8 insertions, 2 deletions
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 |