[Pydev-users] [pydev - Users] RE: Extending PydDev

2009-04-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7219099 By: gotatpe I'will make a try. Many thanks for your time! Regards, Attila __ You are receiving this email because you elected to mo

[Pydev-users] [pydev - Users] RE: Extending PydDev

2009-04-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7219037 By: fabioz I've checked and none of the templates seem suitable... Just create a new plugin (file > new > plugin project) and create a new one without using any of the templates. You don't have to use

[Pydev-users] [pydev - Users] RE: Extending PydDev

2009-04-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7219012 By: gotatpe Mustn't use any extension point from PyDev? When I'm creating a plugin (I'm using Eclipse 3.4.1) there are a lot of plugin types to choose between. Which one is most suitable for this? Re

[Pydev-users] [pydev - Users] RE: Extending PydDev

2009-04-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7218933 By: fabioz You can create a plugin that depends on Pydev (and has just that wizard) and distribute that plugin. You can base yourself on the wizard that Pydev provides to create your own (should be pr

[Pydev-users] [pydev - Users] RE: Extending PydDev

2009-04-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7218871 By: gotatpe Hi Fabio, I would like to skip setting other thing that PyDev project name; all other settings are the same. How can I pack/distribute a customized wizzard to a lot of users? Cheers, Att

[Pydev-users] [pydev - Users] RE: Extending PydDev

2009-04-18 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7218182 By: fabioz What exactly would you like to simplify? You could create your own wizards that did the things you wanted... Take a look at org.python.pydev.ui.wizards.project.PythonProjectWizard Cheers,