src/gui_editactions.cpp

changeset 203
ccde5e88f0b6
parent 202
a027f6fc6141
child 205
d60cf73fb164
equal deleted inserted replaced
202:a027f6fc6141 203:ccde5e88f0b6
666 } 666 }
667 667
668 // ============================================================================= 668 // =============================================================================
669 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 669 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
670 // ============================================================================= 670 // =============================================================================
671 MAKE_ACTION (ytruder, "Ytruder", "ytruder", "Extrude selected lines to a given plane", KEY (F4)) { 671 MAKE_ACTION (ytruder, "Ytruder", "ytruder", "Extrude selected lines to a given plane", (0)) {
672 runYtruder (); 672 runYtruder ();
673 } 673 }
674 674
675 MAKE_ACTION (rectifier, "Rectifier", "rectifier", "Optimizes quads into rect primitives.", KEY (F8)) { 675 MAKE_ACTION (rectifier, "Rectifier", "rectifier", "Optimizes quads into rect primitives.", (0)) {
676 runRectifier (); 676 runRectifier ();
677 } 677 }
678 678
679 MAKE_ACTION (intersector, "Intersector", "intersector", "Perform clipping between two input groups.", KEY (F5)) { 679 MAKE_ACTION (intersector, "Intersector", "intersector", "Perform clipping between two input groups.", (0)) {
680 runIntersector (); 680 runIntersector ();
681 }
682
683 MAKE_ACTION (coverer, "Coverer", "coverer", "Fill the space between two line shapes", (0)) {
684 runCoverer ();
681 } 685 }
682 686
683 // ========================================================================================================================================= 687 // =========================================================================================================================================
684 MAKE_ACTION (replaceCoords, "Replace Coordinates", "replace-coords", "Find and replace coordinate values", CTRL (R)) { 688 MAKE_ACTION (replaceCoords, "Replace Coordinates", "replace-coords", "Find and replace coordinate values", CTRL (R)) {
685 ReplaceCoordsDialog dlg; 689 ReplaceCoordsDialog dlg;

mercurial