diff options
author | Dione Maddern <dionemaddern@libreoffice.org> | 2024-11-02 00:02:18 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-11-02 18:31:38 +0100 |
commit | e2903bddbdf7d9a4b10aba32a30b48d70e2feb4e (patch) | |
tree | 8d3d7fd31c159a9fa58374166b4cfb9ef870bfd5 /source/text/shared | |
parent | 3a67ce44369193e2089a35c5d106d3a115ec03c5 (diff) |
tdf#163053 Add Help page for Comments sidebar panel in Writer
Create a new page text/swriter/01/sidebar_comments.xhp to document the Comments sidebar panel feature.
In AllLangHelp_swriter.mk
- Add new page to repository
In text/shared/01/04050000.xhp
- Add section and variable tags to allow the page to be easily linked and embedded in other pages.
In text/shared/optionen/java.xhp
- Add section and variable tags to allow the page to be easily linked and embedded in other pages.
Change-Id: I782c6483b07cc1b7d7b3566fe4664927740387af
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175915
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/01/04050000.xhp | 8 | ||||
-rw-r--r-- | source/text/shared/optionen/java.xhp | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/source/text/shared/01/04050000.xhp b/source/text/shared/01/04050000.xhp index 33de2cfd78..17c7f4a3b7 100644 --- a/source/text/shared/01/04050000.xhp +++ b/source/text/shared/01/04050000.xhp @@ -97,8 +97,12 @@ <embed href="text/shared/01/04050000.xhp#dropdown"/> <bookmark branch="hid/.uno:ReplyComment" id="bm_id0429200810593995" localize="false"/> <tip id="par_id0302200901430918">In the <emph>Find & Replace</emph> dialog of text documents, you can select to include the comments texts in your searches.</tip> - <h2 id="hd_id601573488847729">Replying to comments</h2> - <paragraph id="par_id0305200911090684" role="paragraph">If the comment in a text document was written by another author, there is a <emph>Reply</emph> command in the context menu. <ahelp hid=".">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too.</paragraph><comment>View - Comments command</comment> + <section id="replycomments"> + <h2 id="hd_id601573488847729"><variable id="replycomments_hd">Replying to comments</variable></h2> + <section id="replycomments_content"> + <paragraph id="par_id0305200911090684" role="paragraph">If the comment in a text document was written by another author, there is a <emph>Reply</emph> command in the context menu. <ahelp hid=".">This command inserts a new comment adjacent to the comment to which you want to reply.</ahelp> The comment anchor is the same for both comments. Type your reply text in the new comment. Save and send your document to other authors, then those authors can add replies, too.</paragraph><comment>View - Comments command</comment> + </section> + </section> <section id="resolvecomments"> <h2 id="hd_id201573491050815">Marking comments as resolved</h2> <paragraph role="paragraph" id="par_id961573491046250">When the document has been reviewed and commented and requires your action in its contents, you can mark the comment <emph>Resolved</emph> or <emph>Unresolved</emph>. Open the comment context menu or click on the comment dropdown list to mark the Resolved checkbox. When you mark the comment resolved, the word <literal>Resolved</literal> is inserted under the date in the comment box. When marking unresolved, the word <literal>Resolved</literal> is removed.</paragraph> diff --git a/source/text/shared/optionen/java.xhp b/source/text/shared/optionen/java.xhp index f8490f81f7..3d27b2fa7c 100644 --- a/source/text/shared/optionen/java.xhp +++ b/source/text/shared/optionen/java.xhp @@ -96,10 +96,12 @@ <paragraph id="par_idN10686" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/optadvancedpage/classpath">Opens the <link href="text/shared/optionen/javaclasspath.xhp">Class Path</link> dialog.</ahelp></paragraph> <h2 id="hd_id3148618">Optional Features</h2> - -<h3 id="hd_id3148619"><ahelp hid="cui/ui/optadvancedpage/experimental">Enable experimental features</ahelp></h3> -<paragraph id="par_id3156344" role="paragraph" xml-lang="en-US">Enables features that are not yet complete or may contain known bugs. The list of these features is different version by version, or even it can be empty.</paragraph> - +<section id="enable_experimental_features"> + <h3 id="hd_id3148619"><ahelp hid="cui/ui/optadvancedpage/experimental"><variable id="enable_experimental_features_hd">Enable experimental features</variable></ahelp></h3> + <section id="enable_experimental_features_content"> + <paragraph id="par_id3156344" role="paragraph" xml-lang="en-US">Enables features that are not yet complete or may contain known bugs. The list of these features is different version by version, or even it can be empty.</paragraph> + </section> +</section> <h3 id="hd_id3148610"><ahelp hid="cui/ui/optadvancedpage/macrorecording">Enable macro recording</ahelp></h3> <paragraph id="par_id3156345" role="paragraph" xml-lang="en-US">Enables macro recording. The <link href="text/shared/guide/macro_recording.xhp"><item type="menuitem">Tools - Macros - Record Macro</item></link> menu item is available.</paragraph> |