>> Currently qbzr/bzr-explorer/tortoisebzr can't rename/move >> files/directories. >> I think rename/move is nessesary to make working without cmdline possible. > > I think simple qmove dialog won't help much. I think it should be done > directly in working tree view (qbrowse in qbzr and working tree browser in > bzr-explorer) as drag-n-drop operation or as context menu action. > > I'm not sure what should be done in TortoiseBzr. Perhaps some sort of > hooking into regular darg-n-drop operation in Windows Explorer? What about > in-place rename of file?
Yes, you're right. TortoiseBZR and other GUI frontend should make an effort to implement natural interface. But qmove is required some case. For example, when move/rename is done outside a-frontend (ex, IDE without bzr support) TortoiseBZR couldn't support mv --after/mv --auto in shell extension. (Showing ghost file is impossible) Another example, perfect hook in Windows shell extension is impossible. TortoiseSVN can't handle rename/move without context menu. (ex F2 rename, drag with left button) BTW, I think move/rename feature in qbrowse widget is also useful. It will make easy that move/rename from bzr-explorer. -- Naoki INADA <[email protected]> _______________________________________________ Mailing list: https://launchpad.net/~bzr-explorer-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~bzr-explorer-dev More help : https://help.launchpad.net/ListHelp

