Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "StatET/Advanced Configuration"

(Replaced content with "Moved to: https://gitlab.eclipse.org/groups/eclipse/statet/-/wikis/Usage/Advanced-Configuration Category:StatET")
 
Line 1: Line 1:
== Auto Run ==
+
Moved to: https://gitlab.eclipse.org/groups/eclipse/statet/-/wikis/Usage/Advanced-Configuration
 
+
{| class ="wikitable"
+
|+ Java Properties
+
! Property
+
! Description
+
! Value
+
! Default
+
! Version
+
|-
+
| <code>org.eclipse.statet.eutils.autorun.disable</code>
+
| disable the automatic start
+
| <code>true</code>/<code>false</code>
+
| <code>false</code>
+
| 4.0 -
+
|}
+
 
+
 
+
== RMI (for RJ connection) ==
+
 
+
{| class ="wikitable"
+
|+ Java Properties
+
! Property
+
! Description
+
! Value
+
! Default
+
! Version
+
|-
+
| <code>org.eclipse.statet.jcommons.rmi.registry.TcpPort</code>
+
| tcp port for the embedded RMI registry
+
| port number or range of possible port numbers
+
| <code>51100-51199</code>
+
| 4.1 -
+
|}
+
 
+
== R-Help ==
+
 
+
{| class ="wikitable"
+
|+ Java Properties
+
! Property
+
! Description
+
! Value
+
! Default
+
! Version
+
|-
+
| <code>org.eclipse.statet.rhelp.PkgsToExclude.names</code>
+
| packages to exclude from help
+
| comma separated list of package names
+
| <code></code>
+
| 4.3 -
+
|}
+
 
+
== RServi ==
+
 
+
{| class ="wikitable"
+
|+ Java Properties
+
! Property
+
! Description
+
! Value
+
! Default
+
! Version
+
|-
+
| <code>org.eclipse.statet.rj.servi.pool.client.AllocationRenewPeriod.millis</code>
+
| period in which the client has to renew its allocation
+
| milliseconds, <code>-1</code> to disable
+
| <code>600000</code>
+
| 4.3 -
+
|}
+
 
+
  
 
[[Category:StatET]]
 
[[Category:StatET]]

Latest revision as of 05:20, 10 February 2022

Moved to: https://gitlab.eclipse.org/groups/eclipse/statet/-/wikis/Usage/Advanced-Configuration

Back to the top