Active Power Mode for IDEA
Hey guys.
Currently the Atom plugin Active Power Mode is very popular in github and amazing me, so I wanna implement it for IDEA.but I met troubles.
I was going through extensioning editor's UI and override the methed which look like draw(Canvas canvs) of some class,but I can't not find the specical class to extension.
Is there any way I can implement the effect?
Please help me.
Thands.
Please sign in to leave a comment.
Haha. I registered here, to ask almost the same question. Can you share your code? I really wanna help you. But I even didn't start. I registered here to ask about actions. I didn't find any good tutorial. Can I help you somehow? Let's try together :)
Sure, I'm still trying to solve the problem now.Waiting for my good news and some useful advice from other man.
Share you github repo, as soon as it will be ready, I wanna speed up the development
https://github.com/cauchywei/IdeaActivePowerMode here. but it is empty now.
I hope you guys succeed! Added github page to bookmarks :)
also started to do one:
https://github.com/baptistemesta/power-mode-intellij-plugin
for now it display a pink square on the cursor.... if I have time i'll continue to do it.
I'm trying to do this stuff too :D
Even more, I almost done, gonna upload my sources soon (need some optimisation and refactoring)
Check it out:
https://github.com/DarthSaracen/power-idea
Animation is ready, but I have a lot of problems with editor shaking and sprites color. Can anyone suggest? : )