Exemplo n.º 1
0
 public void SelectLine(ITextViewLine viewLine, bool extendSelection) =>
 //TODO: If in a code buffer, don't select the prompt
 EditorOperations.SelectLine(viewLine, extendSelection);