bergerjac / gitextensions

This fork of GitExtensions is primarily focused on creating an interactive view of git's common objects.
http://code.google.com/p/gitextensions
GNU General Public License v3.0
1 stars 0 forks source link

Favorites #7

Open bergerjac opened 11 years ago

bergerjac commented 11 years ago

@jbialobr Is there only a favorites for branches?

How should favorites be laid out?

Sort Priority:

branches
    {favorite1}
    {favorite2}
    master
    issues
        iss5

Favorites Node:

branches
    favorites
        {favorite1}
        {favorite2}
    master
    issues
        iss5

Other suggestions?

jbialobr commented 11 years ago

I like the second option with Favorites node.

bergerjac commented 11 years ago

favorites are parsed in part of OnReloading; just need to create the "favorites" TreeNode in the OnReload method.