EA Addin Configuration
There are certain features that can be configured in a specific configuration file, found in the path
%appdata%\LieberLieber\LemonTree.Connect.codebeamer\config.json
The following table explains the different options that can be set.
Restoring the default configuration
If you accidentially destroy this file, remove it completely, restart EA, open any project and add a new Codebeamer server configuration. This will create a new config file with default values.
Global Addin Settings
Setting | Meaning | Allowed Values | Default |
---|---|---|---|
DefaultServer | Sets the default server. Refers to one of the configured servers by the identifier. | do not edit | — |
DiagramImageFileExtension | Configures the image format that is used for the extraction of diagram images. | png, jpg, bmp | png |
DontShowWhatsNewAgainForCurrentVersion | Suppresses the "What's New" dialog for the current installed version if already dismissed. | true or false | false |
IgnoreCreatingPlaceholders | Set to true to disable placeholder creation. This means only relations to elements that are currently part of your EA model can be imported. | true or false | false |
MaxConcurrentTasks | Configures the maximum number of concurrent tasks the application can run in parallel. Reduce this number to improve stability if you run into problems with larger projects. | 1 to 8 | 8 |
NeverShowWhatsNew | If true, the "What's New" dialog will never be shown for future versions. | true or false | false |
RateLimit | Defines request throttling limits for Codebeamer server communication. See API Throttling. | (PerSecond, PerMinute) | 0 (off) |
ServerList | Contains a list of all configured Codebeamer servers. | do not edit | — |
SuppressUpdateAvailableInfo | Suppresses the "Update available" information shown in the main menu of LemonTree.Connect, if a newer version was released. | true or false | false |
UseSuspectedFlagOnConnectors | If true, sets the "suspected" flag on connectors when elements change. | true or false | true |