Filter preferences properties

Posts   
 
    
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 26-Dec-2014 15:57:31   

It would be nice to have an option to filter by name preferences properties. Something like Visual Studio does in Solution Explorer. For example, if I want to find properties that do backup, I'd type backup and see all related properties with ease.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 27-Dec-2014 05:26:39   

Hi Miha,

Interesting proposal. I'll move this to New Features queue, for further discussion.

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 27-Dec-2014 09:35:00   

You want this in the preferences and project settings or in the project explorer?

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 27-Jan-2015 12:30:06   

Sorry for the awful delay. The former (vertical grid stuff, specially preferences). it might come handy in explorer as well, not sure.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 28-Jan-2015 16:13:32   

This is planned for v5: a search system where you start typing and all elements matching the string typed (while you're typing) is shown, the fragment can be part of the name or the complete name. So typing 'Cust' will give the Customer entity, the Customers table, the Customer navigator and IsGoldCustomer field on Order and the Orders table.

The elements then can be used for further work, e.g. edit, create a model view etc.

We're not planning to filter the trees in project explorer and catalog explorer at the moment, the search system described above should cover what you want I think?

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 01-Feb-2015 17:15:30   

Partially yes, but what I am missing is search in "LLBLGen Pro Preferences" dialog as well. There is lot of properties in there. i.e. I want to see all "backup" related properties -> I'd type "backup" and booom: I see only relevant properties.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 02-Feb-2015 09:12:14   

Ok, though I think that won't be in 5.0

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 03-Feb-2015 16:50:28   

On second thought, it might be easy through the filtering system build into the devexpress controls, have to check.

Frans Bouma | Lead developer LLBLGen Pro
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 06-Feb-2015 15:57:31   

Yep, for starters something like this should do the trick. simple_smile

propertyGridControl1.OptionsFind.Visibility = DevExpress.XtraVerticalGrid.FindPanelVisibility.Always;
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 14-Mar-2015 09:24:48   

In v5 we now have cut up the preferences into two sections: the real preferences which affect the designer's behavior, and a part which contains the 'new project settings', which aren't used by the designer but are used when a new project has been created. This also cuts down the list of properties listed a lot, so search isn't needed anymore (it's just 1 page of settings wink ) in that grid.

Frans Bouma | Lead developer LLBLGen Pro