Compartir a través de


VSConstants.VSStd2KCmdID Enum

Definition

Set of the standard, shared editor commands in StandardCommandSet2k.

public: enum class VSConstants::VSStd2KCmdID
enum VSConstants::VSStd2KCmdID
[System.Runtime.InteropServices.Guid("1496A755-94DE-11D0-8C3F-00C04FC2AAE2")]
public enum VSConstants.VSStd2KCmdID
[<System.Runtime.InteropServices.Guid("1496A755-94DE-11D0-8C3F-00C04FC2AAE2")>]
type VSConstants.VSStd2KCmdID = 
Public Enum VSConstants.VSStd2KCmdID
Inheritance
VSConstants.VSStd2KCmdID
Attributes

Fields

Name Value Description
TYPECHAR 1

Type character

BACKSPACE 2

Delete Backwards; Delete the current selection, or if no selection, the previous character.

RETURN 3

Break Line; Insert a line break at the current caret position.

ECMD_TAB 4
TAB 4

Insert Tab; Insert a tab character at the current caret position.

BACKTAB 5

Tab Left; Move the caret back one tab stop.

DELETE 6

Delete; Delete the current selection.

LEFT 7

Char Left; Move the caret left one character.

LEFT_EXT 8

Char Left Extend; Move the caret left one character, extending the selection..

RIGHT 9

Char Right; Move the caret right one character.

RIGHT_EXT 10

Char Right Extend; Move the caret right one character, extending the selection.

UP 11

Line Up.

UP_EXT 12

Line Up Extend; Move the caret up one line, extending the selection.

DOWN 13

Line Down; Move the caret down one line.

DOWN_EXT 14

Line Down Extend; Move the caret down one line, extending the selection.

HOME 15

Document Start; Move the caret to the start of the document.

HOME_EXT 16

Document Start Extend; Move the caret to the start of the document, extending the selection.

END 17

Document End; Move the caret to the end of the document.

END_EXT 18

Document End Extend; Move the caret to the end of the document, extending the selection.

BOL 19

Line Start; Move the caret to the start of the line.

BOL_EXT 20

Line Start Extend; Move the caret to the start of the line, extending the selection.

FIRSTCHAR 21

Line Start After Indentation; Move the caret to first non-white space character on the line.

FIRSTCHAR_EXT 22

Line Start After Indentation Extend; Move the caret to first non-white space character on the line, extending the selection.

EOL 23

Line End; Move the caret to the end of the line..

EOL_EXT 24

Line End Extend; Move the caret to the end of the line, extending the selection.

LASTCHAR 25

Line Last Char; Move the caret after the last non-white space character on the line.

LASTCHAR_EXT 26

Line Last Char Extend; Move the caret after the last non-white space character on the line, extending the selection..

PAGEUP 27

Page Up; Move the caret up one page.

PAGEUP_EXT 28

Page Up Extend; Move the caret up one page, extending the selection.

PAGEDN 29

Page Down; Move the caret down one page.

PAGEDN_EXT 30

Page Down Extend; Move the caret down one page, extending the selection.

TOPLINE 31

View Top; Move the caret to the top line in view.

TOPLINE_EXT 32

View Top Extend; Move the caret to the top line in view, extending the selection.

BOTTOMLINE 33

View Bottom; Move the caret to the last line in view.

BOTTOMLINE_EXT 34

View Bottom Extend; Move the caret to the last line in view, extending the selection.

SCROLLUP 35

Scroll Line Up: Scroll the document up one line.

SCROLLDN 36

Scroll Line Down; Scroll the document down one line.

SCROLLPAGEUP 37

Scroll Page Up: Scroll the document up one page..

SCROLLPAGEDN 38

Scroll Page Down: Scroll the document down one page.

SCROLLLEFT 39

Scroll Column Left; Scroll the document left one column.

SCROLLRIGHT 40

Scroll Column Right; Scroll the document right one column.

SCROLLBOTTOM 41

Scroll Line Bottom; Scroll the current line to the bottom of the view.

SCROLLCENTER 42

Scroll Line Center; Scroll the current line to the center of the view.

SCROLLTOP 43

Scroll Line Top: Scroll the current line to the top of the view.

SELECTALL 44

Select All; Select all of the document.

SELTABIFY 45

Tabify Selection: Replace spaces in the current selection with tabs.

SELUNTABIFY 46

Untabify Selection; Replace tabs in the current selection with spaces.

SELLOWCASE 47

Make Lowercase; Change the text in the current selection to all lower case.

SELUPCASE 48

Make Uppercase; Change the text in the current selection to all upper case.

SELTOGGLECASE 49

Toggle Case: Toggle the case of the text in the current selection.

SELTITLECASE 50

Capitalize; Capitalize the first letter of words in the selection.

SELSWAPANCHOR 51

Swap Anchor; Swap the anchor and end points of the current selection.

GOTOLINE 52

Go To Line; Go to the indicated line.

GOTOBRACE 53

Goto Brace; Move the caret forward to the matching brace.

GOTOBRACE_EXT 54

Goto Brace Extend; Move the caret forward to the matching brace, extending the selection.

GOBACK 55

Go Back; Go back one character.

SELECTMODE 56

Select Mode; Toggle the selection mode.

TOGGLE_OVERTYPE_MODE 57

Overtype Mode; Toggle between insert and overtype insertion modes.

CUT 58

Cut; Cut the current selection to the clipboard.

COPY 59

Copy; Copy the current selection to the clipboard.

PASTE 60

Paste; Paste the selection.

CUTLINE 61

Line Cut; Cut all selected lines, or the current line if no selection, to the clipboard.

DELETELINE 62

Delete Line; Delete all selected lines, or the current line if no selection.

DELETEBLANKLINES 63

Delete Blank Lines; Delete all blank lines in the selection, or the current blank line if no selection.

DELETEWHITESPACE 64

Delete Horizontal White Space; Collapse white space in the selection, or delete white space adjacent to the caret if no selection.

DELETETOEOL 65

Delete To EOL; Delete from the caret position to the end of the line.

DELETETOBOL 66

Delete To BOL; Delete from the caret position to the beginning of the line.

OPENLINEABOVE 67

Line Open Above; Open a new line above the current line.

OPENLINEBELOW 68

Line Open Below: Open a new line below the current line.

INDENT 69

Increase Line Indent; Increase Indent.

UNINDENT 70

Decrease Line Indent; Line Unindent.

UNDO 71

Undo; Undo the last operation.

UNDONOMOVE 72

Undo no move

REDO 73

Redo; Repeat the operation.

REDONOMOVE 74

Redo without move

DELETEALLTEMPBOOKMARKS 75

Clear Bookmarks; Clear all unnamed bookmarks in the current document.

TOGGLETEMPBOOKMARK 76

Toggle Bookmark; Toggle an unnamed bookmark on the current line.

GOTONEXTBOOKMARK 77

Next Bookmark; Move the caret to the next unnamed bookmark.

GOTOPREVBOOKMARK 78

Previous Bookmark; Move the caret to the previous unnamed bookmark.

FIND 79

Find; Find the occurrence.

REPLACE 80

Replace; Replace the occurrence.

REPLACE_ALL 81

Replace All; Replace all instances of the occurrence.

FINDNEXT 82

Find Next; Find the next occurrence

FINDNEXTWORD 83

Find Next Word; Find the next occurrence of word.

FINDPREV 84

Find Prev; Find the previous occurrence

FINDPREVWORD 85

Find Prev Word; Find the previous occurrence of word.

FINDAGAIN 86

Find Again; Repeat the find operation.

TRANSPOSECHAR 87

Char Transpose: Transpose the characters on either side of the caret.

TRANSPOSEWORD 88

Word Transpose; Transpose the words on either side of the caret.

TRANSPOSELINE 89

Line Transpose; Transpose the current line and the line below.

SELECTCURRENTWORD 90

Select Current Word; Select the word under the caret.

DELETEWORDRIGHT 91

Word Delete To End; Delete the word to the right of the caret.

DELETEWORDLEFT 92

Word Delete To Start; Delete the word to the left of the caret.

WORDPREV 93

Word Previous; Move the caret left one word.

WORDPREV_EXT 94

Word Previous Extend; Move the caret left one word, extending the selection.

WORDNEXT 96

Word Next; Move the caret right one word.

WORDNEXT_EXT 97

Word Next Extend; Move the caret right one word, extending the selection.

COMMENTBLOCK 98

Comment Block; Comment out the selected block.

UNCOMMENTBLOCK 99

Uncomment Block; Uncomment the selected block. If the block is not commented, make no change.

SETREPEATCOUNT 100

Set repeat count

WIDGETMARGIN_LBTNDOWN 101

Widget Margin Left Button Down; A left button down event in the widget margin. The widget margin is used to set breakpoints or bookmarks.

SHOWCONTEXTMENU 102

Displays a context menu. If unhandled this most editors display a default context menu without any language-specific commands. If you want your own commands on this menu, handle the command and bring up a context menu yourself.

CANCEL 103

Selection Cancel; Cancel the current selection moving the caret to the anchor point.

PARAMINFO 104

Parameter Info; Display Parameter Info based on the current language.

TOGGLEVISSPACE 105

View White Space; Toggle the visibility of white space characters.

TOGGLECARETPASTEPOS 106

Paste Moves Caret; Toggle where the caret is positioned after a paste operation.

COMPLETEWORD 107

Complete Word; Display Word Completion based on the current language.

SHOWMEMBERLIST 108

Show Member List; Display an object Member List based on the current language.

FIRSTNONWHITEPREV 109

