summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-08-31 17:12:19 +0000
committerFlorian Jung <flo@windfisch.org>2011-08-31 17:12:19 +0000
commite6b32e0c06254a99b09133b39e4f7c06bd9ec6ed (patch)
tree4c4be0803f005374925ab04cd24870040854099a /muse2/muse/midiedit
parentde47ea9a35af067cd3602f375174beb9a616c062 (diff)
fixed paste clipped clone bug
Diffstat (limited to 'muse2/muse/midiedit')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index eb22342f..f4087ad2 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4459,15 +4459,13 @@ void staff_t::update_part_indices()
* o replace "insert" and "paste" by a paste-dialog ("move other notes" or "overwrite notes" or "mix with notes")
* skip dialog when there is nothing to erase, move or merge with (i.e., at the end of the song)
* o remove movePartsTotheRight function
- * o ctrl+c copies selected parts, ctrl+shift+c only the selected range
- * if no parts are selected, ctrl+shift+c copies all in range, otherwise
- * "selected parts" intersected with "parts in range"
* o ctrl+v uses default settings, ctrl+shift+v shows a dialog (with a "this is default" button)
* o ctrl+b and ctrl+shift+b do the same, only that they paste as clones
*
* IMPORTANT TODO
* ! o fix sigedit boxes
*
+ * o rename stuff with F2 key
* o redo transport menu: offer "one beat" and "one bar" steps
* maybe also offer scrollbar
* o quick "set left/right marker", "select between markers"