File tree Expand file tree Collapse file tree
ICSharpCode.AvalonEdit/Editing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public sealed class RectangleSelection : Selection
5656 public static readonly RoutedUICommand BoxSelectLeftByWord = Command ( "BoxSelectLeftByWord" ) ;
5757
5858 /// <summary>
59- /// Expands the selection left by one word, creating a rectangular selection.
59+ /// Expands the selection right by one word, creating a rectangular selection.
6060 /// Key gesture: Ctrl+Alt+Shift+Right
6161 /// </summary>
6262 public static readonly RoutedUICommand BoxSelectRightByWord = Command ( "BoxSelectRightByWord" ) ;
@@ -68,7 +68,7 @@ public sealed class RectangleSelection : Selection
6868 public static readonly RoutedUICommand BoxSelectUpByLine = Command ( "BoxSelectUpByLine" ) ;
6969
7070 /// <summary>
71- /// Expands the selection up by one line, creating a rectangular selection.
71+ /// Expands the selection down by one line, creating a rectangular selection.
7272 /// Key gesture: Alt+Shift+Down
7373 /// </summary>
7474 public static readonly RoutedUICommand BoxSelectDownByLine = Command ( "BoxSelectDownByLine" ) ;
You can’t perform that action at this time.
0 commit comments