File tree Expand file tree Collapse file tree 2 files changed +17
-62
lines changed Expand file tree Collapse file tree 2 files changed +17
-62
lines changed Original file line number Diff line number Diff line change 69
69
#######################################################################################
70
70
-->
71
71
72
- <!-- Definition to know if the active perspective is Arduino -->
73
- <extension point =" org.eclipse.core.expressions.definitions" >
74
- <definition id =" io.sloeber.definition.isArduinoPerspective" >
75
- <with variable =" activeWorkbenchWindow.activePerspective" >
76
- <or >
77
- <equals
78
- value =" io.sloeber.application.perspective" >
79
- </equals >
80
- <equals
81
- value =" org.eclipse.cdt.ui.CPerspective" >
82
- </equals ></or >
83
- </with >
84
- </definition >
85
- </extension >
86
72
87
73
88
74
422
408
</outputType >
423
409
</tool >
424
410
</toolChain >
425
- <folderInfo
426
- exclude =" true"
427
- resourcePath =" libraries/?*/**/?xamples/**" >
428
- <toolChain
429
- id =" io.sloeber.core.toolChain1"
430
- isAbstract =" false" >
431
- </toolChain >
432
- </folderInfo >
433
- <folderInfo
434
- exclude =" true"
435
- resourcePath =" libraries/?*/**/?xtras/**" >
436
- <toolChain
437
- id =" io.sloeber.core.toolChain2"
438
- isAbstract =" false" >
439
- </toolChain >
440
- </folderInfo >
441
- <folderInfo
442
- exclude =" true"
443
- resourcePath =" libraries/?*/**/test*/**" >
444
- <toolChain
445
- id =" io.sloeber.core.toolChain3"
446
- isAbstract =" false" >
447
- </toolChain >
448
- </folderInfo >
449
- <folderInfo
450
- exclude =" true"
451
- resourcePath =" libraries/?*/**/third-party/**" >
452
- <toolChain
453
- id =" io.sloeber.core.toolChain4"
454
- isAbstract =" false" >
455
- </toolChain >
456
- </folderInfo >
457
- <folderInfo
458
- exclude =" true"
459
- resourcePath =" libraries/**/._*" >
460
- <toolChain
461
- id =" io.sloeber.core.toolChain5"
462
- isAbstract =" false" >
463
- </toolChain >
464
- </folderInfo >
465
- <folderInfo
466
- exclude =" true"
467
- resourcePath =" libraries/?*/utility/*/*" >
468
- <toolChain
469
- id =" io.sloeber.core.toolChain6"
470
- isAbstract =" false" >
471
- </toolChain >
472
- </folderInfo >
473
411
</configuration >
474
412
</projectType >
475
413
Original file line number Diff line number Diff line change 396
396
</commandParameter >
397
397
</command >
398
398
</extension >
399
+
400
+ <!-- Definition to know if the active perspective is Arduino -->
401
+ <extension point =" org.eclipse.core.expressions.definitions" >
402
+ <definition id =" io.sloeber.definition.isArduinoPerspective" >
403
+ <with variable =" activeWorkbenchWindow.activePerspective" >
404
+ <or >
405
+ <equals
406
+ value =" io.sloeber.application.perspective" >
407
+ </equals >
408
+ <equals
409
+ value =" org.eclipse.cdt.ui.CPerspective" >
410
+ </equals ></or >
411
+ </with >
412
+ </definition >
413
+ </extension >
414
+
415
+
399
416
<extension
400
417
point =" org.eclipse.ui.menus" >
401
418
<menuContribution
You can’t perform that action at this time.
0 commit comments