Files
openide/python/educational-python/resources/tips/NavigateToFilePath.html
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
519 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p><span class="shortcut">Ctrl+Click</span> (on Windows) or <span class="shortcut">Cmd+Click</span> (on MacOS) a tab in the editor to navigate to any part of the file path.
Select the necessary element in the drop-down, and the corresponding file path opens in an external browser
(e.g., in the Explorer, if your OS is Windows).</p>
<p class="image"><img src="images/navigateToFilePath.png"></p>
</body>
</html>