Guys, very cool, realy cool!
Too easy to write own panel for intelliJ. Without documentation I just studied it for
one night and write a little JPanel for IntelliJ with IntelliJ style toolbar. It great rock
for developers :) I suppose.
Some throubles:
1. Expected mechanism to load file into editor. Just missing functionality. So, I think
too that EditSourceAction must be shared for Open API with method whose accept
DataContext with external File object.
2. Plugins are difficults to debug, and run. ActionManager.getInstance() not initialises
correctly if you try run plugin without IntelliJ. So to check work of plugin you must
shutdown IntelliJ (or open another one), make plugin jar file, put it into
directory and run IntelliJ again. If we have mistake in plugin IntelliJ will
throw Exceptions and maybe just halt.
3. I think what PsiManager and PsiFile also must be shared fo Open API.
4. Pluging's documnetation must be begin at concepts of plugins architectory in
IntelliJ.
Thanks, it's all by now.
Good Luck.
Alexey Efimov - Software Engineer
Sputnik Labs
1st Kolobovsky per., 6/3
Moscow, 103051, Russia
Phone: +7 (095) 7558406
Fax: +7 (095) 7558407
E-Mail: mailto:[EMAIL PROTECTED]
http://www.spklabs.com
