diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-08-16 17:15:34 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-08-16 17:47:01 +0200 |
commit | 462b28770e4fa3dfa6fe4af71a6776cceb4c4640 (patch) | |
tree | 8c3207c9846da33c2157606d9ac15abba6387343 /sc/uiconfig | |
parent | 0f7de1dce1b8b6ce4ecb8cb9f70cb6f8bc9051a5 (diff) |
fdo#37230 Add legacy cell selection behavior and config. option
When selecting cells with ctrl+shift, the legacy behaviour was to
take in account to which cell the cursor moved. This allowed the
user to make some convenient selections. This behaviour can now be
turned on with a switch in the configuration (Tools > Options >
Calc > General > Input Settings > "Use legacy cursor movement
behavior when selecting").
Change-Id: I00ae7b4ee001b416cc680c7a650631daec71e51b
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/scgeneralpage.ui | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/scgeneralpage.ui b/sc/uiconfig/scalc/ui/scgeneralpage.ui index 09e999a49285..675d6d9f282b 100644 --- a/sc/uiconfig/scalc/ui/scgeneralpage.ui +++ b/sc/uiconfig/scalc/ui/scgeneralpage.ui @@ -416,6 +416,26 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="legacy_cell_selection_cb"> + <property name="label" translatable="yes">Use legacy cursor movement behavior when selecting</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">7</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child> <placeholder/> </child> <child> |