[Geany-devel] Little questions

Colomban Wendling lists.ban at xxxxx
Mon Feb 22 23:15:20 UTC 2010


Hi,

Eugene Arshinov a écrit :
> 2. There is a strange issue with deleting spaces from the beginning of
> a line. Suppose you have a file with indentation set to 2 spaces and
> two lines:
> 
>   if foo:
>     bar()
> 
> If you move cursor after the first space of the second line and press
> Backspace, you get
> 
>   if foo:
>   bar
> 
> with the cursor just before "bar", not in the beginning of the line.
> That is weird. Is this a "feature" of Scintilla or Geany? If the
> latter, which source file I need to fix? :-)
I this is truly a feature part of "remove indentation rather than
character part of it", and I'm not sure it should be fixed at all.
Perhaps it would be OK to delete the *character* the cursor is *inside*
the indentation level and delete the indentation if at the end of an
indentation level. [1]

> 3. [unrelated] How do I reply to my own message in a mailing-list? (I
> tried to google it without success)
hum… I don"t really got the point here: for me on a mailing list, the
"messages" are simple e-mails: just respond to them as you might do with
any other mail. your mail client should correctly send the message to
the mailing list as the Reply-To: mail header says.

regards,
Colomban


1. here with "character" I mean one of the character(s) that creates the
indentation level;
with "inside", I mean "not at a bound";
and with "indentation level" I mean the 2 spaces with a 2 space
indentation: a line starting with 4 space have 2 level of indentation



More information about the Devel mailing list