gitx icon indicating copy to clipboard operation
gitx copied to clipboard

Add ability to rename branches, remotes, and tags from within GitX

Open darconeous opened this issue 13 years ago • 3 comments

Users should be able to rename the selected branch, remote, or tag by clicking on the already selected item in the outline view. This behavior is consistent with the UI behavior of Xcode, iTunes, Finder, iCal, and just about everything else that uses an outline view.

I tried to implement this myself a few weeks ago but ran into problems due to the fact that the NSOutlineView GitX uses is so heavily (and, IMHO, unnecessarily) customized.

darconeous avatar Jun 02 '11 21:06 darconeous

Are you talking about in-place editing in the sidebar?

Uncommon avatar Jun 02 '11 22:06 Uncommon

Yes.

darconeous avatar Jun 03 '11 04:06 darconeous

Yeah, I had made a note about this on my own fork - Uncommon#36

Uncommon avatar Jun 03 '11 15:06 Uncommon