]> git.lyx.org Git - features.git/commitdiff
stdmenus.inc: add move rows/columns feature to Edit menu
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 23 Mar 2014 14:30:13 +0000 (15:30 +0100)
committerRichard Heck <rgheck@lyx.org>
Mon, 21 Apr 2014 15:51:58 +0000 (11:51 -0400)
fixes bug #9047

lib/ui/stdmenus.inc

index 2da0b7ca97023db3483ddf3ab07911c41a5d8f11..32ed83e8ae392a36e56c47381a384117076875b3 100644 (file)
@@ -217,11 +217,15 @@ Menuset
                Item "Add Row|A" "inset-modify tabular append-row"
                Item "Delete Row|D" "inset-modify tabular delete-row"
                Item "Copy Row|o" "inset-modify tabular copy-row"
+               Item "Move Row Up" "inset-modify tabular move-row-up"
+               Item "Move Row Down" "inset-modify tabular move-row-down"
                # Item "Swap Rows|S" "inset-modify tabular swap-row" # currently broken
                Separator
                Item "Add Column|u" "inset-modify tabular append-column"
                Item "Delete Column|e" "inset-modify tabular delete-column"
                Item "Copy Column|p" "inset-modify tabular copy-column"
+               Item "Move Column Right|v" "inset-modify tabular move-column-right"
+               Item "Move Column Left" "inset-modify tabular move-column-left"
                # Item "Swap Columns|w" "inset-modify tabular swap-column" # currently broken
        End