I would really appreciate any new ideas of what new features to add
I would also appreciate donations: Yandex.Money, PayPal
4.0.8
Starting from this version every version would spent about 2 weeks in beta (of course exceptions may be made for changes of format of popular sites). Beta version can be accessed here or through IntelliJ Idea plugin repository (named CHelper Beta)
Static imports should work now. Also throws clauses are now correctly preserved
Some sites changed formats, that's will get fixed shortly
4.0.6
Fix for TopCoder. Unfortunately Strings and String arrays were not processed correctly
4.0.5
A couple more builds of bug fixes. Also output directory no longer needed to be source directory
4.0.3
2 versions released in quick succession. Initializers should now work. There should not be weird imports now. EOlymp is disabled until someone will fix parsing
4.0.1
As expected there was couple of bugs, namely parametrized classes were not correctly processed. Also we cannot really remove constructors even if they are not used as some final fields may be not initialized. On the other hand, super methods are not really needed unless explicitly called, so they are not added now, and Override annotations are removed
4.0.0
New major version is released. Main change is significant speed up of code generation. You can now use heavy libraries like Apache Commons Math without idea hanging up. Remember, TopCoder do not allow to use code written by others
Also CodeChef parser moved from Idea to Chrome plugin as it is not working from Idea. Remember to reenable Chrome plugin after update.
Please note that there were limited amount of testing, update with care