Bug 181370 - ""Folding" cannot be found for PDE when searching in preferences
Summary: ""Folding" cannot be found for PDE when searching in preferences
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.3 M7   Edit
Assignee: Brian Bauman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 23:51 EDT by Kevin McGuire CLA
Modified: 2007-04-06 12:17 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 Kevin McGuire CLA 2007-04-05 23:51:09 EDT
3.3 M6

1. Open Preferences
2. Type "folding" into search box.

You will only see the pref for JDT (and one for Ant).  But there is a separate one for PDE under "Plug-in Development" -> "Editors" -> "Enable folding when opening a new editor" that didn't show up in the filtered list.

Also see related enhancement request, bug #181369
Comment 1 Brian Bauman CLA 2007-04-06 10:41:07 EDT
Currently PDE does not have a preference for folding.  In the JDT's case, it makes sense to have one since they will fold some things automatically (like imports).  For PDE, we do not fold anything automatically.  

By default, every object PDE can fold is expanded.  Therefore, if the user doesn't want an element to fold, then the user just doesn't click the fold icon on the left.

If bug 181369 is accepted and there is a single global preference for enabling folding, then we can definitely look at integrating our folding in with that preference.
Comment 2 Wassim Melhem CLA 2007-04-06 11:24:38 EDT
Brian, we do have a preference for folding, man.

It is on the Editors preference page like Ant.
Comment 3 Brian Bauman CLA 2007-04-06 11:39:06 EDT
I was looking through the preference pages this morning and totally could not find it, I even double checked.  Sounds like a good bug the preference is that hard to find :)
Comment 4 Brian Bauman CLA 2007-04-06 12:17:45 EDT
Should now be easier to find PDE's folding preference