Feature Requests item #861514, was opened at 2003-12-17 10:19
Message generated for change (Comment added) made by tlis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=861514&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pythonwin
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: mike foord (fuzzy_dream)
Assigned to: Nobody/Anonymous (nobody)
Summary: Dedent, Indent Region. Plus Collapsible Sections.
Initial Comment:
In IDLE I use the Indent and Unindent region options -
frequently.
Particularly by their shortcuts - 'ctrl-]' and 'ctrl-['.
Not only does pythonwin use a different shortcut for
dedent region - but it doesn't have a shortcut at all for
indent region.
For this region I tend to edit my modules in IDLE and
only use pythonwin for my main code - because of it's
quick 'import/reload - module' option. (Which
intermittently fails to reload a module by the way... -
*possibly* caused by occasional conflicts with Psyco
the optimizing compiler ?).
Also an option to collapse sections of code from view
would be useful.
If these features I request are *already* available -
could you contact me on mike at pcblokes dot com ??
Thanks
Fuzzy
----------------------------------------------------------------------
Comment By: TLis (tlis)
Date: 2005-06-27 21:48
Message:
Logged In: YES
user_id=1186126
Indent region in pythonwin?
Select the region and press Tab key
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=861514&group_id=78018
|