Some screenshots:
Current version is 2.33
Let's try again. I had rewrote from scratch plug-in for IntelliJ Idea (that have free community edition, btw) which is designed to do the following:
1. Tests on all entered tests with one click
2. Inlines files from your library to your source code (inlucding removing of unused code)
3. Generates unit tests for your library based on entered tests.
First version seemed to be not very popular due to complexity of set up - special project, need of click "Run Task" each time before submit, etc.
In new version all this was fixed and, as a bonus, you can now create tasks for whole Codeforces contest (including sample tests already entered for you) by entering contest id.
That's all. Thank you for your time. Should you encounter any problem/bug using this plug-in please post comments to this entry insteam of sending me PM - that should help other people with same issues
I cannot create a task as shown in the screenshots ,neither can I include the action buttons on the toolbar.I am now discussing what all I did:
1)I copied the plugin to "C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 10.5.2\config\plugins".There was no config folder so I created it.
2)Next I included it in the class path as you said.
3)I then copied the config file to the project's directory.
Please tell me how to do it.
Right cLick on the toolbar->customize menu and toolbar->NO OPTION TO ADD !!!
is this a [.properties] file problem?
When I click on the new task button on the toolbar it does not generate a new task.
Here's my config file:
inputClass = java.util.Scanner
outputClass = java.io.PrintWriter
excludePackages = java.,javax.,com.sun.
outputDirectory = out
author = codeKNIGHT
archiveDirectory = archive/unsorted
defaultDirectory = src/DataStructures
topcoderDirectory = topcoder
testDirectory = lib/test
enableUnitTests = false
As I said its almost Ok.Here are the problems I face(I dont know if its only me):
1) There is no option to add topcoder tasks,codechef task icons to add to toolbar. You can see scrrenshot here.
2)When I tested codeforces contest127 task A it gave me WA in IntelliJ saying "Mismatch at index 0" although I got it accepted when I submitted it.Is it because of the decimal points??Here 's my solution
In Div 2. B the second sample case it generated was: ++++[>,.<-]
Please rectify it as it may occur in future contest too...