PY-18188 Include missing HierarchyBrowser.html in tips of the day

This commit is contained in:
Mikhail Golubev
2018-09-28 15:00:08 +03:00
parent 36c0522a5b
commit 0e7a7fb01b
@@ -0,0 +1,15 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
To see the inheritance hierarchy for a selected class,
press <span class="shortcut">&shortcut:TypeHierarchy;</span>
(<span class="control" >Navigate | Type Hierarchy</span>).
You can also invoke the hierarchy view right from the editor
to see the hierarchy for the currently edited class.</p>
<p class="image">
<img src="images/hierarchy_browser.png"></p>
</body>
</html>