Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] action view to save clicks?

On Thu, Jun 17, 2010 at 11:54 AM, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
> Eric Faccer just opened bug 317220 [1] describing a view that
> contains the most frequently used tasks so most actions can be
> performed in a single click.  I love the concept...
>
> [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=317220

I think key bindings would help with some of the actions we have.

Another idea I had was expanding the menu entries using dynamic contributions...

Imagine this...

Team->Branch...->New Branch... (creates a new branch)
                           ->Local->bug123 (checks out the branch)
                                       ->...
                           ->Remote->xyz (checks out a branch)
                                           ->...
                           ->Tags->... (checks out a tag)

(this isn't perfect either... because you can lots of entries pollute menus...)

My thought is that we are still focusing on mostly functionality in
the 0.9.0 cycle and would revisit workflow when 0.9.0 is mostly out
the door.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top