mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix tips.
This commit is contained in:
@@ -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 <file type></span> context menu command.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user