Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

mukel's blog

By mukel, 11 years ago, In English

After seeing CHelper plugin in action, I decided to write a clone for Eclipse (now for Java, maybe C++ later); but soon I realize that Eclipse JDT API is verbose and overcomplicated for a beginner. I have already implemented a rude "Inline Code" function that works fine (JDT API isn't evil after all) but I still have problems with Eclipse integration. If there is someone interested (maybe with some Eclipse plugin development experience, but not a must), please leave a comment, innovative ideas are also appreciated. I will submit the code to GitHub as soon as I make some cleanup.

  • Vote: I like it
  • +12
  • Vote: I do not like it

| Write comment?
»
11 years ago, # |
  Vote: I like it +1 Vote: I do not like it

looking fwd to it. I'd like to help. One question: How do you obtain the test cases for each contest? Is there an API around?

»
10 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I'm very interested, please submit it on Github so we can help you :)

»
10 years ago, # |
  Vote: I like it +5 Vote: I do not like it

How is it going with plugin?

»
10 years ago, # |
  Vote: I like it 0 Vote: I do not like it

It's great! I am looking forward for github repository.

»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

hey mukel, have you been able to write the plugin??