We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1288f95 commit b0917bcCopy full SHA for b0917bc
RetailCoder.VBE/App.cs
@@ -135,17 +135,17 @@ private void UpdateLoggingLevel()
135
136
public void Startup()
137
{
138
- if (_vbe.VBProjects.Count != 0)
139
- {
140
- _parser.State.OnParseRequested(this);
141
- }
142
-
143
EnsureDirectoriesExist();
144
LoadConfig();
145
_appMenus.Initialize();
146
_hooks.HookHotkeys(); // need to hook hotkeys before we localize menus, to correctly display ShortcutTexts
147
_appMenus.Localize();
148
UpdateLoggingLevel();
+
+ if (_vbe.VBProjects.Count != 0)
+ {
+ _parser.State.OnParseRequested(this);
+ }
149
}
150
151
public void Shutdown()
0 commit comments