Bug 63888 - [projection] Folding doesn't work for // quote blocks
Summary: [projection] Folding doesn't work for // quote blocks
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 11:39 EDT by Mark Ericson CLA
Modified: 2004-09-07 22:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Ericson CLA 2004-05-25 11:39:22 EDT
Folding recognizes /*...*/ quote blocks, but doesn't group a series of lines 
starting with // as a collapsable block.  It is strange to have a large range 
of commented-out code that can't be collapsed.
Comment 1 R.J. Lorimer CLA 2004-09-07 22:01:19 EDT
FYI - my code folding plug-in:
http://www.coffee-bytes.com/servlet/PlatformSupport

currently has // collapsable blocks as a feature.

Check it out!