Chromium Code Reviews| Index: ui/strings/ui_strings.grd |
| diff --git a/ui/strings/ui_strings.grd b/ui/strings/ui_strings.grd |
| index 81b0a2c797fad6d0fe718e6e15e9d4ecc13ede28..8092cda9e1b7db453bc3f981eb4c3f34814d261b 100644 |
| --- a/ui/strings/ui_strings.grd |
| +++ b/ui/strings/ui_strings.grd |
| @@ -442,12 +442,24 @@ need to be translated for each locale.--> |
| <message name="IDS_MOVE_TO_BEGINNING_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor to the beginning of the line and modify the selection."> |
| Move To Beginning Of Line And Modify Selection |
| </message> |
| + <message name="IDS_MOVE_TO_BEGINNING_OF_LINE_AND_EXTEND_SELECTION" desc="A command to move the cursor to the beginning of the line and extend the existing selection."> |
|
tapted
2016/05/20 06:47:36
I think this is the point where we really need to
karandeepb
2016/05/24 07:47:15
Have started working on a patch for this https://c
tapted
2016/05/25 04:31:06
That approach isn't widely used for chrome develop
karandeepb
2016/05/25 05:04:11
These commands were added here - https://coderevie
|
| + Move To Beginning Of Line And Extend Selection |
| + </message> |
| + <message name="IDS_MOVE_TOWARDS_BEGINNING_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor towards the beginning of the line and modify the selection. If the selection direction changes, the existing selection reduces to a caret."> |
|
karandeepb
2016/05/20 04:41:47
I can't think of a good name for this command. Sug
tapted
2016/05/25 04:31:06
IDS_MOVE_TO_BEGINNING_OF_LINE_OR_CURSOR_BOUNDARY_A
karandeepb
2016/05/25 05:04:11
It wouldn't for the time being since Document and
|
| + Move Towards Beginning Of Line And Modify Selection |
| + </message> |
| <message name="IDS_MOVE_TO_END_OF_LINE" desc="A command to move the cursor to the end of the line."> |
| Move To End Of Line |
| </message> |
| <message name="IDS_MOVE_TO_END_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor to the end of the line and modify the selection."> |
| Move To End Of Line And Modify Selection |
| </message> |
| + <message name="IDS_MOVE_TO_END_OF_LINE_AND_EXTEND_SELECTION" desc="A command to move the cursor to the end of the line and extend the existing selection."> |
| + Move To End Of Line And Extend Selection |
| + </message> |
| + <message name="IDS_MOVE_TOWARDS_END_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor towards the end of the line and modify the selection. If the selection direction changes, the existing selection reduces to a caret."> |
| + Move Towards End Of Line And Modify Selection |
| + </message> |
| <message name="IDS_MOVE_UP" desc="A command to move the cursor up."> |
| Move Up |
| </message> |