Line Start After Indentation Next; Move the caret to the first non-white-space character on the previous line.

FIRSTNONWHITENEXT 110

Line Start After Indentation Next; Move the caret to the first non-white-space character on the next line.

HELPKEYWORD 111

Help Keyword

FORMATSELECTION 112

Format Selection; Format the currently selected text.

OPENURL 113

Open URL; Invoke the default browser and opens the URL under the caret.

INSERTFILE 114

Insert File As Text; Insert a file into the current document.

TOGGLESHORTCUT 115

Toggle Task List Shortcut; Toggle a task list shortcut on the current line.

QUICKINFO 116

Quick Info; Display Quick Info based on the current language.

LEFT_EXT_COL 117

Char Left Extend Column; Move the caret left one character, extending the column selection.

RIGHT_EXT_COL 118

Char Right Extend Column; Move the caret right one character, extending the column selection.

UP_EXT_COL 119

Line Up Extend Column; Move the caret up one line, extending the column selection.

DOWN_EXT_COL 120

Line Down Extend Column; Move the caret down one line, extending the column selection.

TOGGLEWORDWRAP 121

Toggle Word Wrap; Toggle Word Wrap mode.

ISEARCH 122

Incremental Search; Reverse Incremental Search.

ISEARCHBACK 123

Reverse Incremental Search.

BOL_EXT_COL 124

Line Start Extend Column; Move the caret to the start of the line, extending the column selection.

EOL_EXT_COL 125

Line End Extend Column; Move the caret to the end of the line, extending the column selection.

WORDPREV_EXT_COL 126

Word Previous Extend Column; Move the caret left one word, extending the column selection.

WORDNEXT_EXT_COL 127

Word Next Extend Column; Move the caret right one word, extending the column selection.

OUTLN_HIDE_SELECTION 128

Hide Selection; Outline Hide Selection.

OUTLN_TOGGLE_CURRENT 129

Toggle Outlining Expansion; Outline Toggle Current.

OUTLN_TOGGLE_ALL 130

Toggle All Outlining; Toggle all hidden regions.

OUTLN_STOP_HIDING_ALL 131

Stop Outlining; Outline Stop Hiding All.

OUTLN_STOP_HIDING_CURRENT 132

Stop Hiding Current; Outline Stop Hiding Current.

OUTLN_COLLAPSE_TO_DEF 133

Collapse to Definitions; Outline Collapse To Definitions.

DOUBLECLICK 134

Double Click.

EXTERNALLY_HANDLED_WIDGET_CLICK 135

Externally handled widget click; A mouse click event in the widget margin passed to an external handler. The widget margin is used to set breakpoints or bookmarks.

COMMENT_BLOCK 136

Comment Block; Comment out the selected block.

UNCOMMENT_BLOCK 137

Uncomment Selection; Uncomment the selected lines.

OPENFILE 138

Open File; Open file under caret.

NAVIGATETOURL 139

Open URL; Invoke the default browser and opens the URL under the caret.

HANDLEIMEMESSAGE 140

Handle IME message

SELTOGOBACK 141
COMPLETION_HIDE_ADVANCED 142

Completion hide advanced

FORMATDOCUMENT 143

Format document

OUTLN_START_AUTOHIDING 144

Start Autohiding outline

FINAL 145

Final

ECMD_DECREASEFILTER 146

Editor command: Decrease filter

ECMD_COPYTIP 148

Editor command: Copy tip

ECMD_PASTETIP 149

Editor command: Paste tip

ECMD_LEFTCLICK 150

Editor command: Left click

ECMD_GOTONEXTBOOKMARKINDOC 151

Editor command: Go to next bookmark in document

ECMD_GOTOPREVBOOKMARKINDOC 152

Editor command: Go to previous bookmark in document

ECMD_INVOKESNIPPETFROMSHORTCUT 154

Editor command: Invoke snippet from shortcut

AUTOCOMPLETE 155

Auto complete

ECMD_INVOKESNIPPETPICKER2 156

Editor command: Invoke snippet picker 2

ECMD_DELETEALLBOOKMARKSINDOC 157

Editor command: Delete all bookmarks in document

ECMD_CONVERTTABSTOSPACES 158

Editor command: Convert tabs to spaces

ECMD_CONVERTSPACESTOTABS 159

Editor command: Convert spaces to tabs

ECMD_FINAL 160

Editor command: Final

STOP 220

STOP command created during CTC file rationalization

REVERSECANCEL 221

Reverse Cancel command created during CTC file rationalization

SLNREFRESH 222

Solution Refresh command created during CTC file rationalization

SAVECOPYOFITEMAS 223

Save Copy of Item As command created during CTC file rationalization

NEWELEMENT 224

HTML editor command: New element

NEWATTRIBUTE 225

HTML editor command: New attribute

NEWCOMPLEXTYPE 226

HTML editor command: New complex type

NEWSIMPLETYPE 227

HTML editor command: New simple type

NEWGROUP 228

HTML editor command: New group

NEWATTRIBUTEGROUP 229

HTML editor command: New attribute group

NEWKEY 230

HTML editor command: New key

NEWRELATION 231

HTML editor command: New relation

EDITKEY 232

HTML editor command: Edit key

EDITRELATION 233

HTML editor command: Edit relation

MAKETYPEGLOBAL 234

HTML editor command: Make type global

PREVIEWDATASET 235

HTML editor command: Preview dataset

GENERATEDATASET 236

HTML editor command: Generate data set

CREATESCHEMA 237

HTML editor command: Create schema

LAYOUTINDENT 238

HTML editor command: Layout indent

LAYOUTUNINDENT 239

HTML editor command: Layout unindent

REMOVEHANDLER 240

HTML editor command: Remove handler

EDITHANDLER 241

HTML editor command: Edit handler

ADDHANDLER 242

HTML editor command: Add handler

STYLE 243

HTML editor command: Style

STYLEGETLIST 244

Get style list

FONTSTYLE 245

HTML editor command: Font style

FONTSTYLEGETLIST 246

HTML editor command: Get font style list

PASTEASHTML 247

HTML editor command: Paste as HTML

VIEWBORDERS 248

HTML editor command: View borders

VIEWDETAILS 249

HTML editor command: View details

EXPANDCONTROLS 250

HTML editor command: Expand controls

COLLAPSECONTROLS 251

HTML editor command: Collapse controls

SHOWSCRIPTONLY 252

HTML editor command: Show script only

INSERTTABLE 253

HTML editor command: Insert table

INSERTCOLLEFT 254

HTML editor command: Insert column on the left

INSERTCOLRIGHT 255

HTML editor command: Insert column on the right

INSERTROWABOVE 256

HTML editor command: Insert row above

INSERTROWBELOW 257

HTML editor command: Insert row below

DELETETABLE 258

HTML editor command: Delete table

DELETECOLS 259

HTML editor command: Delete columns

DELETEROWS 260

HTML editor command: Delete rows

SELECTTABLE 261

HTML editor command: Select table

SELECTTABLECOL 262

HTML editor command: Select table column

SELECTTABLEROW 263

HTML editor command: Select table row

SELECTTABLECELL 264

HTML editor command: Select table cell

MERGECELLS 265

HTML editor command: Merge cells

SPLITCELL 266

HTML editor command: Split cell

INSERTCELL 267

HTML editor command: Insert cell

DELETECELLS 268

HTML editor command: Delete cells

SEAMLESSFRAME 269

HTML editor command: Seamless frame

VIEWFRAME 270

HTML editor command: View frame

DELETEFRAME 271

HTML editor command: Delete frame

SETFRAMESOURCE 272

HTML editor command: Set frame source

NEWLEFTFRAME 273

HTML editor command: New left frame

NEWRIGHTFRAME 274

HTML editor command: New right frame

NEWTOPFRAME 275

HTML editor command: New top frame

NEWBOTTOMFRAME 276

HTML editor command: New bottom frame

SHOWGRID 277

HTML editor command: Show grid

SNAPTOGRID 278

HTML editor command: Snap to grid

BOOKMARK 279

HTML editor command: Bookmark

280

HTML editor command: Hyperlink

IMAGE 281

HTML editor command: Image

INSERTFORM 282

HTML editor command: Insert form

INSERTSPAN 283

HTML editor command: Insert span

DIV 284

HTML editor command: Div

HTMLCLIENTSCRIPTBLOCK 285

HTML editor command: HTML client script block

HTMLSERVERSCRIPTBLOCK 286

HTML editor command: HTML server script block

BULLETEDLIST 287

HTML editor command: Bulleted list

NUMBEREDLIST 288

HTML editor command: Numbered list

EDITSCRIPT 289

HTML editor command: Edit script

EDITCODEBEHIND 290

HTML editor command: Edit code behind

DOCOUTLINEHTML 291

HTML editor command: Document outline HTML

DOCOUTLINESCRIPT 292

HTML editor command: Document outline script

RUNATSERVER 293

HTML editor command: Run at server

WEBFORMSVERBS 294

HTML editor command: Web forms verbs

WEBFORMSTEMPLATES 295

HTML editor command: Web forms templates

ENDTEMPLATE 296

HTML editor command: End template

EDITDEFAULTEVENT 297

HTML editor command: Edit default event

SUPERSCRIPT 298

HTML editor command: Superscript

SUBSCRIPT 299

HTML editor command: Subscript

EDITSTYLE 300

HTML editor command: Edit style

ADDIMAGEHEIGHTWIDTH 301

HTML editor command: Add image height width

REMOVEIMAGEHEIGHTWIDTH 302

HTML editor command: Remove image height and width

LOCKELEMENT 303

HTML editor command: Lock element

