diff options
author | Printf Debugging <printfdebugging@gmail.com> | 2024-05-03 22:18:13 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-05-13 13:24:19 +0200 |
commit | 3eb427b31e624af9b2fe2bd68fee859d3d76a661 (patch) | |
tree | 412d7a29ce766fe5dc39703c8b5881b13e2c8a57 /sc/uiconfig | |
parent | 0ce15b8a86f950b0ee84a51c901f4261b64e7cf9 (diff) |
Resolves tdf#63374 and tdf#160908
Show edit highlight only when arrow keys won't commit.
Use shorter UI label.
Edit mode can be activated in two major ways, in which arrow keys
behave differently.
a) F2 | double_click | edit > Cell Edit Mode, in which case, the
arrow keys either move the caret "|" or "reference cell frame".
b) just start typing on the cell, in which case, pressing arrow
keys commit the change.
Edit highlight should be shown in case "a" to differentiate between
the two. If the cell has some background color, or multiselection,
then highlight is not shown.
Change-Id: I710aa641cd47e8ca279dd8bd0e3b4e857d1b0c40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167092
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/tpviewpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/uiconfig/scalc/ui/tpviewpage.ui b/sc/uiconfig/scalc/ui/tpviewpage.ui index fb19f01ba4ec..4fd40a3fed0b 100644 --- a/sc/uiconfig/scalc/ui/tpviewpage.ui +++ b/sc/uiconfig/scalc/ui/tpviewpage.ui @@ -274,7 +274,7 @@ </child> <child> <object class="GtkCheckButton" id="editcellbg"> - <property name="label" translatable="yes" context="tpviewpage|value">Edit cell background highlighting</property> + <property name="label" translatable="yes" context="tpviewpage|value">Edit cell highlighting</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -282,7 +282,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="editcellbg-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|value">Mark the Edit cell background highlighting checkbox to show cell frame background color as the edit cell background.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|value">Mark this box to show highlighted background when the cell is in edit mode.</property> </object> </child> </object> |