Skip to content

Commit d299878

Browse files
Fixed line breaks in plugin.xml
1 parent e965555 commit d299878

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

META-INF/plugin.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin version="2">
22
<id>io.github.francoiscambell.clionarduinoplugin</id>
33
<name>CLion Arduino</name>
4-
<version>1.0.1</version>
4+
<version>1.0.2</version>
55
<vendor email="" url="https://github.com/francoiscampbell/CLionArduinoPlugin">Francois Campbell</vendor>
66

77
<description><![CDATA[
@@ -10,14 +10,16 @@
1010
1111
<a href="https://github.com/francoiscampbell/CLionArduinoPlugin">GitHub</a> |
1212
<a href="https://github.com/francoiscampbell/CLionArduinoPlugin/issues">Issues</a>
13-
13+
<br>
1414
<br>
1515
1616
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>
1717
project from queezythegreat.
1818
<br>
19+
<br>
1920
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.
2021
<br>
22+
<br>
2123
Future features are to add menu option to easily change the board type, port number, etc.
2224
]]></description>
2325

0 commit comments

Comments
 (0)