source/text/shared/guide/dev_tools.xhp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)
New commits: commit 890b11c7e389bff4b177beaf79461a6d6cc8ba1c Author: Olivier Hallot <[email protected]> AuthorDate: Tue Nov 16 17:51:46 2021 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Nov 17 11:48:48 2021 +0100 Add Development Tools icon to Help page Change-Id: I619e94f6c9c58285781cd6635398b4a807d20f55 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125335 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/shared/guide/dev_tools.xhp b/source/text/shared/guide/dev_tools.xhp index 7a75841ee..680c34961 100644 --- a/source/text/shared/guide/dev_tools.xhp +++ b/source/text/shared/guide/dev_tools.xhp @@ -35,6 +35,18 @@ <paragraph role="paragraph" id="par_id3155069"><variable id="DevTools_intro"><ahelp hid=".uno:LoadToolBox">Inspects objects in %PRODUCTNAME documents and shows supported UNO services, as well as available methods, properties and implemented interfaces. This feature also allows to explore the document structure using the Document Object Model (DOM).</ahelp></variable></paragraph> <section id="howtoget"> <paragraph role="paragraph" id="par_id961562795750725">Choose <menuitem>Tools - Development Tools</menuitem></paragraph> + <table id="tab_id11637079282585"> + <tablerow> + <tablecell> + <paragraph id="par_id241637079282587" role="paragraph"> + <image src="cmd/lc_developmenttoolsdockingwindow.svg" id="img_id341637079282588" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id651637079282589">Icon Development Tools</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id991637079282590" role="paragraph" xml-lang="en-US">Development Tools</paragraph> + </tablecell> + </tablerow> + </table> </section> <note id="par_id271627931218557">The <emph>Development Tools</emph> are visible in all documents of %PRODUCTNAME Writer, Calc, Impress and Draw. The display is persistent and remain visible until deselected.</note> <paragraph role="paragraph" id="par_id3152821">When <emph>Development Tools</emph> is enabled, a dockable window is shown at the bottom of the screen. This window has two sections:</paragraph> @@ -144,7 +156,7 @@ <paragraph id="par_id371627914840561" role="listitem"><emph>Implementation class</emph>: Displays the name of the class where the method is implemented.</paragraph> </listitem> </list> - + <section id="relatedtopics"> <embed href="text/sbasic/shared/uno_objects.xhp#UnoObjects_h1"/> </section>
