From 295aeaa08b9fef343966e73b7d490c85fc3fdb15 Mon Sep 17 00:00:00 2001 From: Francois Campbell Date: Tue, 4 Aug 2015 21:40:08 -0400 Subject: [PATCH] Typo in plugin.xml --- META-INF/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 62c1678..c5c5738 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -13,7 +13,7 @@
- This is a plugin to enable Arduino-CMake integration into CLion. It uses the amazing Arduino CMake + This is a plugin to enable Arduino CMake integration into CLion. It uses the amazing Arduino CMake project from queezythegreat.
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.