[wingide-users] Confused about indentation
Harper, Jason
jharper at qualcomm.com
Sat Aug 12 08:19:26 MDT 2006
I've seen something similar. Wing's smart indentation logic gets
confused in some situations and won't tab over. Although the
auto-tabbing of smart indentation is nice when it does what you expect,
when it doesn't, it's terrible. I turned it off via
Preferences->Editor->Indentation->Auto Indent = Never.
________________________________
From: wingide-users-bounces at wingware.com
[mailto:wingide-users-bounces at wingware.com] On Behalf Of Tony Cappellini
Sent: Friday, August 11, 2006 9:53 PM
To: wingide-users at wingware.com
Subject: [wingide-users] Confused about indentation
I'm going through hell trying to understand the tab/space conversion
feature.
With default tab size set to 4, does that insert 4 spaces when I have
Default Indent Style = Spaces?
When I press tab, are spaces actually inserted, or are tabs always
inserted?
I'm having a problem trying to get the cursor to tab over 4 columns,
when I have the cursor to the left of the def below.
The only way I could get the cursor to tab over was to convert the whole
file to use tabs, which I don't want.
TABS ARE EVIL, but I can't get Wing to tab over to the correct column
when I convert the file to use spaces.
class PageParam(object):
def __init__(self, Name="", Min=-1, Max=-1, Offset=-1, Data="",
TransDict=None):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20060812/51da871f/attachment.html
More information about the wingide-users
mailing list