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 {
309
309
// Setup board-dependent variables.
310
310
onBoardOrPortChange ();
311
311
312
+ this .pdeKeywords = new PdeKeywords ();
313
+ this .pdeKeywords .reload ();
314
+
312
315
CommandlineParser parser = CommandlineParser .newCommandlineParser (args );
313
316
314
317
for (String path : parser .getFilenames ()) {
@@ -345,9 +348,6 @@ public Base(String[] args) throws Exception {
345
348
// them.
346
349
Preferences .save ();
347
350
348
- this .pdeKeywords = new PdeKeywords ();
349
- this .pdeKeywords .reload ();
350
-
351
351
if (parser .isInstallBoard ()) {
352
352
ContributionsIndexer indexer = new ContributionsIndexer (BaseNoGui .getSettingsFolder ());
353
353
ContributionInstaller installer = new ContributionInstaller (indexer ) {
You can’t perform that action at this time.
0 commit comments