Skip to content

Commit a1f5c4c

Browse files
Fixed plugin description and README
1 parent 8140f1e commit a1f5c4c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

META-INF/plugin.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
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>
17-
project from queezythegreat. The current features are to convert a default CLion project into an Arduino-CMake one, and to create new sketch files.
17+
project from queezythegreat.
1818
<br>
19-
When CLion adds the ability to hook into project creation directly, I will be able to make it selectable,
20-
but for now, we're stuck with having to create a new CLion project and then convert it.
19+
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.
2120
<br>
2221
Future features are to add menu option to easily change the board type, port number, etc.
2322
]]></description>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a JetBrains CLion plugin that integrates [Arduino CMake](https://github.com/queezythegreat/arduino-cmake) into the IDE.
44

5-
The current features are to convert a default CLion project into an Arduino-CMake one, 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, but for now, we're stuck with having to create a new CLion project and then convert it.
5+
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.
66

77
Future features are to add menu option to easily change the board type, port number, etc.
88

0 commit comments

Comments
 (0)