Turning off auto tabbing

Using the Java SDK with TextPad

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
miclus
Posts: 2
Joined: Fri May 13, 2005 11:48 pm

Turning off auto tabbing

Post by miclus »

When writing Java apps, there is this annoying thing where it automatically indents to the previous line's level. Is there any way to turn this off?
User avatar
s_reynisson
Posts: 940
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

See TP's help file under "Maintain indentation" and "Automatically indent blocks" for details. Uncheck as needed under Configure->Preferences->Document Classes->Java. When I change preferences under document classes I first close all open documents. HTH
Then I open up and see
the person fumbling here is me
a different way to be
miclus
Posts: 2
Joined: Fri May 13, 2005 11:48 pm

Post by miclus »

Thanks. Can't believe I didn't see that. Another issue I have is there is a slight 1 or 2 space area on the editor window to the left that I can't occupy with anything. Is there any way to get rid of that?
User avatar
s_reynisson
Posts: 940
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Don't think so, think this is fixed to keep the text separated from the line numbers, if have them turned on that is.
Then I open up and see
the person fumbling here is me
a different way to be
User avatar
MudGuard
Posts: 1295
Joined: Sun Mar 02, 2003 10:15 pm
Location: Munich, Germany
Contact:

Post by MudGuard »

Do a single left click in that area or press Ctrl-F2 and you might find out about its purpose :wink:
Post Reply