VIEWSTYLEORGANIZER 304

View style organizer

ECMD_AUTOCLOSEOVERRIDE 305

Editor and HTML editor command: ECMD Auto-close override

NEWANY 306

HTML editor command: New any

NEWANYATTRIBUTE 307

HTML editor command: New any attribute

DELETEKEY 308

HTML editor command: Delete key

AUTOARRANGE 309

HTML editor command: Auto arrange

VALIDATESCHEMA 310

HTML editor command: Validate schema

NEWFACET 311

HTML editor command: New facet

VALIDATEXMLDATA 312

HTML editor command: Validate XML data

DOCOUTLINETOGGLE 313

HTML editor command: Document outline toggle

VALIDATEHTMLDATA 314

HTML editor command: Validate HTML data

VIEWXMLSCHEMAOVERVIEW 315

HTML editor command: View XML schema overview

SHOWDEFAULTVIEW 316

HTML editor command: Show default view

EXPAND_CHILDREN 317

HTML editor command: Expand children

COLLAPSE_CHILDREN 318

HTML editor command: Collapse children

TOPDOWNLAYOUT 319

HTML editor command: Top down layout

LEFTRIGHTLAYOUT 320

HTML editor command: Left to right layout

INSERTCELLRIGHT 321

HTML editor command: Insert cell on the right

EDITMASTER 322

HTML editor command: Edit master

INSERTSNIPPET 323

HTML editor command: Insert snippet

FORMATANDVALIDATION 324

HTML editor command: Format and validation

COLLAPSETAG 325

HTML editor command: Collapse tag

SELECT_TAG 329

HTML editor command: Select tag

SELECT_TAG_CONTENT 330

HTML editor command: Select tag content

CHECK_ACCESSIBILITY 331

HTML editor command: Check accessibility

UNCOLLAPSETAG 332

HTML editor command: expand tag

GENERATEPAGERESOURCE 333

HTML editor command: Generate page resource

SHOWNONVISUALCONTROLS 334

HTML editor command: Show only non-visual controls

RESIZECOLUMN 335

HTML editor command: Resize column

RESIZEROW 336

HTML editor command: Resize row

MAKEABSOLUTE 337

HTML editor command: Make absolute

MAKERELATIVE 338

HTML editor command: Make relative

MAKESTATIC 339

HTML editor command: Make static

INSERTLAYER 340

HTML editor command: Insert layer

UPDATEDESIGNVIEW 341

HTML editor command: Update design view

UPDATESOURCEVIEW 342

HTML editor command: Update source view

INSERTCAPTION 343

HTML editor command: Insert caption

DELETECAPTION 344

HTML editor command: Delete caption

MAKEPOSITIONNOTSET 345

HTML editor command: Make position not set

AUTOPOSITIONOPTIONS 346

HTML editor command: Auto position options

EDITIMAGE 347

HTML editor command: Edit image

COMPILE 350

Project command: Compile

PROJSETTINGS 352

Project command: Project settings

LINKONLY 353

Project command: Link only

REMOVE 355

Project command: Remove

PROJSTARTDEBUG 356

Project command: Project start debugging

PROJSTEPINTO 357

Project command: Project step into

ECMD_UPDATEMGDRES 358

Editor command: Update managed resources

UPDATEWEBREF 360

Project command: Update web reference

ADDRESOURCE 362

Project command: Add resource

WEBDEPLOY 363

Project command: Web deployment

ECMD_PROJTOOLORDER 367

Editor command: Project tool order

ECMD_PROJECTTOOLFILES 368

Editor command: Project tool files

ECMD_OTB_PGO_INSTRUMENT 369

Editor command: Object test bench / Profile guided optimization instrument

ECMD_OTB_PGO_OPT 370

Editor command: Object test bench / Profile guided optimization optimize

ECMD_OTB_PGO_UPDATE 371

Editor command: Object test bench / Profile guided optimization update

ECMD_OTB_PGO_RUNSCENARIO 372

Editor command: Object test bench / Profile guided optimization run scenario

ADDHTMLPAGE 400

Visual Basic Project command: Add HTML page

ADDHTMLPAGECTX 401

Visual Basic Project command: Add HTML page control

ADDMODULE 402

Visual Basic Project command: Add module

ADDMODULECTX 403

Visual Basic Project command: Add module control

ADDWFCFORM 406

Visual Basic Project command: Add WFC form

ADDWEBFORM 410

Visual Basic Project command: Add web form

ECMD_ADDMASTERPAGE 411

Editor command: Add master page

ADDUSERCONTROL 412

Visual Basic Project command: Add user control

ECMD_ADDCONTENTPAGE 413

Editor command: Add content page

ADDDHTMLPAGE 426

Visual Basic Project command: Add DHTML page

ADDIMAGEGENERATOR 432

Visual Basic Project command: Add image generator

ADDINHERWFCFORM 434

Visual Basic Project command: Add inherited WCF form

ADDINHERCONTROL 436

Visual Basic Project command: Add inherited control

ADDWEBUSERCONTROL 438

Visual Basic Project command: Add web user control

BUILDANDBROWSE 439

Visual Basic Project command: Build and browse

ADDTBXCOMPONENT 442

Visual Basic Project command: Add tab grid component

ADDWEBSERVICE 444

Visual Basic Project command: Add web service

ECMD_ADDSTYLESHEET 445

Editor command: Add stylesheet

ECMD_SETBROWSELOCATION 446

Editor command: Set browse location

ECMD_REFRESHFOLDER 447

Editor command: Refresh folder

ECMD_SETBROWSELOCATIONCTX 448

Editor command: Set browse location control

ECMD_VIEWMARKUP 449

Editor command: View markup

ECMD_NEXTMETHOD 450

Editor command: Next method

ECMD_PREVMETHOD 451

Editor command: Previous method

ECMD_RENAMESYMBOL 452

Editor command: Rename symbol

ECMD_SHOWREFERENCES 453

Editor command: Show references

ECMD_CREATESNIPPET 454

Editor command: Create snippet

ECMD_CREATEREPLACEMENT 455

Editor command: Create replacement

ECMD_INSERTCOMMENT 456

Editor command: Insert comment

VIEWCOMPONENTDESIGNER 457

Refactoring command: View component designer

GOTOTYPEDEF 458

Refactoring command: Go to type definition

SHOWSNIPPETHIGHLIGHTING 459

Refactoring command: Show snippet highlighting

HIDESNIPPETHIGHLIGHTING 460

Refactoring command: Hide snippet highlighting

ADDVFPPAGE 500

Visual FoxPro Project command: Add Visual FoxPro page

SETBREAKPOINT 501

Visual FoxPro Project command: Set breakpoint

SHOWALLFILES 600

Help Workshop project command: Show all files

ADDTOPROJECT 601

Help Workshop project command: Add to project

ADDBLANKNODE 602

Help Workshop project command: Add blank node

ADDNODEFROMFILE 603

Help Workshop project command: Add node from file

CHANGEURLFROMFILE 604

Help Workshop project command: Change URL from file

EDITTOPIC 605

Help Workshop project command: Edit topic

EDITTITLE 606

Help Workshop project command: Edit title

MOVENODEUP 607

Help Workshop project command: Move node up

MOVENODEDOWN 608

Help Workshop project command: Move node down

MOVENODELEFT 609

Help Workshop project command: Move node left

MOVENODERIGHT 610

Help Workshop project command: Move node right

ADDOUTPUT 700

Deploy project command: Add output

ADDFILE 701

Deploy project command: Add file

MERGEMODULE 702

Deploy project command: Merge module

ADDCOMPONENTS 703

Deploy project command: Add components

LAUNCHINSTALLER 704

Deploy project command: Launch installer

LAUNCHUNINSTALL 705

Deploy project command: Launch uninstall

LAUNCHORCA 706

Deploy project command: Launch Anchor A

FILESYSTEMEDITOR 707

Deploy project command: File system editor

REGISTRYEDITOR 708

Deploy project command: Registry editor

FILETYPESEDITOR 709

Deploy project command: File types editor

USERINTERFACEEDITOR 710

Deploy project command: User's Interface editor

CUSTOMACTIONSEDITOR 711

Deploy project command: Custom actions editor

LAUNCHCONDITIONSEDITOR 712

Deploy project command: Launch conditions editor

EDITOR 713

Deploy project command: Editor

EXCLUDE 714

Deploy project command: Exclude

REFRESHDEPENDENCIES 715

Deploy project command: Refresh dependencies

VIEWOUTPUTS 716

Deploy project command: View outputs

VIEWDEPENDENCIES 717

Deploy project command: View dependencies

VIEWFILTER 718

Deploy project command: View filter

KEY 750

Deploy project command: Key

STRING 751

Deploy project command: String

BINARY 752

Deploy project command: Binary

DWORD 753

Deploy project command: DWORD

KEYSOLO 754

Deploy project command: Key solo

IMPORT 755

Deploy project command: Import

FOLDER 756

Deploy project command: Folder

PROJECTOUTPUT 757

Deploy project command: Project output

FILE 758

Deploy project command: File

ADDMERGEMODULES 759

Deploy project command: Add merge modules

CREATESHORTCUT 760

Deploy project command: Create shortcut

LARGEICONS 761

Deploy project command: Large icons

SMALLICONS 762

Deploy project command: Small icons

LIST 763

Deploy project command: List

DETAILS 764

Deploy project command: Details

ADDFILETYPE 765

Add file type

ADDACTION 766

Deploy project command: Add action

SETASDEFAULT 767

Deploy project command: Set as default

MOVEUP 768

Deploy project command:

MOVEDOWN 769

