Files
openide/python/educational-python/resources/tips/Rename.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

18 lines
634 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>You can easily rename your local variables with automatic correction of all places where they are used.</p>
<p>To try it, place the caret at the variable you want to rename, and press <span class="shortcut">&shortcut:RenameElement;</span>
(<span class="control">Refactor | Rename</span>).
Type the new name in the popup window that appears, or select one of the suggested names,
and press
<span class="shortcut">Enter</span>.</p>
<p class="image"><img src="images/rename.png"></p>
</body>
</html>