Move debug/release changer to the combobox with run configurations.
0.14
Update Chelper dependency to support Competitive companion extension.
0.12
Support CLion 2017.1: fix detecting pragma once
0.11
Support CLion 2016.3.2: return back to changing only settings for testrunner
0.10
Support CLion 2016.3
Switch configuration now changes global setting AND setting for testrunner
Rewrite task saving so that random exceptions are not thrown
0.9.2
Support AtCoder and CodeAcademy parsers
0.9
Now includes inlined when they point to inside project (not when they are in quotes as before)
0.8.4
Turned off code elimination by default. Pleas revise your settings
0.8.2
Add hackerearth parser
0.8
Support for "local regex" input type. Note you should configure the project before using it
0.7
It's now possible to uncheck "Known answer?" in test editing dialog. In that case output will not be checked
CHelper updated
Compatibility of run.template is broken. In order to fix compilation you need to delete (or move) run.template in root directory of your project and then re-apply your changes, if any. It should be done even if you didn't customize the template
0.6.2
Update CHelper:
Kattis support
Move Codechef parser to Chrome.
Code reformatting in submission file.
0.6.1
Automatically open tasks parsed from Chrome
0.6
Possibility to delete several tasks faster (after deletion some configuration gets selected)
Possibility to switch between debug and release with ComboBox on toolbar (affects only testrunner configuration)
0.5.6
Updated CHelper to 3.94 (Fixed hackerrank parser)
Rewrite test dialog (now esc close it without saving and Ctrl+Enter - saves and exit)
0.5.5
Compatibility with current EAP (141.102.4)
Fixed exception on task editing
0.5.4
Editing test now don't throw exceptions on each save
0.5.3
Possibility to remove tasks
0.5.2
It's now possible to turn off code elimination completely
Default custom filename for output is now "output.txt"
Fixed project reloading on task creation
0.5.1
Fixed run.template to really skip unchecked tests
0.5
It's now possible to uncheck some tests so that solution is not run on them
compiability of run.template broken. In order to fix compilation you need to delete (or move) run.template in root directory of your project and then re-apply your changes, if any. It should be done even if you didn't customize the template