Deploy project command: Move down

ADDDIALOG 770

Add dialog

IMPORTDIALOG 771

Deploy project command: Import dialog

ADDFILESEARCH 772

Deploy project command: Add file search

ADDREGISTRYSEARCH 773

Deploy project command: Add registry search

ADDCOMPONENTSEARCH 774

Deploy project command: Add components search

ADDLAUNCHCONDITION 775

Deploy project command: Add launch condition

ADDCUSTOMACTION 776

Deploy project command: Add custom action

OUTPUTS 777

Deploy project command: Outputs

DEPENDENCIES 778

Deploy project command: Dependencies

FILTER 779

Deploy project command: Filter

COMPONENTS 780

Deploy project command: Components

ENVSTRING 781

Deploy project command: Environment string

CREATEEMPTYSHORTCUT 782

Deploy project command: Create empty shortcut

ADDFILECONDITION 783

Deploy project command: Add file condition

ADDREGISTRYCONDITION 784

Deploy project command: Add registry condition

ADDCOMPONENTCONDITION 785

Deploy project command: Add component condition

ADDURTCONDITION 786

Deploy project command: Add URT condition

ADDIISCONDITION 787

Deploy project command: Add IIS condition

SPECIALFOLDERBASE 800

Deploy project command: Base special folder

USERSAPPLICATIONDATAFOLDER 800

Deploy project command: User's Application Data folder

COMMONFILES64FOLDER 801

Deploy project command: Common files64 folder

COMMONFILESFOLDER 802

Deploy project command: Common files folder

CUSTOMFOLDER 803

Deploy project command: Custom folder

USERSDESKTOP 804

Deploy project command: User's Desktop

USERSFAVORITESFOLDER 805

Deploy project command: User's Favorites folder

FONTSFOLDER 806

Deploy project command: Fonts folder

GLOBALASSEMBLYCACHEFOLDER 807

Deploy project command: Global assembly cache folder

MODULERETARGETABLEFOLDER 808

Deploy project command: Re-targetable module folder

USERSPERSONALDATAFOLDER 809

Deploy project command: User's Personal Data folder

PROGRAMFILES64FOLDER 810

Deploy project command: Program Files64 folder

PROGRAMFILESFOLDER 811

Deploy project command: Program Files folder

USERSPROGRAMSMENU 812

Deploy project command: User's Programs menu

USERSSENDTOMENU 813

Deploy project command: User's send to menu

SHAREDCOMPONENTSFOLDER 814

Deploy project command: Shared Components folder

USERSSTARTMENU 815

Deploy project command: User's start menu

USERSSTARTUPFOLDER 816

Deploy project command: User's startup folder

SYSTEM64FOLDER 817

Deploy project command: System64 folder

SYSTEMFOLDER 818

Deploy project command: System folder

APPLICATIONFOLDER 819

Deploy project command: Application folder

USERSTEMPLATEFOLDER 820

Deploy project command: User template folder

WEBCUSTOMFOLDER 821

Deploy project command: Custom web folder

WINDOWSFOLDER 822

Deploy project command: Windows folder

SPECIALFOLDERLAST 823

Deploy project command: Last special folder

EXPORTEVENTS 900

Analyzer project command: Export events

IMPORTEVENTS 901

Analyzer project command: Import events

VIEWEVENT 902

Analyzer project command: View event

VIEWEVENTLIST 903

Analyzer project command: View event list

VIEWCHART 904

Analyzer project command: View chart

VIEWMACHINEDIAGRAM 905

Analyzer project command: View machine diagram

VIEWPROCESSDIAGRAM 906

Analyzer project command: View process diagram

VIEWSOURCEDIAGRAM 907

Analyzer project command: View source diagram

VIEWSTRUCTUREDIAGRAM 908

Analyzer project command: View structure diagram

VIEWTIMELINE 909

Analyzer project command: View timeline

VIEWSUMMARY 910

Analyzer project command: View summary

APPLYFILTER 911

Analyzer project command: Apply filter

CLEARFILTER 912

Analyzer project command: Clear filter

STARTRECORDING 913

Analyzer project command: Start recording

STOPRECORDING 914

Analyzer project command: Stop recording

PAUSERECORDING 915

Analyzer project command: Pause recording

ACTIVATEFILTER 916

Analyzer project command: Activate filter

SHOWFIRSTEVENT 917

Analyzer project command: Show first event

SHOWPREVIOUSEVENT 918

Analyzer project command: Show previous event

SHOWNEXTEVENT 919

Analyzer project command: Show next event

SHOWLASTEVENT 920

Analyzer project command: Show last event

REPLAYEVENTS 921

Analyzer project command: Replay events

STOPREPLAY 922

Analyzer project command: Stop replay

INCREASEPLAYBACKSPEED 923

Analyzer project command: Increase playback speed

DECREASEPLAYBACKSPEED 924

Analyzer project command: Decrease playback speed

ADDMACHINE 925

Analyzer project command: Add machine

ADDREMOVECOLUMNS 926

Analyzer project command: Add or remove columns

SORTCOLUMNS 927

Analyzer project command: Sort columns

SAVECOLUMNSETTINGS 928

Analyzer project command: Save column settings

RESETCOLUMNSETTINGS 929

Analyzer project command: Reset column settings

SIZECOLUMNSTOFIT 930

Analyzer project command: Size columns to fit

AUTOSELECT 931

Analyzer project command: Auto select

AUTOFILTER 932

Autofilter

AUTOPLAYTRACK 933

Analyzer project command: Autoplay track

GOTOEVENT 934

Analyzer project command: Go to event

ZOOMTOFIT 935

Analyzer project command: Zoom to fit

ADDGRAPH 936

Analyzer project command: Add graph

REMOVEGRAPH 937

Analyzer project command: Remove graph

CONNECTMACHINE 938

Analyzer project command: Connect machine

DISCONNECTMACHINE 939

Analyzer project command: Disconnect machine

EXPANDSELECTION 940

Analyzer project command: Expand selection

COLLAPSESELECTION 941

Analyzer project command: Collapse section

ADDFILTER 942

Add filter

ADDPREDEFINED0 943

Analyzer project command: Add predefined item 0

ADDPREDEFINED1 944

Analyzer project command: Add predefined item 1

ADDPREDEFINED2 945

Analyzer project command: Add predefined item 2

ADDPREDEFINED3 946

Analyzer project command: Add predefined item 3

ADDPREDEFINED4 947

Analyzer project command: Add predefined item 4

ADDPREDEFINED5 948

Analyzer project command: Add predefined item 5

ADDPREDEFINED6 949

Analyzer project command: Add predefined item 6

ADDPREDEFINED7 950

Analyzer project command: Add predefined item 7

ADDPREDEFINED8 951

Analyzer project command: Add predefined item 8

TIMELINESIZETOFIT 952

Analyzer project command: Timeline size to fit

FIELDVIEW 1000

Crystal Reports command: Field view

SELECTEXPERT 1001

Crystal Reports command: Select expert

TOPNEXPERT 1002

Crystal Reports command: Top N Expert

SORTORDER 1003

Crystal Reports command: Sort order

PROPPAGE 1004

Crystal Reports command: Property page

HELP 1005

Crystal Reports command: Help

SAVEREPORT 1006

Crystal Reports command: Save report

INSERTSUMMARY 1007

Crystal Reports command: Insert summary

INSERTGROUP 1008

Crystal Reports command: Insert group

INSERTSUBREPORT 1009

Crystal Reports command: Insert subreport

INSERTCHART 1010

Crystal Reports command: Insert chart

INSERTPICTURE 1011

Crystal Reports command: Insert picture

SETASSTARTPAGE 1100

Common project command: Set as Start page

1101

Common project command: Recalculate links

WEBPERMISSIONS 1102

Common project command: Web permissions

COMPARETOMASTER 1103

Common project command: Compare to master

WORKOFFLINE 1104

Common project command: Work offline

SYNCHRONIZEFOLDER 1105

Common project command: Synchronize folder

SYNCHRONIZEALLFOLDERS 1106

Common project command: Synchronize all folders

COPYPROJECT 1107

Common project command: Copy project

IMPORTFILEFROMWEB 1108

Common project command: Import file from web

INCLUDEINPROJECT 1109

Common project command: Include in project

EXCLUDEFROMPROJECT 1110

Common project command: Exclude from project

BROKENLINKSREPORT 1111

Common project command: Broken links report

ADDPROJECTOUTPUTS 1112

Common project command: Add project outputs

ADDREFERENCE 1113

Common project command: Add reference

ADDWEBREFERENCE 1114

Common project command: Add web reference

ADDWEBREFERENCECTX 1115

Common project command: Add web reference control

UPDATEWEBREFERENCE 1116

Common project command: Update web reference

RUNCUSTOMTOOL 1117

Common project command: Run custom tool

SETRUNTIMEVERSION 1118

Common project command: Set runtime version

QUICKOBJECTSEARCH 1119

Quick object search

VIEWREFINOBJECTBROWSER 1119

Common project command: View reference in object browser

PUBLISH 1120

Common project command: Publish

PUBLISHCTX 1121

Common project command: Publish control

STARTOPTIONS 1124

Common project command: Start options

ADDREFERENCECTX 1125

Common project command: Add reference control

STARTOPTIONSCTX 1127

Common project command: Start options control

DETACHLOCALDATAFILECTX 1128

Common project command: Detach local data file control

ADDSERVICEREFERENCE 1129

Common project command: Add service reference

ADDSERVICEREFERENCECTX 1130

Common project command: Add service reference control

UPDATESERVICEREFERENCE 1131

