Overview
If you wish a user to have additional control over their environment, you can implement properties to modify the application's behavior from the command line or configuration files.
Setting Properties
- Reference Adding Command-Line Options. These are all considered VM arguments.
- A full list of default Eclipse properties may be found here.
Currently Available Properties
Property |
Allowable Values (default in bold) |
Description |
---|---|---|
|
||
studio.portalBrowser |
swt/chromium |
Use specific browser component |
|
||
studio.disableBackgroundReconciler |
true/false |
Disables the background presentation reconciler |
studio.reconcilerIterationPartitionLimit |
10000 |
Upper limit on the number of partitions to colorize |
studio.reconcilerBackgroundDelay |
1000 |
Time (in milliseconds) for how long to wait before running the reconciler |
studio.reconcilerIterationDelay |
50 |
Time (in milliseconds) for how long to wait between running iterations of the reconciler |
studio.reconcilerMinimalVisibleLength |
20000 |
Number of lines (from the beginning of the document) to colorize by default |
|
||
studio.rubleUserLocation |
path on disk |
Override the default location to load Rubles from disk |