Skip to content
Alexey Dmitriev edited this page Jun 13, 2020 · 39 revisions
  • 0.18
    • CopyAction now regenerates output file
  • 0.17.1
    • Technical update: switch to gradle
  • 0.17
    • Support for inline inlining for topcoder
  • 0.16.4
    • Support for WSL
  • 0.16.3
    • Support CLion 2020.1
  • 0.16.2
    • Support CLion 2019.1
  • 0.16
    • Auto switching to a file when changing task
    • Auto selecting task when changing a file
  • 0.15
    • Fixed running in newer CLion versions
    • 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
  • 0.4.2
    • Fixed compilation error with name.out output
  • 0.4.1
  • 0.4
    • Parsers added (Codeforces, Timus)
  • 0.3.1
    • Operators are not deleted.
  • 0.3
    • Supports multitests.
  • 0.2.5
    • UI: When you create a task, you should type name only once.
  • 0.2.4
    • "Copy Output" action.
    • Class files are opened automatically on task creation.
  • 0.2.3
    • Bug with deleted constructor of task class fixed.
  • 0.2.1
    • Autoreload of CMake project in CLion after every task creation.
  • 0.2
    • Possibility to add/edit tests
    • Possibility to create own templates
  • 0.1
    • First published version