am Novice in plugin programming .tell where to start from Permanently deleted user Created February 15, 2005 15:29 i am new to plugin programming..i have developed scientific calculator in swings and i want to use it as plugin..can u help in dis regard
Hello nishant,
n> i am new to plugin programming..i have developed scientific
n> calculator in swings and i want to use it as plugin..can u help in
n> dis regard
Start here:
http://www.intellij.org/twiki/bin/view/Main/PluginDevelopmentHowTo
Thanks!
--
Alexey Efimov, Java Developer
Tops BI
http://www.topsbi.ru
nishant
>I have developed scientific calculator in swings and i want to use it as plugin..can u help in dis regard
>
If you just want to place it in a tool panel, you could modify this
plugin code:
http://www.intellij.org/twiki/bin/view/Main/ColorChooserPlugin
It's a ready-to-run DevKit project, so you just have to unzip, open and run.
Alain