What is UserSpecific.options
UserSpecific.options is a special file store configuration for override default behavior of the application. The configuration specify here are either override application behavior, or saving administrator’s effort on distribute some general configuration to users. Options are define in name=value pair with one option per line. This file is stored under VisualParadigm setting folder.
Windows: %appdata%\VisualParadigm
Linux: ~/.config/VisualParadigm
Mac: ~/Library/Application Support/VisualParadigm
Published User Specific Options
Option | Usage | Value | Sample Value |
LayoutMaxConnector | Specify the maximum number of connectors to be handled by diagram layout engine. (Learn More) |
Integer | 500 |
BPTaskDefaultSize | Specify the default size of newly created BPMN tasks in format. (Learn More) |
${Width}x${Height} (px) | 200×200 |
BPSubProcessDefaultSize | Specify the default size of newly created BPMN sub-process in format. (Learn More) |
${Width}x${Height} (px) | 200×200 |
PMProcessDefaultSize | Specify the default size of newly created Project Management Process. (Learn More) |
${Width}x${Height} (px) | 200×200 |
UserStoryMapAutoReconnectDuration | Specify the duration for Story Map perform auto-connection to server repository in milliseconds. | Integer | 10000000 |
CaptionUseDesktopHintsTextAntialiasing | Enhance caption rendering for non-English characters. | Boolean | true |
PublisherImageNoSizeLimit | To override the default diagram image size limit generated by project publisher. | Boolean | true |
DisableJavaFX | Disable the use of JavaFx. | Boolean | true |
DisableAppleWindowTabbingModeFix | Fix a problem that model’s specification dialog hang on macOS 11 Big Sur. | Boolean | true |
Teamwork.VpOnlineWorkspaceId | Default VP Online workspace ID. Aim to avoid every users need to specify this on their own. | String | N/A |
Teamwork.TeamworkServerHost | Default host name of user’s on-premises Teamwork Server. Aim to avoid every users need to specify this on their own. | String | vpserver.demo-vp.com |
Teamwork.TeamworkServerPort | Default port number of user’s on-premises Teamwork Server. Aim to avoid every users need to specify this on their own. | Integer | 1999 |
Teamwork.TeamworkServerURL | Default URL for user’s on-premises Teamwork Server. Usually use when server is configured to use HTTPS connection. Aim to avoid every users need to specify this on their own. | String | https://vpserver.demo-vp.com/vpteamwork/ |
ActivationCode | Default activation code for single seat/site license. Aim to avoid every users need to specify this on their own. | String | XXXXX-XXXXX-XXXXX-XXXXX-XXXXX |
Related Know-how |
Leave a Reply
Want to join the discussion?Feel free to contribute!