Send Lilux-help mailing list submissions to
lilux-help@lilux.lu
To subscribe or unsubscribe via the World Wide Web, visit
http://lilux.lu/mailman/listinfo/lilux-help
or, via email, send a message with subject or body 'help' to
lilux-help-request@lilux.lu
You can reach the person managing the list at
lilux-help-owner@lilux.lu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Lilux-help digest..."
Today's Topics:
1. KDevelop (Alex.Loes@lll.lu)
----------------------------------------------------------------------
Message: 1
Date: Wed, 29 Nov 2006 11:45:16 +0100
From: Alex.Loes@lll.lu
Subject: [Lilux-help] KDevelop
To: lilux-help@linux.lu
Message-ID: <20061129114516.e2ds59gq0ocgsg80@www.lll.lu>
Content-Type: text/plain; charset=ISO-8859-1; format="flowed"
Hello
The editor in KDevelop does not automaticaalyy fill in spaces automagically.
I mean, when i Type in a block of code in C, the next line (after I
pressed the Enter key), the text appears in the beginning of the line,
not indent.
I mean, such a formatting as:
void main(int argc, char *argv[])
{
blah;
bluh;
}
What I want as result is:
void main(int argc, char *argv[])
{
blah;
bluh;
}
Is it possible that the editor recognises itself the block ( { )
and indents automaticly after pressing the Enter key, until the end of
the block ( } )?
Thanx
Al
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
------------------------------
_______________________________________________
Lilux-help mailing list
Lilux-help@lilux.lu
http://lilux.lu/mailman/listinfo/lilux-help
End of Lilux-help Digest, Vol 36, Issue 12
******************************************