Hey folks,
I develop an eclipse plugin which is largely unrelated to Subversion.
However, we're adding our own actions / wizards, which (if we detect
subclipse is present) bascially do a simplified use case, e.g. adding a
project to svn, creating a "stable release" tag, checking out a project
into the workspace etc.
Our actions invoke subclipse wizards as subroutines. The subclipse
wizards are basically fine for our purposes, except for one thing, we'd
like to be able to configure the widget defaults on the various pages,
preferably in a way which works with future versions of subclipse.
An example is in SharingWizard, which adds a project to svn. By default
the wizard uses the project name as the default repository location.
However, we would like to promote a different repository convention,
where a new project is committed at location <projectName>/trunk. So,
I'd like to do this by calling public methods on SharingWizard to set
this as the default value in the relevant wizard page.
I've currently got this working by an extreme hack which I won't bore
you with, but it would be nice if it were "officially" supported across
the subclipse wizard set
cheers,
josh
Josh Singer
Software Engineer
Network Management Technology Group
josinger_at_cisco.com
Cisco Systems (Scotland) Limited
Trilogy 1, Trilogy Business Park
11 Woodhall, Eurocentral
Motherwell
ML1 4YT
Cisco home page <http://www.cisco.com/>
Think before you print.
This e-mail may contain confidential and privileged material for the
sole use of the intended recipient. Any review, use, distribution or
disclosure by others is strictly prohibited. If you are not the intended
recipient (or authorized to receive for the recipient), please contact
the sender by reply e-mail and delete all copies of this message.
Cisco Systems (Scotland) Limited (Company Number: SC136888), is
registered in Scotland with its registered office at, Princes Exchange,
1 Earl Grey Street, Edinburgh EH3 9AQ
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2387835
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-08-27 12:49:35 CEST