Compatible with CLion
What’s New
Fixed the problem with highlight color polluting global color scheme.
Fixed an overzealous assert that fired when no project was detected.
===
2.6:
Upgraded to CLion 2023.1.
===
2.5:
Support SYCL compilation with ICX compiler.
(Not local preprocessing, though, sorry. The method of "integration header" that they chose preculdes that.)
Few small bug fixes.
===
2.4:
Added support for CUDA compilation. Will now show both host and device assembler output.
Added support for more C++ variants, such as Circle and OpenCL compilation.
Added support for remote libraries.
Emulate terminal colors when showing compiler stdout and stderr.
More big fixes.
===
2.3:
More fixes for compatibility issues.
===
2.2:
Addressed several compatibility issues from plugin review.
Some bug fixes and small improvements.
===
2.1:
Bug fixes and small improvements.
===
2.0:
Added editor tabs that show varios stages of the compilation pipeline.
Added the ability to show line numbers and byte offsets.
Updated tool window icons to conform to IntelliJ UI guidelines.
Moved highlight color setting to editor color scheme.
Implemented code folding.
===
1.21:
Added the missing "library functions" filter.
Added the missing "link to binary" output toggle.
Added the missing "execute the code" functionality.
Print opcodes when present (when disassembling the binary code).
Added an "options" button, otherwise the options are not accessible in remote running (such as WSL).
===
1.20:
Updated to CLion 2022.3.3.
Fixed several small bugs.
===
1.19:
Remote toolchain support.
Updated to CLion 2022.3.2.
Contributed by Boris Yakuboff.
===
1.18:
Updated to CLion 2021.1.
===
1.17:
Fixed line breaks in some tooltips.
Stopped using the remote compiler's "exe" property.
===
1.16:
Fixed a problem of missing executorRequest parameter.
Added a privacy notification about using localhost URL by default, which shows up on first start.
Updated to CLion 2020.1.
===
1.15:
Added a feature to ignore certain compiler switches, configured on the Settings page.
===
1.14:
Updated to work with CLion 2019.1.
===
1.13:
Fixed NullPointerException when using public server godbolt.org.
===
1.12:
Upgraded to CLion 2018.3.
Show a sorted list of sources in the drop down box.
===
1.11:
Small bug fix in local preprocessor.
Better cleanup in remote compiler invocation.
===
1.10:
Added a selection of the highligh color.
Added a selection of the autoupdate delay.
Improve responsiveness to a cancel during remote compilation.
Renamed several classes to reduce a chance of conflict with other plugins.
===
1.9:
Track source selection changes, in addition to caret changes, for highlighting.
Fix plugin icon to show always, even before first use.
Fix occasional assertion that highlighted range not found.
===
1.8:
Added "Shorten Templates" feature.
Improved local to remote compiler matching heuristics.
===
1.7:
Fixed several minor bugs.
===
1.6:
Fixed several bugs.
===
1.5:
Added source line highlighing.
Added scrolling to/from source.
Jul 15, 2023
Version 2.7
Adam Getchell
06.10.2020This seems like it would be great!
However, there are no directions on how to configure and use the plug-in, once you install it.
I've opened an issue with the author in the plug-in's repository.
https://github.com/ogrebenyuk/compilerexplorer/issues/13