Add bookmarks bar to documentation.

This commit is contained in:
baldurk
2015-07-18 23:59:34 +02:00
parent e4919f4528
commit 85b2b3a275
5 changed files with 29 additions and 0 deletions
+5
View File
@@ -141,6 +141,11 @@
<command>CTRL-G</command> to find <mediaLinkInline><image xlink:href="find"/></mediaLinkInline>
or jump to a given EID <mediaLinkInline><image xlink:href="GreenFlag"/></mediaLinkInline>
respectively.</para>
<para>The <mediaLinkInline><image xlink:href="asterisk_orange"/></mediaLinkInline> bookmark button will
allow you to bookmark an event, the shortcut key is <command>CTRL-B</command>.</para>
<para>A list of bookmarked events will show up on a toolbar at the top of the event browser, they and
the shortcut keys <command>CTRL-1</command> to <command>CTRL-0</command> will jump to the
respective bookmarked EID. These shortcuts will work anywhere in the application.</para>
</content>
</section>
+14
View File
@@ -92,6 +92,20 @@ D3DPERF_EndEvent();
</alert>
</content>
</section>
<section address="bookmarks">
<title>Bookmarks</title>
<content>
<para>The <mediaLinkInline><image xlink:href="asterisk_orange"/></mediaLinkInline> bookmark button will
allow you to bookmark an event, the shortcut key is <command>CTRL-B</command>.</para>
<mediaLink>
<caption placement="after" lead="Bookmarks bar">The bookmarks bar with several EIDs bookmarks.</caption>
<image xlink:href="BookmarksBar"/>
</mediaLink>
<para>A list of bookmarked events will show up on a toolbar at the top of the event browser, they and
the shortcut keys <command>CTRL-1</command> to <command>CTRL-0</command> will jump to the
respective bookmarked EID. These shortcuts will work anywhere in the application.</para>
</content>
</section>
<section address="searching">
<title>Searching and Jumping</title>
<content>
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B

+10
View File
@@ -121,6 +121,16 @@
<Tokens Include="Tokens.tokens" />
</ItemGroup>
<ItemGroup>
<Image Include="imgs\Screenshots\BookmarksBar.png">
<ImageId>BookmarksBar</ImageId>
<AlternateText>Bookmarks Bar</AlternateText>
<ImageId>BookmarksBar</ImageId>
<AlternateText>Bookmarks Bar in Event Browser</AlternateText>
</Image>
<Image Include="imgs\icons\asterisk_orange.png">
<ImageId>asterisk_orange</ImageId>
<AlternateText>asterisk orange</AlternateText>
</Image>
<Image Include="imgs\Screenshots\pythonshell.png">
<ImageId>pythonshell</ImageId>
<AlternateText>Python Shell</AlternateText>