EgorKulikov / idea-chelper

Automatically exported from code.google.com/p/idea-chelper
112 stars 59 forks source link

Not working for hacker rank with chrome extension #41

Closed shankyty closed 6 years ago

shankyty commented 7 years ago

Since hacker rank dom is updated exsiting parser fails to parse contest name.

shankyty commented 7 years ago

https://github.com/EgorKulikov/idea-chelper/pull/42

shankyty commented 7 years ago

Please merge pr so can use plugin offically disted on repos

satahippy commented 7 years ago

Guys, any updates?

shankyty commented 7 years ago

Its already merged

satahippy commented 7 years ago

Yeah, but what about #45 ?

Arpit0492 commented 7 years ago

does anyone care to specify install instructions for this extension, I have tried but didn't work out.

shankyty commented 7 years ago

Not merged. Go through https://www.jetbrains.com/help/idea/plugin-development-guidelines.html, import this project as plugin project, create zip. Then install it in plugins from disk in under plugin section.

satahippy commented 7 years ago

@Arpit0492 I used IDEA plugin installer (from settings). The plugin has installed successfully, but I'm not able to use it for hackerrank.

shankyty commented 7 years ago

@satahippy let me check this, which branch are you working on?

satahippy commented 7 years ago

@shankyty I'm using the plugin from IDEA plugins repository (version 4.1.10). Here it is: CHelper 4.1.10.

Arpit0492 commented 7 years ago

Its working for Codeforces - (single and contest parsing) for Codechef and hackerearth (Single problem parsing only) but there is no response for HackerRank problem parsing(not even for single problems) @EgorKulikov

jmerle commented 6 years ago

I fixed this issue for myself with a userscript which adds support for custom parsers: https://github.com/jmerle/chelper-custom-parsers

EdNgulele commented 6 years ago

It works. Thank you so much!!! @jmerle