faq:select-html-tag

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
faq:select-html-tag [2016/06/30 00:24] – created adminfaq:select-html-tag [2018/04/13 14:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== How to select a HTML tag ====== ====== How to select a HTML tag ======
  
-There is no special shortcut to select a tag. HE generic editor, and not specified for any language (this would change with 1.50, where specialization will come with help of plugins and scripts).+There is no special shortcut to select a tag. HE generic editor, and not specified for any language (this would change with 1.50, where specialization will come with the help of plugins and scripts).
  
-But you can use command Edit.ExpandSelection (Edit->Selection->Expand). This is smart function that guess, what user want to select and increase selection range from current to larger one. +But you can use command Edit.ExpandSelection (Edit->Selection->Expand). This is smart function that guesses, what user want to select and increase selection range from current to larger one. 
-The functionality is also callable with with double/triple etc clicks (number of clicks correspond to number of calls for ExpandSelection).+The functionality is also callable with double/triple etc clicks (number of clicks corresponding to the number of calls for ExpandSelection).
  
 The opposite to //[[editing:commands:expand-selection|Edit.ExpandSelection]]// is command //[[editing:commands:shrink-selection|Edit.ShrinkSelection]]//, which decrease selection to previous selection scope. The opposite to //[[editing:commands:expand-selection|Edit.ExpandSelection]]// is command //[[editing:commands:shrink-selection|Edit.ShrinkSelection]]//, which decrease selection to previous selection scope.