* jGit Eclipse Plugin Feature @ 2009-03-07 10:05 Robert Navarro 2009-03-07 10:58 ` Robin Rosenberg 2009-03-07 15:58 ` Tor Arne Vestbø 0 siblings, 2 replies; 6+ messages in thread From: Robert Navarro @ 2009-03-07 10:05 UTC (permalink / raw) To: git Hello, Sorry about my last "subscribe" email, skipped over this part in the wiki...."You don't even need to be subscribed to post, just send an email to: " Anyways.....I wasn't sure where to post this but I'll give it a shot here.....I know there is an eclipse jGit plugin in the works and I wanted to know if it would be possible to get a remember or recently used servers feature added to the push/pull feature. Ideas? Thoughts? Comments? -- ~Robert Navarro ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: jGit Eclipse Plugin Feature 2009-03-07 10:05 jGit Eclipse Plugin Feature Robert Navarro @ 2009-03-07 10:58 ` Robin Rosenberg 2009-03-07 15:58 ` Tor Arne Vestbø 1 sibling, 0 replies; 6+ messages in thread From: Robin Rosenberg @ 2009-03-07 10:58 UTC (permalink / raw) To: Robert Navarro; +Cc: git lördag 07 mars 2009 11:05:41 skrev Robert Navarro <crshman@gmail.com>: > Hello, > > Sorry about my last "subscribe" email, skipped over this part in the > wiki...."You don't even need to be subscribed to post, just send an > email to: " > > Anyways.....I wasn't sure where to post this but I'll give it a shot > here.....I know there is an eclipse jGit plugin in the works and I > wanted to know if it would be possible to get a remember or recently > used servers feature added to the push/pull feature. > > Ideas? Thoughts? Comments? This is not unreasonable, but we don't lack ideas. Time we lack. -- robin ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: jGit Eclipse Plugin Feature 2009-03-07 10:05 jGit Eclipse Plugin Feature Robert Navarro 2009-03-07 10:58 ` Robin Rosenberg @ 2009-03-07 15:58 ` Tor Arne Vestbø 2009-03-07 17:45 ` Robin Rosenberg 1 sibling, 1 reply; 6+ messages in thread From: Tor Arne Vestbø @ 2009-03-07 15:58 UTC (permalink / raw) To: Robert Navarro; +Cc: git Robert Navarro wrote: > Hello, > > Sorry about my last "subscribe" email, skipped over this part in the > wiki...."You don't even need to be subscribed to post, just send an > email to: " > > Anyways.....I wasn't sure where to post this but I'll give it a shot > here.....I know there is an eclipse jGit plugin in the works and I > wanted to know if it would be possible to get a remember or recently > used servers feature added to the push/pull feature. I have done some initial prototyping of a Remotes View. I'll see if I can bring that to life somehow. Tor Arne ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: jGit Eclipse Plugin Feature 2009-03-07 15:58 ` Tor Arne Vestbø @ 2009-03-07 17:45 ` Robin Rosenberg 2009-03-07 18:40 ` Tor Arne Vestbø 0 siblings, 1 reply; 6+ messages in thread From: Robin Rosenberg @ 2009-03-07 17:45 UTC (permalink / raw) To: Tor Arne Vestbø; +Cc: Robert Navarro, git lördag 07 mars 2009 16:58:47 skrev Tor Arne Vestbø <torarnv@gmail.com>: > Robert Navarro wrote: > > Hello, > > > > Sorry about my last "subscribe" email, skipped over this part in the > > wiki...."You don't even need to be subscribed to post, just send an > > email to: " > > > > Anyways.....I wasn't sure where to post this but I'll give it a shot > > here.....I know there is an eclipse jGit plugin in the works and I > > wanted to know if it would be possible to get a remember or recently > > used servers feature added to the push/pull feature. > > I have done some initial prototyping of a Remotes View. I'll see if I > can bring that to life somehow. I assumed the feature is about the push dialog. If we have a remotes view it'd be nice to see it there too. Where should it remembered? In the workspace or .git/config? -- robin ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: jGit Eclipse Plugin Feature 2009-03-07 17:45 ` Robin Rosenberg @ 2009-03-07 18:40 ` Tor Arne Vestbø 2009-03-07 20:19 ` Robert Navarro 0 siblings, 1 reply; 6+ messages in thread From: Tor Arne Vestbø @ 2009-03-07 18:40 UTC (permalink / raw) To: Robin Rosenberg; +Cc: Robert Navarro, git Robin Rosenberg wrote: > lördag 07 mars 2009 16:58:47 skrev Tor Arne Vestbø <torarnv@gmail.com>: >> Robert Navarro wrote: >>> Hello, >>> >>> Sorry about my last "subscribe" email, skipped over this part in the >>> wiki...."You don't even need to be subscribed to post, just send an >>> email to: " >>> >>> Anyways.....I wasn't sure where to post this but I'll give it a shot >>> here.....I know there is an eclipse jGit plugin in the works and I >>> wanted to know if it would be possible to get a remember or recently >>> used servers feature added to the push/pull feature. >> I have done some initial prototyping of a Remotes View. I'll see if I >> can bring that to life somehow. > > I assumed the feature is about the push dialog. If we have a remotes > view it'd be nice to see it there too. Yepp. I imagine something like a list of remotes, which can be referenced at any point a remote is needed, like the push dialog. Wizards that need a remote, can display the list of the existing remotes, with a "create new" option, which would launch the page from the "create new remote" wizard (similar to the "Add new CVS Repository" stuff). Something along those lines. > Where should it remembered? In the workspace or .git/config? Good question. Will need some thinking :) Tor Arne ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: jGit Eclipse Plugin Feature 2009-03-07 18:40 ` Tor Arne Vestbø @ 2009-03-07 20:19 ` Robert Navarro 0 siblings, 0 replies; 6+ messages in thread From: Robert Navarro @ 2009-03-07 20:19 UTC (permalink / raw) To: Tor Arne Vestbø; +Cc: Robin Rosenberg, git Hey Guys, While I haven't programmed java in years, nor have I ever done an eclipse plugin.....I was looking at the mercurialeclipse plugin for some inspiration, they do have a recently used drop down on their push/pull wizards. I'm going to see if I can get up to speed on how they do this and possibly implement something similar. However, I do think that a remotes dialog would be very nice, something that you can just choose from whenever you wanted to do a push/pull operation. Thanks for entertaining the idea =D On Sat, Mar 7, 2009 at 10:40 AM, Tor Arne Vestbø <torarnv@gmail.com> wrote: > > Robin Rosenberg wrote: > > lördag 07 mars 2009 16:58:47 skrev Tor Arne Vestbø <torarnv@gmail.com>: > >> Robert Navarro wrote: > >>> Hello, > >>> > >>> Sorry about my last "subscribe" email, skipped over this part in the > >>> wiki...."You don't even need to be subscribed to post, just send an > >>> email to: " > >>> > >>> Anyways.....I wasn't sure where to post this but I'll give it a shot > >>> here.....I know there is an eclipse jGit plugin in the works and I > >>> wanted to know if it would be possible to get a remember or recently > >>> used servers feature added to the push/pull feature. > >> I have done some initial prototyping of a Remotes View. I'll see if I > >> can bring that to life somehow. > > > > I assumed the feature is about the push dialog. If we have a remotes > > view it'd be nice to see it there too. > > Yepp. I imagine something like a list of remotes, which can be > referenced at any point a remote is needed, like the push dialog. > Wizards that need a remote, can display the list of the existing > remotes, with a "create new" option, which would launch the page from > the "create new remote" wizard (similar to the "Add new CVS Repository" > stuff). Something along those lines. > > > Where should it remembered? In the workspace or .git/config? > > Good question. Will need some thinking :) > > Tor Arne -- ~Robert Navarro ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-03-07 20:20 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-03-07 10:05 jGit Eclipse Plugin Feature Robert Navarro 2009-03-07 10:58 ` Robin Rosenberg 2009-03-07 15:58 ` Tor Arne Vestbø 2009-03-07 17:45 ` Robin Rosenberg 2009-03-07 18:40 ` Tor Arne Vestbø 2009-03-07 20:19 ` Robert Navarro
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).