-
Notifications
You must be signed in to change notification settings - Fork 3
/
sample.ecwsrc
44 lines (33 loc) · 1.45 KB
/
sample.ecwsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# screen index from 0-N
screen = 2
# how many buttons in a single row?
columns = 6
# default to starting with -clean
clean = false
# default FlightRecorder options
flightRecorder = -XX:+FlightRecorder
startFlightRecording = -XX:StartFlightRecording=dumponexit=true,filename=C:\\myrecording.jfr
flightReorderOptions = -XX:FlightReorderOptions=stackdepth=1000
# show accelerator key no
showAccelKeyNo = true
# show toolTip immediately on MouseOver
fastToolTip = true
# single workspace entry
Release-5_4_workspace = /ssd/workspaces/Release-5_4
Release-5_4_eclipse = /ssd/eclipse/Release-5_4/eclipse
Release-5_4_icon = /home/mduft/bin/icons/54.png
Release-5_4-ide_workspace = /ssd/workspaces/Release-5_4-ide
Release-5_4-ide_eclipse = /ssd/eclipse/Release-5_4/eclipse
Release-5_4-ide_icon = /home/mduft/bin/icons/54ide.png
Release-5_5_workspace = /ssd/workspaces/Release-5_5
Release-5_5_eclipse = /ssd/eclipse/Release-5_5/eclipse
Release-5_5_icon = /home/mduft/bin/icons/55.png
Release-5_5-ide_workspace = /ssd/workspaces/Release-5_5-ide
Release-5_5-ide_eclipse = /ssd/eclipse/Release-5_5/eclipse
Release-5_5-ide_icon = /home/mduft/bin/icons/55ide.png
Release-5_6_workspace = /ssd/workspaces/Release-5_6
Release-5_6_eclipse = /ssd/eclipse/Release-5_6/eclipse
Release-5_6_icon = /home/mduft/bin/icons/56.png
Release-5_6-ide_workspace = /ssd/workspaces/Release-5_6-ide
Release-5_6-ide_eclipse = /ssd/eclipse/Release-5_6/eclipse
Release-5_6-ide_icon = /home/mduft/bin/icons/56ide.png