File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,9 @@ public Base(String[] args) throws Exception {
309309 // Setup board-dependent variables.
310310 onBoardOrPortChange ();
311311
312+ this .pdeKeywords = new PdeKeywords ();
313+ this .pdeKeywords .reload ();
314+
312315 CommandlineParser parser = CommandlineParser .newCommandlineParser (args );
313316
314317 for (String path : parser .getFilenames ()) {
@@ -345,9 +348,6 @@ public Base(String[] args) throws Exception {
345348 // them.
346349 Preferences .save ();
347350
348- this .pdeKeywords = new PdeKeywords ();
349- this .pdeKeywords .reload ();
350-
351351 if (parser .isInstallBoard ()) {
352352 ContributionsIndexer indexer = new ContributionsIndexer (BaseNoGui .getSettingsFolder ());
353353 ContributionInstaller installer = new ContributionInstaller (indexer ) {
You can’t perform that action at this time.
0 commit comments