Skip to content

Commit

Permalink
Fixed line breaks in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Aug 5, 2015
1 parent e965555 commit d299878
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>io.github.francoiscambell.clionarduinoplugin</id>
<name>CLion Arduino</name>
<version>1.0.1</version>
<version>1.0.2</version>
<vendor email="" url="https://github.com/francoiscampbell/CLionArduinoPlugin">Francois Campbell</vendor>

<description><![CDATA[
Expand All @@ -10,14 +10,16 @@
<a href="https://github.com/francoiscampbell/CLionArduinoPlugin">GitHub</a> |
<a href="https://github.com/francoiscampbell/CLionArduinoPlugin/issues">Issues</a>
<br>
<br>
This is a plugin to enable Arduino CMake integration into CLion. It uses the amazing <a href="https://github.com/queezythegreat/arduino-cmake">Arduino CMake</a>
project from queezythegreat.
<br>
<br>
The current features are to convert a default CLion project into an Arduino CMake one in one click, and to create new sketch files. When CLion adds the ability to hook into project creation directly, I will be able to make it selectable at project creation time, but for now, we're stuck with having to create a new CLion project and then convert it.
<br>
<br>
Future features are to add menu option to easily change the board type, port number, etc.
]]></description>

Expand Down

0 comments on commit d299878

Please sign in to comment.