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.
Show replies by date