nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] the undid and redid messages


From: Mark Majeres
Subject: Re: [Nano-devel] the undid and redid messages
Date: Thu, 10 Jul 2014 11:51:22 -0700

> Extracting the undid/redid-message part, and adapting it for
> (almost) current SVN (current SVN seems to be broken), I get
> the attached patch.  The undoing that involves unwrapping of
> text now prints the expected message, "Undid action (text add)".
> But the redoing of those actions prints: "Redid action (line break)",
> except for the last one where it does say the expected "text add".
>

Benno,

If typing results in a linebreak, then nothing else.
single undo:
"Undid action (line wrap)".

single redo:
"Redid action (line wrap)".



If typing results in a linebreak and another char.
pair of undo's:
"Undid action (text add)" --> "Undid action (line wrap)".

pair of redo's:
"Redid action (line wrap)" --> "Redid action (text add)."



Your version of the patch is working for me.


--Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]