From 4961cdc17d58f8da071d95a75fecdf15aa38c811 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Thu, 10 Apr 2014 03:00:58 +0200 Subject: [PATCH] Fix tips. --- python/resources/tips/ExcludeFromProject.html | 15 --------------- python/resources/tips/RemoteInterpreter.html | 9 +++++++-- 2 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 python/resources/tips/ExcludeFromProject.html diff --git a/python/resources/tips/ExcludeFromProject.html b/python/resources/tips/ExcludeFromProject.html deleted file mode 100644 index ec9f43343636..000000000000 --- a/python/resources/tips/ExcludeFromProject.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - -

- You can exclude any file from your project. As a result, such a file will be ignored by indexing, inspection and code completion.

-

- In the Project tool window, select the file you want to ignore, and choose - Mark as plain text in its context menu.

-

- If necessary, you can always return the file to its original type using the - Mark as <file type> context menu command.

- - diff --git a/python/resources/tips/RemoteInterpreter.html b/python/resources/tips/RemoteInterpreter.html index 142893932945..83cdbe282c87 100644 --- a/python/resources/tips/RemoteInterpreter.html +++ b/python/resources/tips/RemoteInterpreter.html @@ -5,11 +5,16 @@

Found yourself in a situation, when you want to use an interpreter located remotely? With PyCharm it is quite easy.

-

To configure a remote interpreter, press &shortcut:ShowProjectStructureSettings;, and -under the Project Settings. open the page Python Interpreters.

+ +

To configure a remote interpreter, press &shortcut:ShowSettings;, and + under the Project Settings. open the page Python Interpreters.

Then press &shortcut:NewElement;, and choose the option Remote:

add_remote_interpreter

You can use this remote interpreter for your project, or just leave it as one of the available interpreters.

+ + + + \ No newline at end of file