Files
openide/python/educational-python/resources/tips/CtrlW.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
597 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p><span class="shortcut">&shortcut:EditorSelectWord;</span> (extend selection) in the editor selects the word at the caret
and then selects expanding areas of the source code. For example, it may select a method name,
then the expression that calls this method, then the whole statement, then the containing block, etc.
You can also select the word at the caret and the expanding areas of the source code by double-clicking the target areas in the editor. </p>
</body>
</html>