mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Add bookmarks bar to documentation.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user