From c366e74f9df3dec75df5b6bb21297166599fbf1b Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 5 Jun 2023 17:57:31 -0300 Subject: tdf#154996 Add tabbed UI commands in Help page + refactoring + Add comments submenu Change-Id: I465ea7c0518272e08f5af403f7502a1d10043b5b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152632 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/00/edit_menu.xhp | 26 ++++++- source/text/shared/01/02230000.xhp | 10 ++- source/text/shared/01/02230300.xhp | 2 +- source/text/shared/01/04050000.xhp | 2 +- source/text/shared/menu/comment_menu.xhp | 116 +++++++++++++++++++++++++++++++ source/text/swriter/main0102.xhp | 3 +- 6 files changed, 148 insertions(+), 11 deletions(-) create mode 100644 source/text/shared/menu/comment_menu.xhp (limited to 'source/text') diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp index f25bf60339..41e82a2653 100644 --- a/source/text/shared/00/edit_menu.xhp +++ b/source/text/shared/00/edit_menu.xhp @@ -230,8 +230,11 @@ CommandCtrl + A +
+ + Choose Edit - Track Changes. +
-Choose Edit - Track Changes. Choose Edit - Track Changes - Record. Choose Edit - Track Changes - Show. Choose Edit - Track Changes - Manage. @@ -250,6 +253,27 @@ Choose Edit - Track Changes - Manage - List tab.
Click an entry in the list and open the context menu.
Choose Edit Comment.
+
+ + + + Choose Edit - Comment. +
+ + Click on the comment to select and then open the context menu. +

On the Comment note:

+ Click on the drop-down list of the selected comment. +
+
+ + + + + +
+ + Choose Review. +
diff --git a/source/text/shared/01/02230000.xhp b/source/text/shared/01/02230000.xhp index 1cf241bc1a..acf87fb23a 100644 --- a/source/text/shared/01/02230000.xhp +++ b/source/text/shared/01/02230000.xhp @@ -20,23 +20,21 @@ - Track Changes + Track Changes /text/shared/01/02230000.xhp - -
- +

Track Changes

-Lists the commands that are available for tracking changes in your file. +Lists the commands that are available for tracking changes in your file.
- +
diff --git a/source/text/shared/01/02230300.xhp b/source/text/shared/01/02230300.xhp index fd2c6174c4..d54a9bd357 100644 --- a/source/text/shared/01/02230300.xhp +++ b/source/text/shared/01/02230300.xhp @@ -35,7 +35,7 @@
-

Insert Track Change Comment

+

Insert Track Change Comment

Enter a comment for the recorded change.
diff --git a/source/text/shared/01/04050000.xhp b/source/text/shared/01/04050000.xhp index a14d58412b..1731affd0e 100644 --- a/source/text/shared/01/04050000.xhp +++ b/source/text/shared/01/04050000.xhp @@ -42,7 +42,7 @@
-

Comment

+

Comment

Inserts a comment around the selected text, presentation slide, drawing page or at the current spreadsheet cursor position.
diff --git a/source/text/shared/menu/comment_menu.xhp b/source/text/shared/menu/comment_menu.xhp new file mode 100644 index 0000000000..53046ded9c --- /dev/null +++ b/source/text/shared/menu/comment_menu.xhp @@ -0,0 +1,116 @@ + + + + + + + Comments Menu + /text/shared/menu/comment_menu.xhp + + + +
+

Comments Menu

+ Shows a submenu that gives options to reply to comments from other users, resolve and delete comments. +
+
+ +
+ + + +

Reply Comment

+Inserts a new comment adjacent to the comment to which you want to reply. The comment anchor is the same for all comments in the thread. + + + + + Icon Reply Comment + + + + Reply Comment + + +
+ + + + Replying a comment creates a comment thread. + + +

Resolve / Unresolve

+ Marks the comment as Resolved (or Unresolved). When you mark the comment resolved, the word Resolved is inserted under the date in the comment box. When marking unresolved, the word Resolved is removed. + + + +

Resolve Thread

+ Marks the comment thread as Resolved (or Unresolved). All comments in the thread are marked Resolved (or Unresolved). +
+
+ + +

Delete Comment

+Deletes the comment. + + + + + Icon Delete Comment + + + + Delete Comment + + +
+ + + +

Delete Comment Thread

+ Deletes all comments of the same thread. +
+
+ + + +

Delete Comment By

+Deletes all comments of the same author. + + + +

Delete All Comments

+Deletes all comments of the document. + + + + + Icon Delete All Comments + + + + Delete All Comments + + +
+ + + + +

Format All Comments

+ Opens the Format Character dialog to set font, font effects, position and highlighting of all comments text. +
+
+
+ + +
+ +
diff --git a/source/text/swriter/main0102.xhp b/source/text/swriter/main0102.xhp index e9cd0dd655..997ce5c4cd 100644 --- a/source/text/swriter/main0102.xhp +++ b/source/text/swriter/main0102.xhp @@ -50,9 +50,8 @@ + -

Comment

-Shows a submenu that gives options to reply to comments from other users, resolve and delete comments.When a submenu for Comment is made, then replace label and description with an embed - 19.10.20 -- cgit