File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1835,6 +1835,8 @@ def action_cursor_left(self, select: bool = False) -> None:
1835
1835
If the cursor is at the left edge of the document, try to move it to
1836
1836
the end of the previous line.
1837
1837
1838
+ If text is selected, move the cursor to the start of the selection.
1839
+
1838
1840
Args:
1839
1841
select: If True, select the text while moving.
1840
1842
"""
@@ -1858,6 +1860,8 @@ def action_cursor_right(self, select: bool = False) -> None:
1858
1860
1859
1861
If the cursor is at the end of a line, attempt to go to the start of the next line.
1860
1862
1863
+ If text is selected, move the cursor to the end of the selection.
1864
+
1861
1865
Args:
1862
1866
select: If True, select the text while moving.
1863
1867
"""
You can’t perform that action at this time.
0 commit comments