forked from rjuang/CLionArduinoPlugin
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change code to use command argument class
- Loading branch information
Showing
9 changed files
with
260 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<name>Arduino Support</name> | ||
<vendor email="[email protected]" url="https://github.com/vsch">Vladimir Schneider</vendor> | ||
|
||
<version>1.5.31</version> | ||
<version>1.5.33</version> | ||
<depends>com.intellij.modules.clion</depends> | ||
<idea-version since-build="201.6668.113"/> | ||
|
||
|
@@ -52,8 +52,10 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<h3>1.5.32</h3> | ||
<h3>1.5.34</h3> | ||
<ul> | ||
<li>Fix: refactor cmake AST command with <code>CommandArgument</code> class to encapsulate the value and | ||
leading spaces instead of lugging around two separate lists.</li> | ||
<li>Fix: improve toolchain file path error and info messages</li> | ||
<li>Fix: revert macro name for <code>_SRCS</code> and <code>_HRDS</code> to be resolved, with arguments to remain | ||
unresolved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.