Re: elastic tabstops implemented for GTK
- From: "Nick Gravgaard" <me nickgravgaard com>
- To: "Andrew Cowie" <andrew operationaldynamics com>
- Cc: gtk-devel-list gnome org
- Subject: Re: elastic tabstops implemented for GTK
- Date: Mon, 24 Sep 2007 09:33:55 +0200
On 24/09/2007, Andrew Cowie <andrew operationaldynamics com> wrote:
> On Wed, 2007-09-19 at 08:14 +0200, Nick Gravgaard wrote:
> > http://nickgravgaard.com/elastictabstops/#gedit
>
> Nick, does
>
> "convert files that use spaces for alignment"
>
> mean something along the lines of
>
> "when reading a file that uses spaces for alignment,
> algorithmically convert them to tabs [characters?] so that
> elastic tabstops can take over their presentation [and convert
> back again on save?]"
Yep, that sounds right. When saving, it's basically doing what the
Python expandtabs() string method does (except for elastic tabstops
rather than fixed, multiple of N tabstops), and on loading it does the
opposite.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]