Common project command: Update service reference

CONFIGURESERVICEREFERENCE 1132

Common project command: Configure service reference

DRAG_MOVE 1140

Right mouse button drag move

DRAG_COPY 1141

Right mouse button drag copy

DRAG_CANCEL 1142

Right mouse button drag cancel

TESTDIALOG 1200

Resource Editor command: Test dialog

SPACEACROSS 1201

Resource Editor command: Space across

SPACEDOWN 1202

Resource Editor command: Space down

TOGGLEGRID 1203

Resource Editor command: Toggle grid

TOGGLEGUIDES 1204

Resource Editor command: Toggle guides

SIZETOTEXT 1205

Resource Editor command: Size to text

CENTERVERT 1206

Resource Editor command: Center vertically

CENTERHORZ 1207

Resource Editor command: Center horizontally

FLIPDIALOG 1208

Resource Editor command: Flip dialog

SETTABORDER 1209

Resource Editor command: Set tab border

BUTTONRIGHT 1210

Resource Editor command: Right button

BUTTONBOTTOM 1211

Resource Editor command: Bottom button

AUTOLAYOUTGROW 1212

Resource Editor command: Enable auto layout grow

AUTOLAYOUTNORESIZE 1213

Resource Editor command: Disable auto layout resize

AUTOLAYOUTOPTIMIZE 1214

Resource Editor command: Enable auto layout optimization

GUIDESETTINGS 1215

Resource Editor command: GUID settings

RESOURCEINCLUDES 1216

Resource Editor command: Resource includes

RESOURCESYMBOLS 1217

Resource Editor command: Resource symbols

OPENBINARY 1218

Resource Editor command: Open as binary file

RESOURCEOPEN 1219

Resource Editor command: Resource open

RESOURCENEW 1220

Resource Editor command: Resource new

RESOURCENEWCOPY 1221

Resource Editor command: Resource copy

INSERT 1222

Resource Editor command: Insert

EXPORT 1223

Export

CTLMOVELEFT 1224

Resource Editor command: Move control left

CTLMOVEDOWN 1225

Resource Editor command: Move control down

CTLMOVERIGHT 1226

Resource Editor command: Move control right

CTLMOVEUP 1227

Resource Editor command: Move control up

CTLSIZEDOWN 1228

Resource Editor command: Resize control down

CTLSIZEUP 1229

Resource Editor command: Resize control up

CTLSIZELEFT 1230

Resource Editor command: Resize control left

CTLSIZERIGHT 1231

Resource Editor command: Resize control right

NEWACCELERATOR 1232

Resource Editor command: New accelerator

CAPTUREKEYSTROKE 1233

Resource Editor command: Capture keystroke

INSERTACTIVEXCTL 1234

Resource Editor command: Insert ActiveX control

INVERTCOLORS 1235

Resource Editor command: Invert colors

FLIPHORIZONTAL 1236

Resource Editor command: Flip horizontal

FLIPVERTICAL 1237

Resource Editor command: Flip vertical

ROTATE90 1238

Resource Editor command: Rotate 90 degrees

SHOWCOLORSWINDOW 1239

Resource Editor command: Show color window

NEWSTRING 1240

Resource Editor command: New string

NEWINFOBLOCK 1241

Resource Editor command: New info block

DELETEINFOBLOCK 1242

Resource Editor command: Delete info block

ADJUSTCOLORS 1243

Resource Editor command: Adjust colors

LOADPALETTE 1244

Resource Editor command: Load palette

SAVEPALETTE 1245

Resource Editor command: Save palette

CHECKMNEMONICS 1246

Resource Editor command: Check Mnemonics

DRAWOPAQUE 1247

Resource Editor command: Draw opaque

TOOLBAREDITOR 1248

Resource Editor command: Toolbar editor

GRIDSETTINGS 1249

Resource Editor command: Grid settings

NEWDEVICEIMAGE 1250

Resource Editor command: New device image

OPENDEVICEIMAGE 1251

Resource Editor command: Open device image

DELETEDEVICEIMAGE 1252

Resource Editor command: Delete device image

VIEWASPOPUP 1253

Resource Editor command: View as pop-up

CHECKMENUMNEMONICS 1254

Resource Editor command: Check menu mnemonics

SHOWIMAGEGRID 1255

Resource Editor command: Show image grid

SHOWTILEGRID 1256

Resource Editor command: Show tile grid

MAGNIFY 1257

Resource Editor command: Magnify

ResProps 1258

Resource Editor command: Resource properties

IMPORTICONIMAGE 1259

Resource Editor command: Import icon image

EXPORTICONIMAGE 1260

Resource Editor command: Export icon image

OPENEXTERNALEDITOR 1261

Resource Editor command: Open external editor

PICKRECTANGLE 1300

Resource Editor command: Pick rectangle

PICKREGION 1301

Resource Editor command: Pick region

PICKCOLOR 1302

Resource Editor command: Pick color

ERASERTOOL 1303

Resource Editor command: Eraser tool

FILLTOOL 1304

Resource Editor command: Fill tool

PENCILTOOL 1305

Resource Editor command: Pencil tool

BRUSHTOOL 1306

Resource Editor command: Brush tool

AIRBRUSHTOOL 1307

Resource Editor command: Airbrush tool

LINETOOL 1308

Resource Editor command: Line tool

CURVETOOL 1309

Resource Editor command: Curve tool

TEXTTOOL 1310

Resource Editor command: Text tool

RECTTOOL 1311

Resource Editor command: Rectangle tool

OUTLINERECTTOOL 1312

Resource Editor command: Rectangle outline tool

FILLEDRECTTOOL 1313

Resource Editor command: Filled rectangle tool

ROUNDRECTTOOL 1314

Resource Editor command: Round rectangle tool

OUTLINEROUNDRECTTOOL 1315

Resource Editor command: Rounded rectangle outline tool

FILLEDROUNDRECTTOOL 1316

Resource Editor command: Filled round rectangle tool

ELLIPSETOOL 1317

Resource editor command: Ellipse tool

OUTLINEELLIPSETOOL 1318

Resource Editor command: Ellipse outline tool

FILLEDELLIPSETOOL 1319

Resource Editor command: Filled ellipse tool

SETHOTSPOT 1320

Resource Editor command: Set hotspot

ZOOMTOOL 1321

Resource Editor command: Zoom tool

ZOOM1X 1322

Resource Editor command: Zoom factor 1

ZOOM2X 1323

Resource Editor command: Zoom factor 2

ZOOM6X 1324

Resource Editor command: Zoom factor 6

ZOOM8X 1325

Resource Editor command: Zoom factor 8

TRANSPARENTBCKGRND 1326

Resource Editor command: Transparent background

OPAQUEBCKGRND 1327

Resource Editor command: Opaque background

ERASERSMALL 1328

Resource Editor command: Small eraser

ERASERMEDIUM 1329

Resource Editor command: Medium eraser

ERASERLARGE 1330

Resource Editor command: Large eraser

ERASERLARGER 1331

Resource Editor command: Larger eraser

CIRCLELARGE 1332

Resource Editor command: Large circle

CIRCLEMEDIUM 1333

Resource Editor command: Medium circle

CIRCLESMALL 1334

Resource Editor command: Small circle

SQUARELARGE 1335

Resource Editor command: Square large

SQUAREMEDIUM 1336

Resource Editor command: Square medium

SQUARESMALL 1337

Resource Editor command: Square small

LEFTDIAGLARGE 1338

Resource Editor command: Left diagonal large

LEFTDIAGMEDIUM 1339

Resource Editor command: Left diagonal medium

LEFTDIAGSMALL 1340

Resource Editor command: Left diagonal small

RIGHTDIAGLARGE 1341

Resource Editor command: Right diagonal large

RIGHTDIAGMEDIUM 1342

Resource Editor command: Right diagonal medium

RIGHTDIAGSMALL 1343

Resource Editor command: Right diagonal small

SPLASHSMALL 1344

Resource Editor command: Splash small

SPLASHMEDIUM 1345

Resource Editor command: Splash medium

SPLASHLARGE 1346

Resource Editor command: Splash large

LINESMALLER 1347

Resource Editor command: Line smaller

LINESMALL 1348

Resource Editor command: Line small

LINEMEDIUM 1349

Resource Editor command: Line medium

LINELARGE 1350

Resource Editor command: Line large

LINELARGER 1351

Resource Editor command: Line larger

LARGERBRUSH 1352

Resource Editor command: Larger brush

LARGEBRUSH 1353

Resource Editor command: Large brush

STDBRUSH 1354

Resource Editor command: Standard brush

SMALLBRUSH 1355

Resource Editor command: Small brush

SMALLERBRUSH 1356

Resource Editor command: Smaller brush

ZOOMIN 1357

Resource Editor command: Zoom in

ZOOMOUT 1358

Resource Editor command: Zoom out

PREVCOLOR 1359

Resource Editor command: Previous color

PREVECOLOR 1360

Resource Editor command: Previous extended palette color

NEXTCOLOR 1361

Resource Editor command: Next color

NEXTECOLOR 1362

Resource Editor command: Next extended palette color

IMG_OPTIONS 1363

Resource Editor command: Image options

STARTWEBADMINTOOL 1400

Start Web site administrator tool

NESTRELATEDFILES 1401

Nest related files

CANCELDRAG 1500

WinForm command: Cancel drag

DEFAULTACTION 1501

WinForm command: Default action

CTLMOVEUPGRID 1502

Resource Editor command: Move control up to grid

CTLMOVEDOWNGRID 1503

Resource Editor command: Move control down to grid

CTLMOVELEFTGRID 1504

