diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-01 22:18:59 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-11-01 22:18:59 +0100 |
| commit | 06d0bac8006889749fbf03efd5200ae68818b576 (patch) | |
| tree | 177d88ce165e2129cb845e0271ab1217880bb89a /TODO | |
| parent | 2123df90ffb5ae07c6439609123fad14cb75d9ef (diff) | |
fixed reversing EW (save as)
when the file name changes, there will no longer be a use-less
save point file. instead the new file is deleted upon rubout.
* save points are properly created if a file already exists
with the same name, even though it was not known to SciTECO before
the save. (e.g. you do save-as to a file that already exists).
* more effects of the save command can now be rubbed out correctly
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,10 +7,10 @@ Known Bugs: * Scintilla/Scinterm: sometimes <TAB> indents too much (see e.g. state declarations) * adding a new buffer with syntax highlighting screws up styles: obviously they are attached to the view instead of the document - * reversing EWfilename$ (save as) does not work! * crashes on large files: S^EM^X$ (regexp: .*) Features: + * Use [] for long Q-Register names instead of {} * properly support Unicode encodings and the character-based model * link against libncursesw if possible * translate documents to Unicode strings |
