mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 18:15:23 +02:00
Bug 480345 - Invalid values in Arduino project properties
Fix the enablement condition for ArduinoTargetPropertyPage. Change-Id: Ib9d69d2cf03733a4a21cd0173a1e342f2549efb9 Signed-off-by: Benjamin Cabé <benjamin@eclipse.org>
This commit is contained in:
parent
12acb6f54e
commit
31ef77b3b1
1 changed files with 7 additions and 5 deletions
|
@ -44,11 +44,13 @@
|
||||||
name="Arduino"
|
name="Arduino"
|
||||||
selectionFilter="single">
|
selectionFilter="single">
|
||||||
<enabledWhen>
|
<enabledWhen>
|
||||||
<test
|
<adapt type="org.eclipse.remote.core.IRemoteConnection">
|
||||||
forcePluginActivation="false"
|
<test
|
||||||
property="org.eclipse.cdt.arduino.ui.isArduinoRemote">
|
forcePluginActivation="false"
|
||||||
</test>
|
property="org.eclipse.cdt.arduino.ui.isArduinoRemote">
|
||||||
</enabledWhen>
|
</test>
|
||||||
|
</adapt>
|
||||||
|
</enabledWhen>
|
||||||
</page>
|
</page>
|
||||||
<page
|
<page
|
||||||
class="org.eclipse.cdt.arduino.ui.internal.project.LibrariesPropertyPage"
|
class="org.eclipse.cdt.arduino.ui.internal.project.LibrariesPropertyPage"
|
||||||
|
|
Loading…
Add table
Reference in a new issue