Files
openide/python/educational-python/resources/tips/HierarchyBrowser.html
T
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

16 lines
581 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="../../../python-community-ide-resources/resources/tips/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>