CLionArduinoPlugin icon indicating copy to clipboard operation
CLionArduinoPlugin copied to clipboard

A plugin for CLion that enables arduino-cmake integration.

Results 34 CLionArduinoPlugin issues
Sort by recently updated
recently updated
newest added

Hello, After upgrading to CLion 3.2, the 'New Arduino Sketch Project' on welcome page does not work, where as in CLion 3.1 before upgrading, there should be a pop-up window...

I just installed the plugin in through CLion. I see the option for "New Arduino Sketch Project" on the opening page, however selecting that option does nothing. No pop up...

CLion 2016.2.2, cloned the repo, Configure -> Plugins -> Install plugin from disk select ~/CLionArduinoPlugin/lib/commons-io-2.4.jar "ERROR: Fail to load plugin descriptor from file commons-io-2.4.jar" The same issu with the zip...

Hello all, I'm getting this error when trying to compile a simple project. Does anybody of you got it before? **LOG** /Applications/CLion.app/Contents/bin/cmake/bin/cmake --build /Users/raulgotor/Library/Caches/CLion12/cmake/generated/3bc8a824/3bc8a824/Debug --target untitled3-size -- -j 4 [...

This change updates code to utilize the API in CLion 2016.3.2. Because NewCMakeProjectStepAdapter was deprecated, this change adds a new class to replace the adapter. It makes use of a...

For user installed libraries I have not found how to get it to work. I have included link_directories(/Users/trailcode/Documents/Arduino/libraries) but it does not find the required libraries. If I copy the...

Invocation of "New Arduino Scetch Project" returns the following exception: com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter java.lang.NoClassDefFoundError: com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter at io.github.francoiscambell.clionarduinoplugin.actions.NewArduinoProject.actionPerformed(NewArduinoProject.java:26) at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:216) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:233) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.a(ActionMenuItem.java:310) at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:911) at com.intellij.openapi.wm.impl.IdeFocusManagerImpl.runOnOwnContext(IdeFocusManagerImpl.java:136) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:300) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) at...

When I try creating New Arduino Sketch Project, I get the following error and the plugin crashes: ``` com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter java.lang.NoClassDefFoundError: com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter at io.github.francoiscambell.clionarduinoplugin.actions.NewArduinoProject.actionPerformed(NewArduinoProject.java:26) at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:216) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:233) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.a(ActionMenuItem.java:310) at...

I got this problem in CLion 2017.1 EAP. I installed plugin, restarted ide, waited for background processes to finish and selected New Arduino Sketch Project from menu. CLion 2017.1 EAP...

After upgrading to the latest CLion 2016.3.2 and installing the CLionArduinoPlugin 1.2.3 the IDE no longer finds the Arduino.h, i.e. it displays Arduino.h not found. Inbuilt Arduino specific functions like...