Documentation on creating or overriding default prefrences.

Posts   
 
    
Posts: 2
Joined: 09-Jul-2021
# Posted on: 09-Jul-2021 06:55:00   

Hi, I don't have the build number and version on hand. I can post it if needed. Where can I find documentation or information about how to set default or override default settings?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 09-Jul-2021 07:32:21   

The LLBLGen Pro designer is controllable through various preferences. These preferences are editable through the Designer Preferences Editor. To open this editor, click File -> Preferences.

The preferences are divided in two parts: Designer Behavior and New Project Defaults. The Designer Behavior preferences are described below. The New Project Defaults are equal to the Project Settings they're the default for. A new project inherits most of its setting values from the New Project Defaults: all settings in the Project Settings which are also mentioned in the list of settings under New Project Defaults are inheriting their initial value from the New Project Defaults value.

In versions prior to v5.0 the Designer Preferences in the designer contained values which were used in the Project Settings as well, if their equivalent in the Project Settings was set to the value Default. Most of the catalog refresher settings were of this type as well as some model first settings.

These settings all have been converted to regular bool settings in the project settings and no longer rely on the preference value. When a project is loaded which is saved by a previous version of llblgen pro the values in the project are set after the preferences value like they would be in-effect during the previous versions.

Here is the documentation link: https://www.llblgen.com/Documentation/5.8/Designer/Functionality%20Reference/DesignerPreferences.htm

David Elizondo | LLBLGen Support Team