Skip to content

Commit b0917bc

Browse files
committed
Respond to comments.
1 parent 1288f95 commit b0917bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RetailCoder.VBE/App.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,17 @@ private void UpdateLoggingLevel()
135135

136136
public void Startup()
137137
{
138-
if (_vbe.VBProjects.Count != 0)
139-
{
140-
_parser.State.OnParseRequested(this);
141-
}
142-
143138
EnsureDirectoriesExist();
144139
LoadConfig();
145140
_appMenus.Initialize();
146141
_hooks.HookHotkeys(); // need to hook hotkeys before we localize menus, to correctly display ShortcutTexts
147142
_appMenus.Localize();
148143
UpdateLoggingLevel();
144+
145+
if (_vbe.VBProjects.Count != 0)
146+
{
147+
_parser.State.OnParseRequested(this);
148+
}
149149
}
150150

151151
public void Shutdown()

0 commit comments

Comments
 (0)