Блог пользователя mukel

Автор mukel, 11 лет назад, По-английски

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.

  • Проголосовать: нравится
  • +12
  • Проголосовать: не нравится

»
11 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
10 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

How is it going with plugin?

»
10 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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