[pywin32-bugs] [ pywin32-Feature Requests-1874046 ] "def" code folding, "class" code folding
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-06-13 21:13:00
|
Feature Requests item #1874046, was opened at 2008-01-17 14:32 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1874046&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 Private: No Submitted By: Jack (gurkesaft) >Assigned to: Roger Upole (rupole) Summary: "def" code folding, "class" code folding Initial Comment: Hello again, I think it would also be nice if it were possible to fold all the second-level indents, such as the all the def's inside a class for easy navigation (and the ability to maybe do both class and def folding on startup). Thanks! Jack ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-06-13 16:00 Message: Logged In: YES user_id=771074 Originator: NO This ability has been added via keyboard shortcuts (Shift + keypad plus and shift + keypad minus) The changes should work with any recent release, so you can grab the latest versions of default.cfg and coloreditor.py from CVS and try it out to see if this does what you want. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=1874046&group_id=78018 |