unneon/icie

Customize Project Direcotry

theMasix opened this issue · 3 comments

Hello. Thanks for you awesome extension.

In Setting and Project Directory path, I want to add some customization on where the extension should create a directory.
For example I want extension to create directory in ~/Codeforces/$(RoundNumber or ContestNumber)/$(ProblemGroup)-$(ProblemName).
Where ContestNumber may be something like: 1296. ProblemGroup be C and ProblemName be Yet Another Walking Robot for this question.
So How could I do it?
Thanks for your response.

Right now if you set the project folder to ~/Codeforces (Ctrl,, Extensions, ICIE, "Dir: Project Directory") and open the contest, the extension will create the project at ~/Codeforces/codeforces-round-617-div-3/C-yet-another-walking-robot, which is pretty close. I do not plan on making this more customizable than it is now.

So what about individual tests... tests that are not in a contest (that opens with Ctrl + F11)? Can I make a parent ContestName directory for it?

If you want to open a single task but with a contest directory, why not open the entire contest instead?