Skip to content

Commit 6d5d4fd

Browse files
Changes default settings for first run of RIDE.
Set default open/save file type from 'txt' to 'robot'. Set grid and text font size from 8 to 9.
1 parent 90908ab commit 6d5d4fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/robotide/preferences/settings.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ library xml directories = []
2020
txt number of spaces = 4
2121
txt format separator = 'space'
2222
line separator = 'native'
23-
default file format = 'txt'
23+
default file format = 'robot'
2424

2525
[Text Edit]
26-
font size = 8
26+
font size = 9
2727
argument = '#bb8844'
2828
comment = 'black'
2929
error = 'black'
@@ -38,7 +38,7 @@ tc_kw_name = '#aaaaaa'
3838
variable = '#008080'
3939

4040
[Grid]
41-
font size = 8
41+
font size = 9
4242
fixed font = False
4343
col size = 170
4444
max col size = 300

0 commit comments

Comments
 (0)