SingleFileExecutionPlugin icon indicating copy to clipboard operation
SingleFileExecutionPlugin copied to clipboard

Single File Execution Plugin is a plugin for CLion (C/C++ IDE on IntelliJ platform provided by Jetbrain).

Results 11 SingleFileExecutionPlugin issues
Sort by recently updated
recently updated
newest added

I created a .cpp on my desk, and edit it with CLion, then I right clicked the eidtor and chose "add executable for..." then the alarming "Fail to access the...

As the title suggests, there is no executable I could select after clicking on "add executable"

Many competitive programmers use CLion for compiling single files. I have also installed "Single file execution" plugin and I am able to run single .cpp files with ease by adding...

When the plugin is used to add a single file to the CMakeLists.txt file, it doesn't look too closely at the filename. This has as one of its effects that...

I installed the plugin, went into a cpp file, right-clicked and chose "Add executable for a single c/cpp file". Indeed the following line was added into my CMakeLists.txt file: add_executable(hello...

Hi, this could seem like a big pull request. But I just let IntelliJ inspect the code and update the syntax to Java 1.8. Most important I edited SingleFileExecutionAction so,...

When I work on subdirectory the plugin will add the add_executable on root CMakeLists.txt instead of on the current one. The file is still executable and that is kinda messy

I have two .cpp file in my directory ,,and as i would do in codeblock both of them got code in it,,as well as main function,, how do i switch...

Thank you very much for your great plugin and it is just what I need for this IDE. Now I uninstalled my devcpp and I can use Clion on my...

Thanks , your plugin very nice。 Can your add a new feature that It can automatically run ‘add_executable ...’ action when It detected main function?