[wingide-users] beta 2.0b3: comment and Tab interaction
(indent-to-match)
Adi Sieker
ml at sieker.info
Tue May 11 15:27:00 EDT 2004
Hi,
paste the following piece of code into an empty file:
def foo(bar):
source = bar
# comment sticks out to be more visible
pasted = code_line1
pasted = code_line2
new = source
if you now select the 2 lines just after the comment and press Tab
nothing will happen. Is this a bug or a feature?
I would think since python doesn't care about the comment the Editor
shouldn't either.
Regards
Adi
More information about the wingide-users
mailing list