[wingide-users] beta 2.0b3: comment and Tab
interaction (indent-to-match)
Robin Dunn
robin at alldunn.com
Tue May 11 15:44:54 EDT 2004
Adi Sieker wrote:
> 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.
For what it's worth, python-mode in emacs has the same problem/feature.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wingide-users
mailing list