diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-19 18:17:02 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-10-19 20:34:23 +0200 |
commit | 7f0ff496eadf2fcb9bdbf698637cfb66261ea3fd (patch) | |
tree | 3a5b5f31243ad9b36fd54b5253aa4995978b5cb1 | |
parent | efae5941210d1801523ae2a7a6ef3e3d5521bd46 (diff) |
Resolves: 02 edit menu in tdf#137084 - update edit menu in Writer
- move "Direct Cursor Mode" to current position in Edit menu
- add Comment label and description
- update label to "Links to External Files"
- remove "Footnote or Endnote", "Index Entry" and "Bibliography Entry"
to "Reference" submenu
- make new submenu page, embedded as "Reference"
- add "access" command for "Reference" in edit_menu.xhp
- add keyboard shortcut for "Go to Page"
- update "Go to Page", because no longer to Navigator
- update "Edit File" (/shared/02/070700000.xhp) to "Edit Mode"
- update to <h1>,<h2>,<menuitem>
Change-Id: I34e8f74b8d43e2875e40b24cc0d93eecdc2b2ad0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104498
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
-rw-r--r-- | AllLangHelp_swriter.mk | 1 | ||||
-rw-r--r-- | source/text/shared/02/07070000.xhp | 12 | ||||
-rw-r--r-- | source/text/swriter/01/edit_reference_submenu.xhp | 39 | ||||
-rw-r--r-- | source/text/swriter/main0102.xhp | 32 |
4 files changed, 59 insertions, 25 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index 54c0fc79f1..ce3925d093 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -175,6 +175,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/06210000 \ helpcontent2/source/text/swriter/01/06220000 \ helpcontent2/source/text/swriter/01/06990000 \ + helpcontent2/source/text/swriter/01/edit_reference_submenu \ helpcontent2/source/text/swriter/01/format_object \ helpcontent2/source/text/swriter/01/legacynumbering \ helpcontent2/source/text/swriter/01/mailmerge00 \ diff --git a/source/text/shared/02/07070000.xhp b/source/text/shared/02/07070000.xhp index 158d189570..28f95e1d24 100644 --- a/source/text/shared/02/07070000.xhp +++ b/source/text/shared/02/07070000.xhp @@ -35,20 +35,20 @@ <bookmark_value>read-only documents; editing</bookmark_value> <bookmark_value>cursor;in read-only text</bookmark_value> <bookmark_value>read-only documents;cursor</bookmark_value> -<bookmark_value>Edit File icon</bookmark_value> +<bookmark_value>Edit Mode icon</bookmark_value> </bookmark><comment>mw inserted "Edit File icon" entry</comment> <bookmark xml-lang="en-US" branch="hid/.uno:EditDoc" id="bm_id2451362" localize="false"/> -<paragraph role="heading" id="hd_id3148520" xml-lang="en-US" level="1"><link href="text/shared/02/07070000.xhp" name="Edit File">Edit File</link></paragraph> -<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit File</emph> icon to activate or deactivate the edit mode.</paragraph> +<h1 id="hd_id3148520" xml-lang="en-US"><link href="text/shared/02/07070000.xhp" name="Edit File">Edit Mode</link></h1> +<paragraph role="paragraph" id="par_id3153089" xml-lang="en-US"><ahelp hid=".uno:EditDoc" visibility="hidden">Enables you to edit a read-only document or database table.</ahelp> Use the<emph> Edit Mode</emph> icon to activate or deactivate the edit mode.</paragraph> </section> <section id="sybearbeiten"> <table id="tbl_id3157896"> <tablerow> <tablecell colspan="" rowspan=""> - <paragraph role="paragraph" id="par_id3145090" xml-lang="en-US"><image id="img_id3154751" src="cmd/sc_editdoc.png" width="5.64mm" height="5.64mm"><alt id="alt_id3154751" xml-lang="en-US">Icon</alt></image></paragraph> + <paragraph role="paragraph" id="par_id3145090" xml-lang="en-US"><image id="img_id3154751" src="cmd/sc_editdoc.png" width="5.64mm" height="5.64mm"><alt id="alt_id3154751" xml-lang="en-US">Edit Mode Icon</alt></image></paragraph> </tablecell> <tablecell colspan="" rowspan=""> - <paragraph role="paragraph" id="par_id3150694" xml-lang="en-US">Edit File</paragraph> + <paragraph role="paragraph" id="par_id3150694" xml-lang="en-US">Edit Mode</paragraph> </tablecell> </tablerow> </table> @@ -56,7 +56,7 @@ <section id="selecttext"> <bookmark xml-lang="en-US" branch="hid/.uno:SelectTextMode" id="bm_id3790874" localize="false"/> <bookmark xml-lang="en-US" branch="hid/SFX2_HID_HELP_TEXT_SELECTION_MODE" id="bm_id3147088" localize="false"/> -<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><ahelp hid=".">You can enable a selection cursor in a read-only text document or in the Help. Choose <emph>Edit - Select Text</emph> or open the context menu of a read-only document and choose <emph>Select Text</emph>. The selection cursor does not blink.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3147576" xml-lang="en-US"><ahelp hid=".">You can enable a selection cursor in a read-only text document or in the Help. Choose <menuitem>Edit - Select Text</menuitem> or open the context menu of a read-only document and choose <menuitem>Select Text</menuitem>. The selection cursor does not blink.</ahelp></paragraph> </section> </body> </helpdocument> diff --git a/source/text/swriter/01/edit_reference_submenu.xhp b/source/text/swriter/01/edit_reference_submenu.xhp new file mode 100644 index 0000000000..9dfe3fa5fd --- /dev/null +++ b/source/text/swriter/01/edit_reference_submenu.xhp @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="edit_reference_submenu" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Reference (Edit)</title> + <filename>/text/swriter/01/edit_reference_submenu.xhp</filename> + </topic> +</meta> +<body> + +<section id="edit_reference_head"> +<h1 id="hd_id1001603128268578">Reference</h1> +<paragraph role="paragraph" id="par_id411603128291771">A submenu that offers possibilities to edit footnotes, endnotes, index entries, and bibliography entries.</paragraph> +</section> + +<section id="howtoget"> +<embed href="text/shared/00/edit_menu.xhp#reference"/> +</section> + +<h2 id="hd_id3147302" xml-lang="en-US"><link href="text/swriter/01/02150000.xhp" name="Footnotes">Footnote or Endnote</link></h2> +<embed href="text/swriter/01/02150000.xhp#footnote_endnote_text"/> + +<h2 id="hd_id3147327" xml-lang="en-US"><link href="text/swriter/01/02160000.xhp" name="Index Entry">Index Entry</link></h2> +<embed href="text/swriter/01/02160000.xhp#index_entry_text"/> + +<h2 id="hd_id3147352" xml-lang="en-US"><link href="text/swriter/01/02130000.xhp" name="Bibliography Entry">Bibliography Entry</link></h2> +<embed href="text/swriter/01/02130000.xhp#bibliography_entry_text"/> + +</body> +</helpdocument>
\ No newline at end of file diff --git a/source/text/swriter/main0102.xhp b/source/text/swriter/main0102.xhp index d26df71fab..46b53eac08 100644 --- a/source/text/swriter/main0102.xhp +++ b/source/text/swriter/main0102.xhp @@ -31,7 +31,7 @@ <section id="edit"> <bookmark xml-lang="en-US" branch="hid/.uno:EditMenu" id="bm_id8177739" localize="false"/> -<paragraph id="hd_id3149610" role="heading" level="1" xml-lang="en-US"><link href="text/swriter/main0102.xhp" name="Edit">Edit</link></paragraph> +<h1 id="hd_id3149610" xml-lang="en-US"><link href="text/swriter/main0102.xhp" name="Edit">Edit</link></h1> <paragraph id="par_id3149626" role="paragraph" xml-lang="en-US"><ahelp hid=".">This menu contains commands for editing the contents of the current document.</ahelp></paragraph> </section> <embed href="text/shared/01/02010000.xhp#undo"/> @@ -44,37 +44,31 @@ <embed href="text/shared/01/02090000.xhp#select_all"/> <embed href="text/swriter/01/selection_mode.xhp#selection_mode"/> -<paragraph id="hd_id3147619" role="heading" level="2" xml-lang="en-US"><link href="text/shared/02/07070000.xhp" name="Select Text">Select Text</link></paragraph> +<h2 id="hd_id3147619" xml-lang="en-US"><link href="text/shared/02/07070000.xhp" name="Select Text">Select Text</link></h2> <embed href="text/shared/02/07070000.xhp#selecttext"/> -<paragraph id="hd_id102920150120456626" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/02/18130000.xhp" name="Direct Cursor Mode">Direct Cursor Mode</link></paragraph> -<paragraph id="par_id102920150120459176" role="paragraph" xml-lang="en-US">Allows a user to click at the beginning, middle, or end of any possible text line on a page and then begin typing.</paragraph> <embed href="text/shared/01/menu_edit_find.xhp#find"/> <embed href="text/shared/01/02100000.xhp#find_and_replace"/> -<paragraph id="hd_id102920150120455108" role="heading" level="2" xml-lang="en-US">Go to Page</paragraph> -<paragraph id="par_id102920150120456660" role="paragraph" xml-lang="en-US">Opens the <emph>Navigator</emph> window on the <emph>Page Number</emph> spin button, so you can enter in a page number.</paragraph> +<h2 id="hd_id102920150120455108" xml-lang="en-US">Go to Page</h2> +<paragraph id="par_id102920150120456660" role="paragraph" xml-lang="en-US">Opens a dialog box to enter which page number should be shown. (<switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+G</keycode>) +</paragraph> <embed href="text/shared/01/02230000.xhp#track_changes"/> +<h2 id="hd_id11603124968334">Comment</h2> +<paragraph role="paragraph" id="par_id941603125587454"> Shows submenu that gives options to reply, resolve and delete comments.</paragraph><comment>When a submenu for Comment is made, then replace label and description with an embed - 19.10.20</comment> +<embed href="text/swriter/01/edit_reference_submenu.xhp#edit_reference_head"/> <embed href="text/shared/02/09070000.xhp#hyperlink"/> - -<paragraph id="hd_id3147302" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/02150000.xhp" name="Footnotes">Footnote or Endnote</link></paragraph> -<embed href="text/swriter/01/02150000.xhp#footnote_endnote_text"/> - -<paragraph id="hd_id3147327" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/02160000.xhp" name="Index Entry">Index Entry</link></paragraph> -<embed href="text/swriter/01/02160000.xhp#index_entry_text"/> - -<paragraph id="hd_id3147352" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/02130000.xhp" name="Bibliography Entry">Bibliography Entry</link></paragraph> -<embed href="text/swriter/01/02130000.xhp#bibliography_entry_text"/> - -<paragraph id="hd_id0914201501170124" role="heading" level="2" xml-lang="en-US"><link href="text/swriter/01/02140000.xhp" name="Fields">Fields</link></paragraph> +<h2 id="hd_id0914201501170124" xml-lang="en-US"><link href="text/swriter/01/02140000.xhp" name="Fields">Fields</link></h2> <embed href="text/swriter/01/02140000.xhp#fields_text"/> -<paragraph id="hd_id0914201501170171" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/02180000.xhp" name="Links">Links</link></paragraph> +<h2 id="hd_id0914201501170171" xml-lang="en-US"><link href="text/shared/01/02180000.xhp" name="Links">Links to External Files</link></h2> <embed href="text/shared/01/02180000.xhp#links_text"/> -<paragraph id="hd_id0914201502131542" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/02200000.xhp" name="Object">Object</link></paragraph> +<h2 id="hd_id0914201502131542" xml-lang="en-US"><link href="text/shared/01/02200000.xhp" name="Object">Object</link></h2> <embed href="text/shared/01/02200000.xhp#object_text"/> <embed href="text/swriter/01/04180400.xhp#exchange_database"/> +<h2 id="hd_id102920150120456626" xml-lang="en-US"><link href="text/swriter/02/18130000.xhp" name="Direct Cursor Mode">Direct Cursor Mode</link></h2> +<paragraph id="par_id102920150120459176" role="paragraph" xml-lang="en-US">Allows a user to click at the beginning, middle, or end of any possible text line on a page and then begin typing.</paragraph> <embed href="text/shared/02/07070000.xhp#edit_mode"/> </body> |