From 06d0bac8006889749fbf03efd5200ae68818b576 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 1 Nov 2014 22:18:59 +0100 Subject: 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 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 3a91a9d..9b200e4 100644 --- a/TODO +++ b/TODO @@ -7,10 +7,10 @@ Known Bugs: * Scintilla/Scinterm: sometimes 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 -- cgit v1.2.3