Fix tips.

This commit is contained in:
Dmitry Trofimov
2014-04-10 03:00:58 +02:00
parent b9117c12a9
commit 4961cdc17d
2 changed files with 7 additions and 17 deletions
@@ -1,15 +0,0 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
You can exclude any file from your project. As a result, such a file will be ignored by indexing, inspection and code completion.</p>
<p>
In the <span class="control">Project</span> tool window, select the file you want to ignore, and choose
<span class="control">Mark as plain text</span> in its context menu.</p>
<p>
If necessary, you can always return the file to its original type using the
<span class="control">Mark as &lt;file type&gt;</span> context menu command.</p>
</body>
</html>
+7 -2
View File
@@ -5,11 +5,16 @@
<body>
<p>Found yourself in a situation, when you want to use an interpreter located remotely? With
PyCharm it is quite easy.</p>
<p>To configure a remote interpreter, press <span class="shortcut">&shortcut:ShowProjectStructureSettings;</span>, and
under the <span class="control">Project Settings</span>. open the page <span class="control">Python Interpreters</span>.</p>
<p>To configure a remote interpreter, press <span class="shortcut">&shortcut:ShowSettings;</span>, and
under the <span class="control">Project Settings</span>. open the page <span class="control">Python Interpreters</span>.</p>
<p>Then press <span class="shortcut">&shortcut:NewElement;</span>, and choose the option <span class="control">Remote</span>:</p>
<p class="image"><img src="images/add_remote_interpreter.png" alt="add_remote_interpreter"/></p>
<p>You can use this remote interpreter for your project, or just leave it as one of the available interpreters.</p>
</body>
</html>
<html>
<head></head>
<body></body>
</html>