Bug 143767 - Add "Extending selection and "Adding selection" to Edit > Selection Mode in Writer's menu
Summary: Add "Extending selection and "Adding selection" to Edit > Selection Mode in W...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
: 86065 147412 (view as bug list)
Depends on:
Blocks: Main-Menu
  Show dependency treegraph
 
Reported: 2021-08-07 09:47 UTC by Rizal Muttaqin
Modified: 2022-08-14 00:45 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rizal Muttaqin 2021-08-07 09:47:34 UTC
Steps to reproduce
1. Open up Writer
2. See Selection mode on status bar. There are four modes: Standard selection, Extending selection, Adding selection, Block selection
3. Go to menubar, select Edit > Selection Mode.

Observed:
- There are just two sub menus: Standard and Block Area

Expected:
- There are four sub menus: Standard, Extending, Adding and Block Area

Version: 7.2.0.1 / LibreOffice Community
Build ID: 32efc3b7f3a71cfa6a7fa3f6c208333df48656cc
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: id-ID (id_ID.UTF-8); UI: en-US
Calc: threaded

Version: 7.1.5.2 / LibreOffice Community
Build ID: 10(Build:2)
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: kf5
Locale: id-ID (id_ID.UTF-8); UI: id-ID
Ubuntu package version: 1:7.1.5~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 4e7212c4a341eef0521c4c6300c65bf42d756fd1
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: id-ID (id_ID.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2021-08-05_11:49:04
Calc: threaded
Comment 1 Jean-Baptiste Faure 2021-08-14 16:31:32 UTC
Confirmed. Set status to NEW.

Best regards. JBF
Comment 2 Dieter 2021-11-29 10:48:26 UTC
While having a look at bug 86065 I saw, that we have two help pages:
https://help.libreoffice.org/7.2/en-GB/text/shared/02/20050000.html?&DbPAR=WRITER&System=WIN
and
https://help.libreoffice.org/7.2/en-GB/text/swriter/01/selection_mode.html?&DbPAR=WRITER&System=WIN

Perhaps the two help pages can be merged after adding menu entries.
Comment 3 Dieter 2021-11-29 10:48:54 UTC
*** Bug 86065 has been marked as a duplicate of this bug. ***
Comment 4 Heiko Tietze 2022-02-15 06:22:24 UTC
*** Bug 147412 has been marked as a duplicate of this bug. ***
Comment 5 Heiko Tietze 2022-02-15 06:57:51 UTC
The statusbar functions are in svx/source/stbctrls/selctrl.cxx, missing UNO commands like uno:SelectionModeBlock and uno:SelectionModeDefault. Don't see how the other options becomes activated, maybe per INetURLObject aObj( m_aCommandURL ).

Hossein, is this easy hackable? And shall we make the menu call UNO commands instead of doing some other magic?