|
From: sting s. <zs...@ho...> - 2004-10-06 07:07:17
|
Hello,
I am using JEdit 4.2 final ; I have the stange annoying phoneomnon which I
try to avoid
with no success:
My Tab and Indent size are 2
(If I go to
Utilities->Global Options->Editing , I see
Tab size 2
Indent size 2
)
Now,when I write the following block in a file with .c extension (like
MyProg.c):
(Note: there is a single TAB in ftront of the open bracket and in front of
the closing bracket).
int test()
{
}
And afterwards go with the arrows to the empty line and press TAB button, it
jumps fo a double TAB
instead of one.
So if immedaitely after pressing there once the TAB button, and type "1",
for example I get the follwing
result:
int test()
{
1
}
BTW, if I do the same in an empty buffer, (which still is not saved as file
and does not have a name)
it is OK.
Any idea?
It seems frivolous, but I am a programmer and I write mostly in "C"; and the
(only) Editor I use , for more than 2 yaers, is "C". So I want to get rid of
the need to use backspace to get rid of that
redundant TAB. And it happens a lot.
regards,
Sting
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
|