-
Notifications
You must be signed in to change notification settings - Fork 31
Changelog
Alexey Dmitriev edited this page Jul 4, 2015
·
39 revisions
- 0.6.2
- Update CHelper:
- Kattis support
- Move Codechef parser to Chrome.
- Update CHelper:
- 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
- Parsers from CHelper Chrome extension supported
- 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