Bugs item #1073933, was opened at 2004-11-27 07:05
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1073933&group_id=78018
Category: pythonwin
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Wojtek Swiatek (wsw70)
Assigned to: Nobody/Anonymous (nobody)
Summary: folding bug in comments
Initial Comment:
The folding in a comment section is wrong. For instance
the code:
"""
hello world
how are you
where:
should not be folded
neither this one
"""
gets folded after the 'where' in pythinwin.
I think that the folding should be completely disabled in
a comments section.
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2004-11-28 21:25
Message:
Logged In: YES
user_id=14198
Pythonwin uses the folding built in to Scintilla - hopefully
it will improve the builtin folding in the future.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1073933&group_id=78018
|