File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ICSharpCode.AvalonEdit/Editing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public sealed class RectangleSelection : Selection
56
56
public static readonly RoutedUICommand BoxSelectLeftByWord = Command ( "BoxSelectLeftByWord" ) ;
57
57
58
58
/// <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.
60
60
/// Key gesture: Ctrl+Alt+Shift+Right
61
61
/// </summary>
62
62
public static readonly RoutedUICommand BoxSelectRightByWord = Command ( "BoxSelectRightByWord" ) ;
@@ -68,7 +68,7 @@ public sealed class RectangleSelection : Selection
68
68
public static readonly RoutedUICommand BoxSelectUpByLine = Command ( "BoxSelectUpByLine" ) ;
69
69
70
70
/// <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.
72
72
/// Key gesture: Alt+Shift+Down
73
73
/// </summary>
74
74
public static readonly RoutedUICommand BoxSelectDownByLine = Command ( "BoxSelectDownByLine" ) ;
You can’t perform that action at this time.
0 commit comments