diff --git a/python/resources/tips/Interpreter.html b/python/resources/tips/Interpreter.html index 3bc9c18ff8fc..4f4c58f58657 100644 --- a/python/resources/tips/Interpreter.html +++ b/python/resources/tips/Interpreter.html @@ -6,7 +6,7 @@

PyCharm allows configuring Python interpreters on the various stages of development:

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

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:ShowSettings;, and - under the Project Settings. open the page Python Interpreters.

-

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

-

add_remote_interpreter

- +

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

+

Then click the geat button, and choose the option Add Remote:

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 diff --git a/python/resources/tips/images/multicursor1@2x.png b/python/resources/tips/images/multicursor1@2x.png new file mode 100755 index 000000000000..29208468a665 Binary files /dev/null and b/python/resources/tips/images/multicursor1@2x.png differ diff --git a/python/resources/tips/images/multicursor1@2x_dark.png b/python/resources/tips/images/multicursor1@2x_dark.png new file mode 100755 index 000000000000..04dbef34c971 Binary files /dev/null and b/python/resources/tips/images/multicursor1@2x_dark.png differ diff --git a/python/resources/tips/images/multicursor@2x.png b/python/resources/tips/images/multicursor@2x.png new file mode 100755 index 000000000000..d771d0a9aa0e Binary files /dev/null and b/python/resources/tips/images/multicursor@2x.png differ diff --git a/python/resources/tips/images/multicursor@2x_dark.png b/python/resources/tips/images/multicursor@2x_dark.png new file mode 100755 index 000000000000..dd93320f7b39 Binary files /dev/null and b/python/resources/tips/images/multicursor@2x_dark.png differ diff --git a/python/resources/tips/images/qdoc_live_template@2x-3.png b/python/resources/tips/images/qdoc_live_template@2x-3.png new file mode 100755 index 000000000000..ae79e7e1bb6d Binary files /dev/null and b/python/resources/tips/images/qdoc_live_template@2x-3.png differ diff --git a/python/resources/tips/images/qdoc_live_template@2x_dark-3.png b/python/resources/tips/images/qdoc_live_template@2x_dark-3.png new file mode 100755 index 000000000000..6b077c641d17 Binary files /dev/null and b/python/resources/tips/images/qdoc_live_template@2x_dark-3.png differ