Resource Editor command: Move control left to grit

CTLMOVERIGHTGRID 1505

Resource Editor command: Move control right to grid

CTLSIZERIGHTGRID 1506

Resource Editor command: Resize control right to grid

CTLSIZEUPGRID 1507

Resource Editor command: Resize control up to grid

CTLSIZELEFTGRID 1508

Resource Editor command: Resize control left to grid

CTLSIZEDOWNGRID 1509

Resource Editor command: Resize control down to grid

NEXTCTL 1510

WinForms command: Next control

PREVCTL 1511

WinForms command: Previous control

RENAME 1550

WinForms command: Rename

EXTRACTMETHOD 1551

WinForms command: Extract method

ENCAPSULATEFIELD 1552

WinForms command: Encapsulate field

EXTRACTINTERFACE 1553

WinForms command: Extract interface

PROMOTELOCAL 1554

WinForms command: Promote local

REMOVEPARAMETERS 1555

WinForms command: Remove parameters

REORDERPARAMETERS 1556

WinForms command: Re-order parameters

GENERATEMETHODSTUB 1557

WinForms command: Generate method stub

IMPLEMENTINTERFACEIMPLICIT 1558

WinForms command: Implement implicit interface

IMPLEMENTINTERFACEEXPLICIT 1559

WinForms command: Implement explicit interface

IMPLEMENTABSTRACTCLASS 1560

WinForms command: Implement abstract class

SURROUNDWITH 1561

WinForms command: Surround with

ToggleWordWrapOW 1600

Toggle word wrap OW

GotoNextLocationOW 1601

Go to next location OW

GotoPrevLocationOW 1602

Go to previous location OW

BuildOnlyProject 1603

Build only project

RebuildOnlyProject 1604

Rebuild only project

CleanOnlyProject 1605

Clean only project

SetBuildStartupsOnlyOnRun 1606

Set build startups only on run

UnhideAll 1607

Unhide all

HideFolder 1608

Hide folder

UnhideFolders 1609

Unhide folders

CopyFullPathName 1610

Copy full path name

SaveFolderAsSolution 1611

Save folder as solution

ManageUserSettings 1612

Manage user settings

NewSolutionFolder 1613

New solution folder

ClearPaneOW 1615

Clear Pane OW

GotoErrorTagOW 1616

Go to Error Tag OW

GotoNextErrorTagOW 1617

Go to next Error Tag OW

GotoPrevErrorTagOW 1618

Go to previous Error Tag OW

ClearPaneFR1 1619

Clear Pane FR1

GotoErrorTagFR1 1620

Go to Error Tag FR1

GotoNextErrorTagFR1 1621

Go to next Error Tag FR1

GotoPrevErrorTagFR1 1622

Go to previous Error Tag FR1

ClearPaneFR2 1623

Clear Pane FR2

GotoErrorTagFR2 1624

Go to Error Tag FR2

GotoNextErrorTagFR2 1625

Go to next Error Tag FR2

GotoPrevErrorTagFR2 1626

Go to previous Error Tag FR2

OutputPaneCombo 1627

Output pane combo

OutputPaneComboList 1628

Output pane combo list

DisableDockingChanges 1629

Disable docking changes

ToggleFloat 1630

Toggle float

ResetLayout 1631

Reset layout

EditProjectFile 1632
OpenInFormView 1633
OpenInCodeView 1634
ExploreFolderInWindows 1635
NewSolutionFolderBar 1638

New solution folder bar

DataShortcut 1639

Data shortcut

NextToolWindow 1640

New tool window

PrevToolWindow 1641

Previous tool window

BrowseToFileInExplorer 1642

Browse to file in Explorer

ShowEzMDIFileMenu 1643

Show simple MDI file menu

PrevToolWindowNav 1645

Previous tool window navigator

StaticAnalysisOnlyProject 1646

Static analysis only project

ECMD_RUNFXCOPSEL 1647

Editor command: Run Analyzer on selection

CloseAllButThis 1650
CVShowInheritedMembers 1651

Class View command: Show inherited members

CVShowBaseTypes 1652

Class View command: Show base types

CVShowDerivedTypes 1653

Class View command: Show derived types

CVShowHidden 1654

Class View command: Show hidden

CVBack 1655

Class View command: Back

CVForward 1656

Class View command: Forward

CVSearchCombo 1657

Class View command: Search combo

CVSearch 1658

Class View command: Search

CVSortObjectsAlpha 1659

Class View command: Sort objects alphabetically

CVSortObjectsType 1660

Class View command: Sort objects by type

CVSortObjectsAccess 1661

Class View command: Sort objects by access

CVGroupObjectsType 1662

Class View command: Group objects type

CVSortMembersAlpha 1663

Class View command: Sort members alphabetically

CVSortMembersType 1664

Class View command: Sort members by type

CVSortMembersAccess 1665

Class View command: Sort members by access

CVTypeBrowserSettings 1666

Class View command: Type browser settings

CVViewMembersAsImplementor 1667

Class View command: View members as implementer

CVViewMembersAsSubclass 1668

Class View command: View members as subclass

CVViewMembersAsUser 1669

Class View command: View members as user

CVReserved1 1670

Class View command: Reserved1

CVReserved2 1671

Class View command: Reserved2

CVShowProjectReferences 1672

Class View command: Show project references

CVGroupMembersType 1673

Class View command: Group members by type

CVClearSearch 1674

Class View command: Clear search

CVFilterToType 1675

Class View command: Filter to type

CVSortByBestMatch 1676

Class View command: Sort by best match

CVSearchMRUList 1677

Class View command: Search MRU list

CVViewOtherMembers 1678

Class View command: View other members

CVSearchCmd 1679

Class View command: Search command

CVGoToSearchCmd 1680

Class View command: Go to search command

ControlGallery 1700

Control gallery

OBShowInheritedMembers 1711

Object Browser command: Show inherited members

OBShowBaseTypes 1712

Object Browser command: Show base types

OBShowDerivedTypes 1713

Object Browser command: Show derived types

OBShowHidden 1714

Object Browser command: Show hidden

OBBack 1715

Object Browser command: Back

OBForward 1716

Object Browser command: Forward

OBSearchCombo 1717

Object Browser command: Search combo

OBSearch 1718

Object Browser command: Search

OBSortObjectsAlpha 1719

Object Browser command: Sort objects alphabetically

OBSortObjectsType 1720

Object Browser command: Sort objects by type

OBSortObjectsAccess 1721

Object Browser command: Sort objects by access

OBGroupObjectsType 1722

Object Browser command: Group objects type

OBSortMembersAlpha 1723

Object Browser command: Sort members alphabetically

OBSortMembersType 1724

Object Browser command: Sort members by type

OBSortMembersAccess 1725

Object Browser command: Sort members by access

OBTypeBrowserSettings 1726

Object Browser command: Type browser settings

OBViewMembersAsImplementor 1727

Object Browser command: View members as implementer

OBViewMembersAsSubclass 1728

Object Browser command: View members as subclass

OBViewMembersAsUser 1729

Object Browser command: View members as user

OBNamespacesView 1730

Object Browser command: Namespaces View

OBContainersView 1731

Object Browser command: Containers View

OBReserved1 1732

Object Browser command: Reserved1

OBGroupMembersType 1733

Object Browser command: Group members by type

OBClearSearch 1734

Object Browser command: Clear search

OBFilterToType 1735

Object Browser command: Filter to type

OBSortByBestMatch 1736

Object Browser command: Sort by best match

OBSearchMRUList 1737

Object Browser command: Search MRU list

OBViewOtherMembers 1738

Object Browser command: View other members

OBSearchCmd 1739

Object Browser command: Search command

OBGoToSearchCmd 1740

Object Browser command: Go to search command

OBShowExtensionMembers 1741

Object Browser command: Show extension members

FullScreen2 1775

Full Screen 2

FSRSortObjectsAlpha 1776

Find symbol results command: Sort objects alphabetically

FSRSortByBestMatch 1777

Find symbol results command: Sort by best match

NavigateBack 1800

Navigate Back

NavigateForward 1801

Navigate Forward

ECMD_CORRECTION_1 1900

Editor command: Correction 1

ECMD_CORRECTION_2 1901

Editor command: Correction 2

ECMD_CORRECTION_3 1902

Editor command: Correction 3

ECMD_CORRECTION_4 1903

Editor command: Correction 4

ECMD_CORRECTION_5 1904

Editor command: Correction 5

ECMD_CORRECTION_6 1905

Editor command: Correction 6

ECMD_CORRECTION_7 1906

Editor command: Correction 7

ECMD_CORRECTION_8 1907

Editor command: Correction 8

ECMD_CORRECTION_9 1908

Editor command: Correction 9

ECMD_CORRECTION_10 1909

Editor command: Correction 10

OBAddReference 1914

OB add Reference

FindReferences 1915

Find References

CodeDefView 1926

Default code view

CodeDefViewGoToPrev 1927

Default code view Go To Next

CodeDefViewGoToNext 1928

Default code view Go To Next

CodeDefViewEditDefinition 1929

Default code view editor definition

CodeDefViewChooseEncoding 1930

Choose encoding for default code view

ViewInClassDiagram 1931

View in class diagram

ECMD_ADDDBTABLE 1950

Editor command: Add database table

ECMD_ADDDATATABLE 1951

Editor command: Add data table

ECMD_ADDFUNCTION 1952

Editor command: Add function

ECMD_ADDRELATION 1953

Editor command: Add relation

ECMD_ADDKEY 1954

Editor command: Add key

ECMD_ADDCOLUMN 1955

