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