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

14 lines
673 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>The <span class="control">Local Changes</span> tab of the <span class="control">Version Control</span> tool window shows all deleted, modified, and unversioned files in a single view.
Use <span class="shortcut">&shortcut:ActivateVersionControlToolWindow;</span> keyboard shortcut to show or hide this tool window.</p>
<p>From the <span class="control">Version Control</span> tool window you can perform all the necessary version control actions: commit changes, manage changelists, put resources under version control, examine differences and more.</p>
</body>
</html>