Editor command: Add column

ECMD_CONVERT_DBTABLE 1956

Editor command: Convert database table

ECMD_CONVERT_DATATABLE 1957

Editor command: Convert data table

ECMD_GENERATE_DATABASE 1958

Editor command: Generate database

ECMD_CONFIGURE_CONNECTIONS 1959

Editor command: Configure connections

ECMD_IMPORT_XMLSCHEMA 1960

Editor command: Import XML schema

ECMD_SYNC_WITH_DATABASE 1961

Editor command: Sync with database

ECMD_CONFIGURE 1962

Editor command: Configure

ECMD_CREATE_DATAFORM 1963

Editor command: Create dataform

ECMD_CREATE_ENUM 1964

Editor command: Create enumeration

ECMD_INSERT_FUNCTION 1965

Editor command: Insert function

ECMD_EDIT_FUNCTION 1966

Editor command: Edit function

ECMD_SET_PRIMARY_KEY 1967

Editor command: Set primary key

ECMD_INSERT_COLUMN 1968

Editor command: Insert column

ECMD_AUTO_SIZE 1969

Editor command: Auto size

ECMD_SHOW_RELATION_LABELS 1970

Editor command: Show relation labels

VSDGenerateDataSet 1971

Generate debugger dataset

VSDPreview 1972

Debugger preview

VSDConfigureAdapter 1973

Configure debugger adapter

VSDViewDatasetSchema 1974

Debugger view dataset schema

VSDDatasetProperties 1975

Debugger dataset properties

VSDParameterizeForm 1976

Debugger parameterize form

VSDAddChildForm 1977

Add debugger child form

ECMD_EDITCONSTRAINT 1978

Editor command: Edit constraint

ECMD_DELETECONSTRAINT 1979

Editor command: Delete constraint

ECMD_EDITDATARELATION 1980

Editor command: Edit data relation

CloseProject 1982

Close project

ReloadCommandBars 1983

Reload command bars

SolutionPlatform 1990

Solution platform

SolutionPlatformGetList 1991

Get Solution platform list

ECMD_DATAACCESSOR 2000

Editor command: Data accessor

ECMD_ADD_DATAACCESSOR 2001

Editor command: Add data accessor

ECMD_QUERY 2002

Editor command: Query

ECMD_ADD_QUERY 2003

Editor command: Add query

ECMD_PUBLISHSELECTION 2005

Editor command: Publish selection

ECMD_PUBLISHSLNCTX 2006

Editor command: Publish solution control

CallBrowserShowCallsTo 2010

Call browser show calls to

CallBrowserShowCallsFrom 2011

Call browser show calls from

CallBrowserShowNewCallsTo 2012

Call browser show new calls to

CallBrowserShowNewCallsFrom 2013

Call browser show new calls from

CallBrowser1ShowCallsTo 2014

Call browser 1 show calls to

CallBrowser2ShowCallsTo 2015

Call browser 2 show full names

CallBrowser3ShowCallsTo 2016

Call browser 3 show full names

CallBrowser4ShowCallsTo 2017

Call browser 4 show full names

CallBrowser5ShowCallsTo 2018

Call browser 5 show full names

CallBrowser6ShowCallsTo 2019

Call browser 6 show full names

CallBrowser7ShowCallsTo 2020

Call browser 7 show full names

CallBrowser8ShowCallsTo 2021

Call browser 8 show full names

CallBrowser9ShowCallsTo 2022

Call browser 9 show full names

CallBrowser10ShowCallsTo 2023

Call browser 10 show calls to

CallBrowser11ShowCallsTo 2024

Call browser 11 show calls to

CallBrowser12ShowCallsTo 2025

Call browser 12 show calls to

CallBrowser13ShowCallsTo 2026

Call browser 13 show calls to

CallBrowser14ShowCallsTo 2027

Call browser 14 show calls to

CallBrowser15ShowCallsTo 2028

Call browser 15 show calls to

CallBrowser16ShowCallsTo 2029

Call browser 16 show calls from

CallBrowser1ShowCallsFrom 2030

Call browser 1 show calls from

CallBrowser2ShowCallsFrom 2031

Call browser 2 show calls to

CallBrowser3ShowCallsFrom 2032

Call browser 3 show calls to

CallBrowser4ShowCallsFrom 2033

Call browser 4 show calls to

CallBrowser5ShowCallsFrom 2034

Call browser 5 show calls to

CallBrowser6ShowCallsFrom 2035

Call browser 6 show calls to

CallBrowser7ShowCallsFrom 2036

Call browser 7 show calls to

CallBrowser8ShowCallsFrom 2037

Call browser 8 show calls to

CallBrowser9ShowCallsFrom 2038

Call browser 9 show calls to

CallBrowser10ShowCallsFrom 2039

Call browser 10 show calls from

CallBrowser11ShowCallsFrom 2040

Call browser 11 show calls from

CallBrowser12ShowCallsFrom 2041

Call browser 12 show calls from

CallBrowser13ShowCallsFrom 2042

Call browser 13 show calls from

CallBrowser14ShowCallsFrom 2043

Call browser 14 show calls from

CallBrowser15ShowCallsFrom 2044

Call browser 15 show calls from

CallBrowser16ShowCallsFrom 2045

Call browser 16 settings

CallBrowser1ShowFullNames 2046

Call browser 1 show full names

CallBrowser2ShowFullNames 2047

Call browser 2 sort by access

CallBrowser3ShowFullNames 2048

Call browser 3 sort by access

CallBrowser4ShowFullNames 2049

Call browser 4 sort by access

CallBrowser5ShowFullNames 2050

Call browser 5 sort by access

CallBrowser6ShowFullNames 2051

Call browser 6 sort by access

CallBrowser7ShowFullNames 2052

Call browser 7 sort by access

CallBrowser8ShowFullNames 2053

Call browser 8 sort by access

CallBrowser9ShowFullNames 2054

Call browser 9 sort by access

CallBrowser10ShowFullNames 2055

Call browser 10 show full names

CallBrowser11ShowFullNames 2056

Call browser 11 show full names

CallBrowser12ShowFullNames 2057

Call browser 12 show full names

CallBrowser13ShowFullNames 2058

Call browser 13 show full names

CallBrowser14ShowFullNames 2059

Call browser 14 show full names

CallBrowser15ShowFullNames 2060

Call browser 15 show full names

CallBrowser16ShowFullNames 2061

Call browser 16 show calls to

CallBrowser1Settings 2062

Call browser 1 settings

CallBrowser2Settings 2063

Call browser 2 show calls from

CallBrowser3Settings 2064

Call browser 3 show calls from

CallBrowser4Settings 2065

Call browser 4 show calls from

CallBrowser5Settings 2066

Call browser 5 show calls from

CallBrowser6Settings 2067

Call browser 6 show calls from

CallBrowser7Settings 2068

Call browser 7 show calls from

CallBrowser8Settings 2069

Call browser 8 show calls from

CallBrowser9Settings 2070

Call browser 9 show calls from

CallBrowser10Settings 2071

Call browser 10 settings

CallBrowser11Settings 2072

Call browser 11 settings

CallBrowser12Settings 2073

Call browser 12 settings

CallBrowser13Settings 2074

Call browser 13 settings

CallBrowser14Settings 2075

Call browser 14 settings

CallBrowser15Settings 2076

Call browser 15 settings

CallBrowser16Settings 2077

Call browser 16 search combo list

CallBrowser1SortAlpha 2078

Call browser 1 refresh

CallBrowser2SortAlpha 2079

Call browser 2 search

CallBrowser3SortAlpha 2080

Call browser 3 search

CallBrowser4SortAlpha 2081

Call browser 4 search

CallBrowser5SortAlpha 2082

Call browser 5 search

CallBrowser6SortAlpha 2083

Call browser 6 search

CallBrowser7SortAlpha 2084

Call browser 7 search

CallBrowser8SortAlpha 2085

Call browser 8 search

CallBrowser9SortAlpha 2086

Call browser 9 search

CallBrowser10SortAlpha 2087

Call browser 10 sort alphabetically

CallBrowser11SortAlpha 2088

Call browser 11 sort alphabetically

CallBrowser12SortAlpha 2089

Call browser 12 sort alphabetically

CallBrowser13SortAlpha 2090

Call browser 13 sort alphabetically

CallBrowser14SortAlpha 2091

Call browser 14 sort alphabetically

CallBrowser15SortAlpha 2092

Call browser 15 sort alphabetically

CallBrowser16SortAlpha 2093

Call browser 16 sort by access

CallBrowser1SortAccess 2094

Call browser 1 sort by access

CallBrowser2SortAccess 2095

Call browser 2 refresh

CallBrowser3SortAccess 2096

Call browser 3 refresh

CallBrowser4SortAccess 2097

Call browser 4 refresh

CallBrowser5SortAccess 2098

Call browser 5 refresh

CallBrowser6SortAccess 2099

Call browser 6 refresh

CallBrowser7SortAccess 2100

Call browser 7 refresh

CallBrowser8SortAccess 2101

Call browser 8 refresh

CallBrowser9SortAccess 2102

Call browser 9 refresh

CallBrowser10SortAccess 2103

Call browser 10 sort by access

CallBrowser11SortAccess 2104

Call browser 11 sort by access

CallBrowser12SortAccess 2105

Call browser 12 sort by access

CallBrowser13SortAccess 2106

Call browser 13 sort by access

CallBrowser14SortAccess 2107

Call browser 14 sort by access

CallBrowser15SortAccess 2108

Call browser 15 sort by access

CallBrowser16SortAccess 2109

Call browser 16 show full names

