[wingide-users] New Wing script: slash-line
Ram Rachum
ram at rachum.com
Tue Jan 24 07:44:18 MST 2012
Hello folks,
I released a new Wing IDE script as open source.
Script page: http://wiki.wingware.com/SlashLine
Slash a long line into 2 lines, putting a `\` character as a separator.
This is good for automatically formatting long lines into this style:
has_corresponding_source_file = \
os.path.exists(corresponding_python_source_file)
nose.selector.Selector.wantFile = \
types.MethodType(wantFile, None,
nose.selector.Selector)
Suggested key combination: `Alt-Insert L`.
It's released under the LGPL license. Download at GitHub:
https://github.com/cool-RR/cute-wing-stuff
Ram Rachum.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20120124/81771f46/attachment.html
More information about the wingide-users
mailing list