mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 07:39:39 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
16 lines
519 B
HTML
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> |