ShowCallBrowser 2120

Show call browser

CallBrowser1 2121

Call browser 1

CallBrowser2 2122

Call browser 2 refresh

CallBrowser3 2123

Call browser 3 refresh

CallBrowser4 2124

Call browser 4 refresh

CallBrowser5 2125

Call browser 5 refresh

CallBrowser6 2126

Call browser 6 refresh

CallBrowser7 2127

Call browser 7 refresh

CallBrowser8 2128

Call browser 8 refresh

CallBrowser9 2129

Call browser 9 refresh

CallBrowser10 2130

Call browser 10

CallBrowser11 2131

Call browser 11

CallBrowser12 2132

Call browser 12

CallBrowser13 2133

Call browser 13

CallBrowser14 2134

Call browser 14

CallBrowser15 2135

Call browser 15

CallBrowser16 2136

Call browser 15

CallBrowser17 2137

Call browser 17

GlobalUndo 2138

Global Undo

GlobalRedo 2139

Global Re-do

CallBrowserShowCallsToCmd 2140

Call browser show calls to command

CallBrowserShowCallsFromCmd 2141

Call browser show calls from command

CallBrowserShowNewCallsToCmd 2142

Call browser show new calls to command

CallBrowserShowNewCallsFromCmd 2143

Call browser show new calls from command

CallBrowser1Search 2145

Call browser 1 search

CallBrowser2Search 2146

Call browser 2 search combo

CallBrowser3Search 2147

Call browser 3 search combo

CallBrowser4Search 2148

Call browser 4 search combo

CallBrowser5Search 2149

Call browser 5 search combo

CallBrowser6Search 2150

Call browser 6 search combo

CallBrowser7Search 2151

Call browser 7 search combo

CallBrowser8Search 2152

Call browser 8 search combo

CallBrowser9Search 2153

Call browser 9 search combo

CallBrowser10Search 2154

Call browser 10 search

CallBrowser11Search 2155

Call browser 11 search

CallBrowser12Search 2156

Call browser 12 search

CallBrowser13Search 2157

Call browser 13 search

CallBrowser14Search 2158

Call browser 14 search

CallBrowser15Search 2159

Call browser 15 search

CallBrowser16Search 2160

Call browser 16 refresh

CallBrowser1Refresh 2161

Call browser 1 refresh

CallBrowser2Refresh 2162

Call browser 2 search

CallBrowser3Refresh 2163

Call browser 3 search

CallBrowser4Refresh 2164

Call browser 4 search

CallBrowser5Refresh 2165

Call browser 5 search

CallBrowser6Refresh 2166

Call browser 6 search

CallBrowser7Refresh 2167

Call browser 7 search

CallBrowser8Refresh 2168

Call browser 8 search

CallBrowser9Refresh 2169

Call browser 9 search

CallBrowser10Refresh 2170

Call browser 10 refresh

CallBrowser11Refresh 2171

Call browser 11 refresh

CallBrowser12Refresh 2172

Call browser 12 refresh

CallBrowser13Refresh 2173

Call browser 13 refresh

CallBrowser14Refresh 2174

Call browser 14 refresh

CallBrowser15Refresh 2175

Call browser 15 refresh

CallBrowser16Refresh 2176

Call browser 16

CallBrowser1SearchCombo 2180

Call browser 1 search combo

CallBrowser2SearchCombo 2181

Call browser 2 search combo list

CallBrowser3SearchCombo 2182

Call browser 3 search combo list

CallBrowser4SearchCombo 2183

Call browser 4 search combo list

CallBrowser5SearchCombo 2184

Call browser 5 search combo list

CallBrowser6SearchCombo 2185

Call browser 6 settings

CallBrowser7SearchCombo 2186

Call browser 7 search combo list

CallBrowser8SearchCombo 2187

Call browser 8 search combo list

CallBrowser9SearchCombo 2188

Call browser 9 search combo list

CallBrowser10SearchCombo 2189

Call browser 10 search combo

CallBrowser11SearchCombo 2190

Call browser 11 search combo

CallBrowser12SearchCombo 2191

Call browser 12 search combo

CallBrowser13SearchCombo 2192

Call browser 13 search combo

CallBrowser14SearchCombo 2193

Call browser 14 search combo

CallBrowser15SearchCombo 2194

Call browser 15 search combo

CallBrowser16SearchCombo 2195

Call browser 16 search

TaskListProviderCombo 2200

Task list provider combo

TaskListProviderComboList 2201

Task list provider combo list

CreateUserTask 2202

Create user task

ErrorListShowErrors 2210

Error list show errors

ErrorListShowWarnings 2211

Error list show warnings

ErrorListShowMessages 2212

Error list show messages

Registration 2214

Registration

CallBrowser1SearchComboList 2215

Call browser 1 search combo list

CallBrowser2SearchComboList 2216

Call browser 2 settings

CallBrowser3SearchComboList 2217

Call browser 3 settings

CallBrowser4SearchComboList 2218

Call browser 4 settings

CallBrowser5SearchComboList 2219

Call browser 5 settings

CallBrowser6SearchComboList 2220

Call browser 6 search combo list

CallBrowser7SearchComboList 2221

Call browser 7 settings

CallBrowser8SearchComboList 2222

Call browser 8 settings

CallBrowser9SearchComboList 2223

Call browser 9 settings

CallBrowser10SearchComboList 2224

Call browser 10 search combo list

CallBrowser11SearchComboList 2225

Call browser 11 search combo list

CallBrowser12SearchComboList 2226

Call browser 12 search combo list

CallBrowser13SearchComboList 2227

Call browser 13 search combo list

CallBrowser14SearchComboList 2228

Call browser 14 search combo list

CallBrowser15SearchComboList 2229

Call browser 15 search combo list

CallBrowser16SearchComboList 2230

Call browser 16 search combo

SnippetProp 2240

Snippet property

SnippetRef 2241

Snippet reference

SnippetRepl 2242

Snippet replace

StartPage 2245

Start page

EditorLineFirstColumn 2250

Editor line first column

EditorLineFirstColumnExtend 2251

Editor line first column extended

SEServerExplorer 2260

SE Server Explorer

SEDataExplorer 2261

SE Data explorer

ViewCallHierarchy 2301
ToggleConsumeFirstCompletionMode 2303

Toggle consume first completion mode

ECMD_VALIDATION_TARGET 11281

Editor command: Validation target

ECMD_VALIDATION_TARGET_GET_LIST 11282

Editor command: Get validation target list

ECMD_CSS_TARGET 11283

Editor command: CSS target

ECMD_CSS_TARGET_GET_LIST 11284

Editor command: Get CSS target list

Design 12288

Design

DesignOn 12289

Design on

SEDesign 12291

SE design

NewDiagram 12292

New diagram

NewTable 12294

New table

NewDBItem 12302

New database item

NewTrigger 12304

New trigger

Debug 12306

Debug

NewProcedure 12307

New package procedure

NewQuery 12308

New query

RefreshLocal 12309

Refresh local

DbAddDataConnection 12311

Add database data connection

DBDefDBRef 12312

Database ref

RunCmd 12313

Run command

RunOn 12314

Run on

NewDBRef 12315

New database reference

SetAsDef 12316

Set as definition

CreateCmdFile 12317

Create command file

Cancel 12318
NewDatabase 12320

New database

NewUser 12321

New user

NewRole 12322

New role

ChangeLogin 12323

Change login

NewView 12324

New view

ModifyConnection 12325

Modify connection

Disconnect 12326

Disconnect

CopyScript 12327

Copy script

AddSCC 12328

Add source control

RemoveSCC 12329

Remove source control

GetLatest 12336

Get latest

CheckOut 12337

Check out

CheckIn 12338

Check in

UndoCheckOut 12339

Undo checkout

AddItemSCC 12340

Add source control item

NewPackageSpec 12341

New package specification

NewPackageBody 12342

New package body

InsertSQL 12343

Insert SQL

RunSelection 12344

Run selection

UpdateScript 12345

Update script

NewScript 12348

New script

NewFunction 12349

New function

NewTableFunction 12350

New table function

NewInlineFunction 12351

New inline function

AddDiagram 12352

Add diagram

AddTable 12353

Add table

AddSynonym 12354

Add synonym

AddView 12355

Add view

AddProcedure 12356

Add procedure

AddFunction 12357

Add function

AddTableFunction 12358

Add table function

AddInlineFunction 12359

Add inline function

AddPkgSpec 12360

Add package specification

AddPkgBody 12361

Add package body

AddTrigger 12362

Add Trigger

ExportData 12363

Export data

DbnsVcsAdd 12364

Database version control add

DbnsVcsRemove 12365

Database version control remove

DbnsVcsCheckout 12366

Database version control checkout

DbnsVcsUndoCheckout 12367

Database version control undo checkout

DbnsVcsCheckin 12368

Database version control checkin

SERetrieveData 12384

SE retrieve data

SEEditTextObject 12385

SE edit text object

DesignSQLBlock 12388

Design SQL block

RegisterSQLInstance 12389

Register SQL instance

UnregisterSQLInstance 12390

Unregister SQL instance

CommandWindowSaveScript 12550

Command window save script

CommandWindowRunScript 12551

Command window run script

CommandWindowCursorUp 12552

Command window cursor up

CommandWindowCursorDown 12553

Command window cursor down

CommandWindowCursorLeft 12554

Command window cursor left

CommandWindowCursorRight 12555

Command window cursor right

CommandWindowHistoryUp 12556

Command window history up

CommandWindowHistoryDown 12557

Command window history down

Remarks

In most cases the format is label, then description of the command.

Applies to