Re: Help extending subclipse
Stephen Elsemore <[email protected]> Thu, 11 Feb 2016 21:14:15 +0000
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <CANtm4Esb9Zq7MJwBXo_NWkS0HGAQKTi1s=2uY4g_0DFkF9+MxQ@mail.gmail.com> |
------=_Part_12958_1332761199.1455225260169 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On Thu, Feb 11, 2016 at 8:43 PM, Mark Phippard <[email protected]> wrote: > Correct me if I am wrong, but for any plugin to provide Extensions points > they have to be specified in the plugin.xml of the plugin. So you would > want to look at the subclipse.ui and subclipse.core plugins to see what > extensions points exist and go from there. > > Mark > The org.tigris.subversion.subclipse.ui.commitDialogToolBarActions extension point lets you add custom actions to the commit dialog toolbar. But I don't know that it would do you much good because your action won't have any context by which to know what files are being committed. ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3159905 To unsubscribe from this discussion, e-mail: [[email protected]]. ------=_Part_12958_1332761199.1455225260169 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">= On Thu, Feb 11, 2016 at 8:43 PM, Mark Phippard <span dir=3D"ltr"><<a hre= f=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a>>= ;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 = .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr">Correct = me if I am wrong, but for any plugin to provide Extensions points they have= to be specified in the plugin.xml of the plugin. So you would want to look= at the subclipse.ui and subclipse.core plugins to see what extensions poin= ts exist and go from there.<div><br></div><div>Mark</div></div></blockquote= ></div><br>The org.tigris.subversion.subclipse.ui.commitDialogToolBarAction= s extension point lets you add custom actions to the commit dialog toolbar.= =C2=A0 But I don't know that it would do you much good because your act= ion won't have any context by which to know what files are being commit= ted.</div></div> ------=_Part_12958_1332761199.1455225260169--