43 .Name(
"plEditor.InteractiveDrawing.drawLine" )
45 .FriendlyName(
_(
"Draw Lines" ) )
51 .Name(
"plEditor.InteractiveDrawing.drawRectangle" )
53 .FriendlyName(
_(
"Draw Rectangles" ) )
59 .Name(
"plEditor.InteractiveDrawing.placeText" )
61 .FriendlyName(
_(
"Draw Text" ) )
67 .Name(
"plEditor.InteractiveDrawing.placeImage" )
69 .FriendlyName(
_(
"Place Bitmaps" ) )
78 .Name(
"plEditor.InteractiveMove.move" )
81 .LegacyHotkeyName(
"Move Item" )
82 .FriendlyName(
_(
"Move" ) )
87 .Name(
"plEditor.InteractiveEdit.appendWorksheet" )
89 .FriendlyName(
_(
"Append Existing Drawing Sheet..." ) )
90 .Tooltip(
_(
"Append an existing drawing sheet file to the current file" ) )
98 .Name(
"plEditor.EditorControl.ShowInspector" )
100 .FriendlyName(
_(
"Show Design Inspector" ) )
104 .Name(
"plEditor.EditorControl.PreviewSettings" )
106 .FriendlyName(
_(
"Page Preview Settings..." ) )
107 .Tooltip(
_(
"Edit preview data for page size and title block" ) )
111 .Name(
"plEditor.EditorControl.LayoutNormalMode" )
113 .FriendlyName(
_(
"Show Title Block in Preview Mode" ) )
114 .Tooltip(
_(
"Text placeholders will be replaced with preview data" ) )
118 .Name(
"plEditor.EditorControl.LayoutEditMode" )
120 .FriendlyName(
_(
"Show Title Block in Edit Mode" ) )
121 .Tooltip(
_(
"Text placeholders are shown as ${keyword} tokens" ) )
128 .Name(
"plEditor.InteractiveSelection" )
133 .Name(
"plEditor.InteractiveSelection.SelectionMenu" )
137 .Name(
"plEditor.InteractiveSelection.AddItemToSel" )
141 .Name(
"plEditor.InteractiveSelection.AddItemsToSel" )
145 .Name(
"plEditor.InteractiveSelection.RemoveItemFromSel" )
149 .Name(
"plEditor.InteractiveSelection.RemoveItemsFromSel" )
153 .Name(
"plEditor.InteractiveSelection.ClearSelection" )
@ pagelayout_normal_view_mode
@ pagelayout_special_view_mode
static TOOL_ACTION clearSelection
Clear the current selection.
static TOOL_ACTION placeImage
static TOOL_ACTION selectionActivate
Activation of the selection tool.
static TOOL_ACTION selectionMenu
Run a selection menu to select from a list of items.
static TOOL_ACTION drawRectangle
static TOOL_ACTION showInspector
static TOOL_ACTION previewSettings
static TOOL_ACTION removeItemFromSel
static TOOL_ACTION layoutNormalMode
static TOOL_ACTION addItemsToSel
Select a list of items (specified as the event parameter)
static TOOL_ACTION removeItemsFromSel
static TOOL_ACTION addItemToSel
Select an item (specified as the event parameter).
static TOOL_ACTION placeText
static TOOL_ACTION layoutEditMode
static TOOL_ACTION appendImportedDrawingSheet
static TOOL_ACTION drawLine