-
Notifications
You must be signed in to change notification settings - Fork 383
/
Copy pathsettings.cfg
146 lines (137 loc) · 4.21 KB
/
settings.cfg
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
settings_version = 8
mainframe size = (1100, 700)
mainframe position = (50, 30)
mainframe maximized = False
default directory = '.'
list variable columns = 4
list col min width = 120
list col max width = 350
# Auto imports is a list of libraries whose keywords are always visible in keyword completion.
# If the library needs arguments, they follow the library name with '|' as a separator.
# Example: auto imports = ['MyLib', 'AnotherLibraryWithArgs|arg1|arg2']
auto imports = []
# Locations to add into PYTHONPATH. Non-absolute paths are considered relative
# to the directory where RIDE starts. Backslashes must be escaped by doubling
# them (\\). Alternatively it is possible to use forward slash (/) as the path
# separator regardless the operating systems.
# Example: pythonpath = ['c:/robot/testlibs', 'd:/project/resources']
pythonpath = []
library xml directories = []
txt number of spaces = 4
txt format separator = 'space'
line separator = 'native'
default file format = 'robot'
tasks = False
reformat = False
# doc language: Test Suites will have sections and parameters in the selected language
# doc language: Possible values are the ones from Robot Framework >= 6.0.
doc language = None
# the style of the tabs in notebook pages, Edit, Text, Run. Values from 0 to 5.
notebook theme = 0
[General]
font size = 11
font face = ''
foreground = '#5E5C64'
background = 'light grey'
secondary foreground = '#DEDDDA'
secondary background = '#0A4A8A'
background help = '#A5F173'
foreground text = '#080240'
apply to panels = False
ui language = 'English'
# file manager: When set to full path or known command use it to open folders
;file manager = None
[Text Edit]
font size = 10
zoom factor = 0
font face = 'Courier New'
# caret style = 'line': or caret style = 'block' (better visibility), it will use the color of 'setting' or better calculated
caret style = 'block'
# Fold symbols are as described at wxPython demo:
# 0 == Arrow pointing right for contracted folders, arrow pointing down for expanded
# 1 == Plus for contracted folders, minus for expanded
# 2 == Like a flattened tree control using circular headers and curved joins
# 3 == Like a flattened tree control using square headers
fold symbols = 2
# Show tab indentation markers
tab markers = True
argument = '#bb8844'
comment = '#613583'
error = '#F66151'
gherkin = '#3584E4'
heading = '#036EA8'
import = '#9141AC'
keyword = '#1C71D8'
separator = '#5E5C64'
setting = '#26A269'
syntax = '#613583'
tc_kw_name = '#1A5FB4'
variable = '#008080'
background = '#F6F5F4'
enable auto suggestions = True
[Grid]
font size = 10
font face = ''
zoom factor = 0
fixed font = False
col size = 150
max col size = 450
auto size cols = False
text user keyword = 'blue'
text library keyword = '#0080C0'
text variable = 'forest green'
text unknown variable = 'purple'
text commented = 'firebrick'
text string = 'black'
text empty = 'black'
background assign = '#CADEF7'
background keyword = '#CADEF7'
background mandatory = '#D3D3D3'
background optional = '#F9D7BA'
background must be empty = '#C0C0C0'
background unknown = '#E8B636'
background error = '#FF9385'
background highlight = '#FFFF77'
word wrap = True
enable auto suggestions = True
# filter newlines: When enabled, newlines are not shown as \n in the cells. On Windows this may cause a lock.
filter newlines = False
[Plugins]
[[Test Runner]]
font size = 10
font face = 'Courier New'
foreground = '#F6F5F4'
background = '#241F31'
error = 'red'
use colors = True
fail color = '#FF8E8E'
pass color = '#9FCC9F'
skip color = 'yellow'
profile_name = 'robot'
run_profiles = [('other profile', 'robot')]
[[File Explorer]]
font size = 11
font face = ''
foreground = '#5E5C64'
background = 'light grey'
secondary foreground = 'black'
secondary background = 'light grey'
background help = '#A5F173'
foreground text = '#080240'
own colors = False
[[Tree]]
font size = 11
font face = ''
foreground = '#5E5C64'
background = 'light grey'
secondary foreground = 'black'
secondary background = 'light grey'
background help = '#A5F173'
foreground text = '#080240'
own colors = False
[[Preview]]# This plugin is not usable since RIDE 2.1 (and Robot Framework 3.2.1)
format = 'HTML'
_enabled = False
[[Run Anything]]# This is here just because of unit tests
foreground = 'black'
background = 'light grey'