次の方法で共有


Understanding Commands: The Extend Keyword

Versions: 2005, 2008, 2010

Code: vstipTool0125

 

 

If you work with Commands much you may have noticed that there are sometimes two or more versions of a command. It usually looks like this:

clip_image002

 

 

So what does the word “Extend” mean? It’s actually pretty simple. “Extend” means “Select” in commands. Let’s take a look:

 

Edit.CharLeft

clip_image004

 

This just moves the cursor to the left in the Text Editor. Pretty simple.

 

 

 

Edit.CharLeftExtend

clip_image006

 

 

This is used to select to the left of the cursor:

clip_image008

 

 

 

Edit.CharLeftExtendColumn

clip_image010

 

 

This command allows for making box selections:

clip_image012