Bug 426619 - Add folding of control statements from end in Window|Preferences|C/C++|Editor|Content Assist|Folding
Summary: Add folding of control statements from end in Window|Preferences|C/C++|Editor...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 14:45 EST by Edward Brabant CLA
Modified: 2020-09-04 15:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Brabant CLA 2014-01-24 14:45:25 EST
It would be useful to be able to fold an entire control statement from the end brace. In the case of an "if-else" statement, including the "if" block, all "if-else" blocks and the "else" block from the "if" statement or from the last brace, regardless of whether the last brace ends the "if" clause, an "else if" clause or an "else" clause.