Bug 426615 - Add the option of folding of C++ try-catch blocks in Preferences|C++|Editor|Content Assist|Folding
Summary: Add the option of folding of C++ try-catch blocks in Preferences|C++|Editor|C...
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:30 EST by Edward Brabant CLA
Modified: 2020-09-04 15:19 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:30:21 EST
It would be ideal to support both:
+ folding of matching braces within the try-catch block, i.e. fold just the try block or fold just one catch block
+ folding of entire try-catch block