idea-chelper icon indicating copy to clipboard operation
idea-chelper copied to clipboard

Automatically exported from code.google.com/p/idea-chelper

Results 23 idea-chelper issues
Sort by recently updated
recently updated
newest added

While I was working on JHelper I thought it will be great if we can switch CHelper to grade as well so that it becomes easy to build and set...

I tried changing the jdk of my Chelper Project to one of the recent versions of the java jdk, and I am getting an error saying that Cojac IIlegal-Argument Exception,...

Hi @EgorKulikov , I have encountered some problems with libraries while setting a new project. e.g. CHelper itself and its dependencies weren't added automatically. ``` Error: Could not find or...

![errorinfo2](https://user-images.githubusercontent.com/57640503/87276738-9512dc80-c4fe-11ea-8e47-5737b261d8fb.PNG) Hi, So i installed CHelper ,configured it well.Then ran it,problem statements and respective input output files were generated.I coded a problem wrong intentionally but it still showed "All successfully...

I defined an interface: ``` private interface Dfs { void go(ArrayList x, int u); } ``` I define the implementation as anonymous class inside main. And I use that interface...

I have the following idea. It would be great if we can import classes from different projects. This will help keep the library-related code in a different project and we...

It would be really helpful and convenient if the URL of the problem is added as an attribute of the JSON file generated for a task. It would make it...

CHelper: Unable to parse task from codechef

Is it possible to provide an interface to tweak the generated the template?

Hi @EgorKulikov , Do you consider applying Gradle structure to CHelper? Here I make a few quick changes that possibly make the development and deployment processes a little bit more...