diff options
Diffstat (limited to 'app/doc/editm.but')
-rw-r--r-- | app/doc/editm.but | 122 |
1 files changed, 83 insertions, 39 deletions
diff --git a/app/doc/editm.but b/app/doc/editm.but index 166ec11..5702321 100644 --- a/app/doc/editm.but +++ b/app/doc/editm.but @@ -10,87 +10,109 @@ The \f{Edit Menu} shows commands affecting the \f{Main Canvas} (\K{mainW}). -\dd \f{Above} - Moves selected object to foreground. +\dd \i{Undo} - Reverses the last command. Up to the last ten commands can be undone. If there are no commands that can be undone the \f{Undo} item is disabled. The \f{Undo} command can also be invoked by the \f{Undo} button (\K{cmdUndo}). \u000 -\dd \f{Below} - Moves selected object to background. +\dd \i{Redo} - Undoes the last Undo command. The \f{Redo} command can also be invoked by the \f{Redo} button (\K{cmdUndo}). \u000 -\dd \f{Copy} - Copies the selected objects to the clipboard. +\dd \i{Cut} - Moves the selected objects to the clipboard. \u000 -\dd \f{Clone} - Copies the selected objects to the clipboard and duplicates them offset from the original. -Repeated Clone commands result in a series of offset copies. -The new objects are selected and the old ones un-selected. +\dd \i{Copy} - Copies the selected objects to the clipboard. \u000 -\dd \f{Cut} - Moves the selected objects to the clipboard. +\dd \i{Paste} - Copies the contents of the clipboard to the layout. Using the paste Menu command it will be placed at the center of the screen. +If the context menu paste is used or the short-cuts \e{Ctrl+v} or \e{Shift+Insert}, the parts will be placed at the cursor position. +Repeated Pastes without moving the cursor result in overlaid copies. +The newly pasted parts are in \f{Selected} state and can easily be moved into place. Any previously selected objects are unselected. \u000 -\dd \f{Delete} - Deletes the selected objects. +\dd \i{Delete} - Deletes the selected objects. \u000 -\dd \f{Deselect All} - unselects all objects on the layout. The same action can be achieved by pressing the ESC key. +\dd \i{Move To Current Layer} - move all selected objects to the current Layer (\K{cmdLayer}). \u000 -\dd \f{Invert Selection} - selects all unselected objects and unselects all previously selected objects. +\dd \i{Select All} - Selects all objects on the layout. \u000 -\dd \f{Move To Current Layer} - move all selected objects to the current Layer (\K{cmdLayer}). +\dd \i{Select Current Layer} - selects all objects in the current Layer (\K{cmdLayer}). \u000 -\dd \f{Paste} - Copies the contents of the clipboard to the layout. Using the paste Menu command it will be placed at the center of the screen. -If the context menu paste is used or the short-cuts \e{Ctrl+v} or \e{Shift+Insert}, the parts will be placed at the cursor position. -Repeated Pastes without moving the cursor result in overlaid copies. -The newly pasted parts are in \f{Selected} state and can easily be moved into place. Any previously selected objects are unselected. +\dd \i{Select By Index} - selects object by index number (\K{cmdSelectIndex}). + +\u000 + +\dd \i{Deselect All} - unselects all objects on the layout. The same action can be achieved by pressing the ESC key. \u000 -\dd \f{Redo} - Undoes the last Undo command. The \f{Redo} command can also be invoked by the \f{Redo} button (\K{cmdUndo}). +\dd \i{Invert Selection} - selects all unselected objects and unselects all previously selected objects. \u000 -\dd \f{Select All} - Selects all objects on the layout. +\dd \i{Select Stranded Track} - selects all track pieces that are not connected to any other objects. This helps cleaning up a drawing after many changes have been made. \u000 -\dd \f{Select Current Layer} - selects all objects in the current Layer (\K{cmdLayer}). +\dd \i{Tunnel}\I{Track, Tunnel} - Hides or reveals selected tracks and adds a tunnel portal symbol where the track passes from one to the other. \u000 -\dd \f{Select Stranded Track} - selects all track pieces that are not connected to any other objects. This helps cleaning up a drawing after many changes have been made. +\dd \i{Bridge}\I{Track, Bridge} - Adds or removes parapet symbols and a solid base to the track. The color is selectable (\K{cmdRgbcolor}). \u000 -\dd \f{Thin, Medium and Thick Tracks} - set displayed rail width of selected tracks. +\dd \i{Roadbed}\I{Track, Roadbed} - Adds or removes solid roadbed under the track. The color is selectable (\K{cmdRgbcolor}). \u000 -\dd \f{Tunnel} - Hides or reveals selected tracks and adds a tunnel portal symbol where the track passes from one to the other. +\dd \i{Ties/No Ties}\I{Track Ties}\I{Track No Ties} - Hides or reveals the ties on selected tracks. \u000 -\dd \f{Bridge} - Adds parapet symbols to the sides of the track. +\dd \i{Move To Front} - Moves selected object to foreground. \u000 -\dd \f{Undo} - Reverses the last command. Up to the last ten commands can be undone. If there are no commands that can be undone the \f{Undo} item is disabled. The \f{Undo} command can also be invoked by the \f{Undo} button (\K{cmdUndo}). +\dd \i{Move To Back} - Moves selected object to background. + +\u000 + +\dd \i{Thin, Medium and Thick Tracks} \I{Thin Tracks}\I{Medium Tracks} + \I{Thick Tracks}\I{Tracks, Thin}\I{Tracks, Medium}\I{Tracks, Thick} + \I{Track Width} + - set displayed rail width of selected tracks. + +\u000 For more information on working with selected objects, see the Select (\K{cmdSelect}) command. \rule +\S{cmdSelectIndex} \i{Select By Index} + +An input window allows one or more index numbers to be entered. Multiple indexes are seperated by commas. + +The object can not be selected if its Layer is frozen. + +If the object is part of a module layer, all objects in the layer will be selected. -\S{cmdAboveBelow} "Move To Front" and "Move to Back" +If the object is a tunnel object, and the Display Tunnel option is None, it will be set to Dashed. See Display options (\K{cmdDisplay}). + +When an individual object is selected, its index number is displayed in the Info Message area, another source is the List Parts (\K{cmdEnum}) command with the \f{List Indexes} option. + +\S{cmdAboveBelow} "Move To Front" and "Move to Back" \I{Move To Front} \I{Move To Back} \G{png.d/btop_bottom.png} @@ -107,19 +129,23 @@ Selected objects moved to the \f{Background} become unselected. Additional Shortcut keys perform the following: -\dd \c{Shift+Backspace} - Undo +\dd \c{Ctrl+Z} - Undo + +\u000 + +\dd \c{Ctrl+R} - Redo \u000 -\dd \c{Ctrl+Insert} - Copy +\dd \c{Ctrl+C} - Copy \u000 -\dd \c{Shift+Insert} - Paste +\dd \c{Ctrl+V} - Paste \u000 -\dd \c{Shift+Delete} - Cut +\dd \c{Ctrl+X} - Cut \u000 @@ -128,7 +154,7 @@ Additional Shortcut keys perform the following: \rule -\S{cmdDelete} Delete +\S{cmdDelete} \i{Delete} \G{png.d/bdelete.png} @@ -141,7 +167,7 @@ The \e{Delete} key invokes the Delete command. \rule -\S{cmdTunnel} Tunnel (Hide Tracks) +\S{cmdTunnel} \i{Tunnel (Hide Tracks)} \G{png.d/btunnel.png} @@ -153,32 +179,50 @@ A tunnel portal is drawn where a hidden track connects with an 'unhidden' track. The \f{Draw Tunnels} Radio button group on the \f{Options>Display} dialog (\K{cmdDisplay}) controls whether hidden tracks are not drawn, drawn as dashed lines or drawn as normal lines. + \rule +\S{cmdTies} \i{Ties (Draw or Hide Ties)} -\S{cmdBridge} Bridge (Draw Abutments) +\G{png.d/bties.png} -The \f{Bridge} command is used to add abutments to a track (as on an underbridge). +The \f{Ties} command is used to hide Ties (or reshow them). This may be useful for overlapping track, like dual gauge, or in areas like docks or yards where the track is covered. -Select the tracks you want to be a bridge. Bridge abutments are drawn alongside the track. You can split (\K{cmdSplitTrack}) a track to shorten the length of the bridge, or to add an extra pier to the drawing. +Select the tracks you want to hide or show ties for. -If you perform this action (or use Tunnel) the bridge is removed. \rule -\S{cmdTies} Ties (Draw or Hide Ties) +\S{cmdBridge} \i{Bridge (Draw or Hide Abutments)} -The \f{Ties} command is used to hide Ties (or reshow them). This may be useful for overlapping track, like dual gauge, or in areas like docks or yards where the track is covered. +\G{png.d/bbridge.png} + +The \f{Bridge} command is used to add abutments to a track (as on an underbridge). + +Select the tracks you want to be a bridge. Bridge abutments are drawn alongside the track and a solid layer is added under the ties. You can split (\K{cmdSplitTrack}) a track to shorten the length of the bridge, or to add an extra pier to the drawing. + +If you perform this action on an existing bridge (or use Tunnel) the bridge is removed. -Select the tracks you want to hide or show ties for. \rule +\S{cmdRoadbed} \i{Roadbed (Draw or Hide Base)} -\S{cmdUndo} Undo and Redo +\G{png.d/broadbed.png} + +The \f{Roadbed} command is used to add a solid color under a track (as roadbed). + +Select the tracks you want to have roadbed. A solid roadbed layer is drawn under the track. + +If you perform this action on existing roadbed (or use Tunnel) the roadbed is removed. The bridge option takes precedence over roadbed. + + +\rule + +\S{cmdUndo} Undo and Redo \I{Undo} \I{Redo} \G{png.d/bgundo.png} The \f{Undo} and \f{Redo} buttons invoke the same actions as the \f{Edit} menu items. The name of last command will be displayed as the Balloon Help (\K{windowTerms}) for the \e{Undo} button. The name of last undone command will be displayed as the Balloon Help for the \e{Redo} button. -\rule
\ No newline at end of file +\rule |