Page 1 of 1

Keyboard shortcuts (Rename, Clone)

Posted: Wed Feb 20, 2013 3:35 pm
by strobotone
Hi,

since i often use Rename and Clone options in the MachineView, keyboard shortcuts would be handy for them.
Also when renaming an appropriate auto-numbering would be nice.

So i modifed following files/functions from the BuzzGUI :
(see screenshot)

\buzzgui\BuzzGUI.Common\Templates\Template.cs [ RenameMachine() ]
\buzzgui\BuzzGUI.MachineView\MachineControl.cs [ CreateMenu() ]

If anyone of you also finds that useful, mabe we can use the changes for the next build.

Re: Keyboard shortcuts (Rename, Clone)

Posted: Wed Feb 20, 2013 4:38 pm
by M56P87
+1 for cloning shortcut

Re: Keyboard shortcuts (Rename, Clone)

Posted: Mon Feb 25, 2013 1:35 pm
by sparschaeler
like!

Re: Keyboard shortcuts (Rename, Clone)

Posted: Mon Feb 25, 2013 6:57 pm
by Klangkulisse
Yes!
Very interested in a development of that auto-numbering feature. Does it mean, that the way of numbering could be customized?
If you have a machine that is the clone of let's say Raverb, it will be named Raverb2. If you clone that new one, it will be named Raverb22. And that clone of the last one is Raverb222. Sometimes a little bit hard to spot a certain machine, when you have lots of instances. Is that a planned feature to customize the numbering like naming cloned machine with consecutive numbers or similar options? Or am I phantasizing?
Interested anyway.

Re: Keyboard shortcuts (Rename, Clone)

Posted: Wed Feb 27, 2013 2:24 pm
by strobotone
I changed the rename function so the machine in question (lets say "Machine") will incrementally end up as "Machine.1", "Machine.2" and so on after cloning.
If the machine´s name was "Bass1973", after cloning it becomes "Bass1973.1".
The dot "." is programmatically used as a delimiter. Also brackets "[ ]" would make sense.

It should be possible to enable the user to customize how the numbering is displayed.
It sure is´nt a major feature but useful nonetheless.
However, this is up to Oskari to decide.

Re: Keyboard shortcuts (Rename, Clone)

Posted: Sat May 04, 2013 3:26 pm
by mute
copy and paste (ctrl-c, ctrl-v) is the same thing as clone with patterns

Re: Keyboard shortcuts (Rename, Clone)

Posted: Sat May 04, 2013 8:25 pm
by szaszhareen
mute wrote:copy and paste (ctrl-c, ctrl-v) is the same thing as clone with patterns
cool! didn't realize this worked in machine view.