[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Help extending subclipse

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 11 Feb 2016 15:43:17 -0500

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

On Thu, Feb 11, 2016 at 3:39 PM, Brunoais <brunoaiss_at_gmail.com> wrote:

> I understand.
> Where can I find the extension points that exist currently?
>
> On 11-02-2016 10:33, Mark Phippard wrote:
>
> Not sure I understand what you want to do, but why not hook into the server
> to create file when commit happens? Or do something asynchronous that
> polls using svn log -v to get the output?
>
> We have not really built Subclipse with a lot of extension points. There
> might be one that exists that you could use but we generally only add them
> when some need arises. Use cases like the one you present are not anything
> we are really trying to solve.
>
>
>
> Mark
>
>
>
> On Thu, Feb 11, 2016 at 10:17 AM, Brunoais <brunoaiss at gmail dot com>
> wrote:
>
> > hi,
> >
> > I want to make a plugin to the subclipse.
> > Broadly speaking, it would work like this:
> >
> > When the commit dialog appears, below the , I want to add a file browse
> > window that allows to choose a file location in the filesystem.
> >
> > For that file, I want to create a listing (full file path) of all the
> > files that are being committed (additions, editions and deletions). That
> > record is made only when the commit is issued, no need to do it before
> > that.
> >
> > I also want to associate the file to where it is stored and the message
> > written in the commit messages list, but that's for later.
> >
> > For starters, I need to know to which extension points should I attach
> > my code to and which dependencies will my code need. Are you able to
> > help me? Anything is welcome.
> >
> > Thanks in advance
> >
> > --------------------​-------------------- ​ --------------
> >
> >
> <http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3159874>http://subclipse.tig
> ​ris.org/ds/viewMessa​
> <http://subclipse.tig%E2%80%8Bris.org/ds/viewMessa%E2%80%8B>
> ge.do?dsForumId=1047​&dsMessageId=315​9874
> >
> > To unsubscribe from this discussion, e-mail: [
> > users-unsubscribe_at_su​bclipse.tigris.org]. ​
> >
>
>
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3159902
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2016-02-11 21:43:26 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.