Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4647875 By: dontaylor
(I have not really thought this idea through so it might be nonsense). Pydev has many options for folding code and I use them a lot to help me focus on the parts that I am working on. I am easily distracted, so it helps a lot. But, I want a way to temporarily fold whole chunks of code that contain anything - classes, functions, comments, blank space: the whole thing. I don't really have a concrete proposal except to suggest some sort of decorated comment convention. Maybe lines that are contained in matching comments can be used to mark the scope of a piece of code that can be folded. For example: [EMAIL PROTECTED] - The following code should be folded as one unit. <lots of lines of code> [EMAIL PROTECTED] would fold down to: [EMAIL PROTECTED] - The following code should be folded as one unit. Don. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
