How to implement a dropdown with available rake-tasks in RubyMine plugin?
Hi!
Could you please explain how to implement a dropdown with list of rake-tasks in RubyMine plugin? It's present in RubyMine in Run/Debug Configurations dialog when you create a Rake-task configuration (screenshot is attached).
I've traced that I should look into RakeRunConfigurationEditor and RunConfigurationUIUtil classes (thanks for java decompiler by the way!), but unfortunately somewhere the code is obfuscated, so it's not easy to understand how to use them.
Thank you!
Attachment(s):
Rake-task-list-dropdown.png
Please sign in to leave a comment.
Happily I have found the solution by myself! Below is the code for those, who may be interested :) Thanks again for Java decompiler, guys!))