Re: Help extending subclipse
Brunoais <[email protected]> Thu, 11 Feb 2016 20:39:19 +0000
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_12910_1723395547.1455223179325 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I understand. Where can I find or how can I find the extension points that exist=20 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=20 > 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 the= m > when some need arises. Use cases like the one you present are not anythin= g > we are really trying to solve. > > > > Mark > > > > On Thu, Feb 11, 2016 at 10:17 AM, Brunoais <brunoaiss at gmail dot=20 > 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). Tha= t > > 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 > > > > --------------------=E2=80=8B-------------------- =E2=80=8B -----------= --- > > > >=20 > <http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=3D1047&dsMessage= Id=3D3159874>http://subclipse.tig=20 > =E2=80=8Bris.org/ds/viewMessa=E2=80=8B ge.do?dsForumId=3D1047=E2=80=8B&ds= MessageId=3D315=E2=80=8B9874 > > > > To unsubscribe from this discussion, e-mail: [ > > users-unsubscribe@su=E2=80=8Bbclipse.tigris.org]. =E2=80=8B > > ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=3D1047&dsMessageId= =3D3159901 To unsubscribe from this discussion, e-mail: [[email protected]= igris.org]. ------=_Part_12910_1723395547.1455223179325 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <html> <head> <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type= "> </head> <body bgcolor=3D"#FFFFFF" text=3D"#000000"> I understand.<br> Where can I find or how can I find the extension points that exist currently?<br> <br> <div class=3D"moz-cite-prefix">On 11-02-2016 10:33, Mark Phippard wrote:<br> </div> <blockquote cite=3D"mid:[email protected]" type=3D"cite"> <meta http-equiv=3D"content-type" content=3D"text/html; charset=3Dutf= -8"> Not sure I understand what you want to do, but why not hook into the server<br> to create file when commit happens? Or do something asynchronous that<br> polls using svn log -v to get the output?<br> <br> We have not really built Subclipse with a lot of extension points. There<br> might be one that exists that you could use but we generally only add them<br> when some need arises. Use cases like the one you present are not anything<br> we are really trying to solve.<br> <br> <br> <br> Mark<br> <br> <br> <br> On Thu, Feb 11, 2016 at 10:17 AM, Brunoais <brunoaiss at gmail dot com> wrote:<br> <br> > hi,<br> ><br> > I want to make a plugin to the subclipse.<br> > Broadly speaking, it would work like this:<br> ><br> > When the commit dialog appears, below the , I want to add a file browse<br> > window that allows to choose a file location in the filesystem.<br> ><br> > For that file, I want to create a listing (full file path) of all the<br> > files that are being committed (additions, editions and deletions). That<br> > record is made only when the commit is issued, no need to do it before<br> > that.<br> ><br> > I also want to associate the file to where it is stored and the message<br> > written in the commit messages list, but that's for later.<br> ><br> > For starters, I need to know to which extension points should I attach<br> > my code to and which dependencies will my code need. Are you able to<br> > help me? Anything is welcome.<br> ><br> > Thanks in advance<br> ><br> > <span class=3D"zwsp">--------------------=E2=80=8B--------------= ------ =E2=80=8B --------------</span><br> ><br> > <a moz-do-not-send=3D"true" href=3D"http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=3D1047&= dsMessageId=3D3159874"><span class=3D"zwsp"></span></a><a moz-do-not-send=3D"true" class=3D"moz-txt-link-freetext" href=3D"http://subclipse.tig%E2%80%8Bris.org/ds/viewMessa%E2%80%8B"= >http://subclipse.tig =E2=80=8Bris.org/ds/viewMessa=E2=80=8B</a> ge.do?dsForumId=3D1047=E2=80=8B&dsMessageId=3D315=E2=80=8B9874<br= > ><br> > To unsubscribe from this discussion, e-mail: [<br> > <span class=3D"zwsp">users-unsubscribe@su=E2=80=8Bbclipse.tigris= .org]. =E2=80=8B</span><br> > </blockquote> <br> </body> </html> ------=_Part_12910_1723395547.1455223179325--