Skip to content

Commit 76f2fd4

Browse files
committed
Correctly trigger parse on startup
1 parent 7fedd2f commit 76f2fd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RetailCoder.VBE/App.cs

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

136136
public void Startup()
137137
{
138+
if (_vbe.VBProjects.Count != 0)
139+
{
140+
_parser.State.OnParseRequested(this);
141+
}
142+
138143
EnsureDirectoriesExist();
139144
LoadConfig();
140145
_appMenus.Initialize();

0 commit comments

Comments
 (0)