Skip to content

Commit 37266ef

Browse files
committed
Merge branch 'improvements' of https://github.com/HelioGuilherme66/RIDE into HelioGuilherme66-improvements
2 parents e10f2bc + 6d5d4fd commit 37266ef

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/robotide/application/application.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ def _get_editor(self):
8787
return maybe_editor
8888

8989
def _load_data(self):
90-
# FIXME: wxPython3 hack
91-
path = None #self._initial_path or self._get_latest_path()
90+
path = self._initial_path or self._get_latest_path()
9291
if path:
9392
with self.active_event_loop():
9493
# FIXME: wxPython3 hack
95-
#observer = LoadProgressObserver(self.frame)
94+
# observer = LoadProgressObserver(self.frame)
9695
self._controller.load_data(path, None)
9796

9897
def _find_robot_installation(self):

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)