Feature Requests item #861514, was opened at 2003-12-17 20:19
Message generated for change (Comment added) made by mhammond
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: Closed
>Resolution: Works For Me
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: Mark Hammond (mhammond)
Date: 2005-06-29 14:19
Message:
Logged In: YES
user_id=14198
Folding etc can also be achieved with the keypad +/- and *
keys ( the latter collapses every top-level fold)
See pywin\default.cfg for keyboard assignment, and the .chm
file that ships with pythonwin for more details on the
keyboard assignments and how to change them
Please re-open if these responses don't answer your questions.
----------------------------------------------------------------------
Comment By: Tony Meyer (anadelonbrin)
Date: 2005-06-29 12:24
Message:
Logged In: YES
user_id=552329
And dedent is shift-tab. These are much more common than
ctrl-] and ctrl=] in my experience.
To collapse a block, click the little minus on the left of
the window that appears at the start of each block.
----------------------------------------------------------------------
Comment By: TLis (tlis)
Date: 2005-06-28 05: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
|