Skip to content

Commit

Permalink
Fixed plugin description and README
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Aug 5, 2015
1 parent 8140f1e commit a1f5c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
<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. The current features are to convert a default CLion project into an Arduino-CMake one, and to create new sketch files.
project from queezythegreat.
<br>
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.
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>
Future features are to add menu option to easily change the board type, port number, etc.
]]></description>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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.
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.

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

Expand Down

0 comments on commit a1f5c4c

Please sign in to comment.