nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] indent/unindent overhaul (including undo/redo support)


From: David Ramsey
Subject: Re: [Nano-devel] indent/unindent overhaul (including undo/redo support)
Date: Mon, 28 Aug 2017 15:21:29 -0500

Attached one last update of the port of undo/redo for indent: version
2b.

It's still synced against 2.8.7 (git 758b4e6), and the only change
relative to version 2a is that indent_a_line() and unindent_a_line() now
return void instead of always returning TRUE.  (That behavior was
because comment_line() returned a bool indicating when it succeeded.
However, indenting and unindenting via indent_a_line() and
unindent_a_line() should always succeed, since all cases where no
indentation is changed are caught by indent_line() and unindent_line()
beforehand.)

Attachment: indent-undo-2b.zip
Description: Zip archive


reply via email to

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