[wingide-users] Customize indentation rules
Wingware Support
support at wingware.com
Fri Jun 13 08:59:35 MDT 2008
Encolpe Degoute wrote:
> How can I customize indentation rules in Wing Pro?
>
> For Zope Page Template I want to align XML attributes on the first one when
> there's several lines and the same rule for attribute values.
>
> Can I do it in Wing or can I implement this outside then integrate it in my Wing
> installation?
Hi,
You should be able write a script defining the behavior you want and
then bind the tab key to the command defined in the script. The custom
command could execute the default 'tab-key' command in cases that you
don't want to change the behavior.
Cheers,
John
More information about the wingide-users
mailing list