Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in help dialog box #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/com/dropbox/plugins/mypy_plugin/MypyHelp.form
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<contentType value="text/html"/>
<editable value="false"/>
<font/>
<text value="&lt;html&gt;&#10; &lt;head&gt;&#10; &#10; &lt;/head&gt;&#10; &lt;body helvetica=&quot;#DEFAULT&quot;&gt;&#10; &lt;h2&gt;&#10; PyCharm mypy plugin&#10; &lt;/h2&gt;&#10; &lt;p&gt;&#10; NOTE: this is an alpha version, there may be bugs and missing features, &#10; please report them to &lt;a href=&quot;https://github.com/dropbox/mypy-PyCharm-plugin&quot;&gt;[email protected]&lt;/a&gt;.&#10; &lt;/p&gt;&#10; &lt;p&gt;&#10; The plugin provides a simple terminal to run mypy daemon from your &#10; PyCharm IDE and navigate through the type checking results. You can pin &#10; the terminal to either side of PyCharm window, click on window toolbar &amp;#8594; &#10; Move. Current default is bottom, which is optimal when you are working &#10; with many files, but expect only few errors. If you are working on &#10; legacy code with many mypy errors, you may want to use the left setting.&#10; &lt;/p&gt;&#10; &lt;p&gt;&#10; Currently supported features and keyboard shortcuts:&#10; &lt;/p&gt;&#10; &lt;ul&gt;&#10; &lt;li&gt;&#10; Show/hide mypy terminal: &lt;code&gt;Ctrl + Shift + X&lt;/code&gt;&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Run mypy type checking: &lt;code&gt;Ctrl + Shift + M&lt;/code&gt; or just click Run&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Go to error: click on error line, or use &lt;code&gt;Ctrl + Shift + arrows&lt;/code&gt; &#10; to navigate between errors&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Copy current error: right click &amp;#8594; Copy error text, or &lt;code&gt;Ctrl &#10; + Shift + C&lt;/code&gt;&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Collapse/expand errors: click on file, or &lt;code&gt;Ctrl + Shift + Enter&lt;/code&gt; &#10; when file is selected.&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Sometimes mypy shows links to online documentation, to follow links &#10; use &lt;code&gt;Alt + click&lt;/code&gt;&#10; &lt;/li&gt;&#10; &lt;/ul&gt;&#10; &lt;p&gt;&#10; The plugin comes preconfigured for ruuning mypy in deamon mode in the &#10; project root directory. You can configure mypy command and &lt;code&gt;PATH&lt;/code&gt; &#10; suffix by right click in terminal &amp;#8594; Configure menu. The configurations &#10; are stored per project, so that you can work with multiple projects &#10; without interference.&#10; &lt;/p&gt;&#10; &lt;/body&gt;&#10;&lt;/html&gt;&#10;"/>
<text value="&lt;html&gt;&#10; &lt;head&gt;&#10; &#10; &lt;/head&gt;&#10; &lt;body helvetica=&quot;#DEFAULT&quot;&gt;&#10; &lt;h2&gt;&#10; PyCharm mypy plugin&#10; &lt;/h2&gt;&#10; &lt;p&gt;&#10; NOTE: this is an alpha version, there may be bugs and missing features, &#10; please report them to &lt;a href=&quot;https://github.com/dropbox/mypy-PyCharm-plugin&quot;&gt;[email protected]&lt;/a&gt;.&#10; &lt;/p&gt;&#10; &lt;p&gt;&#10; The plugin provides a simple terminal to run mypy daemon from your &#10; PyCharm IDE and navigate through the type checking results. You can pin &#10; the terminal to either side of PyCharm window, click on window toolbar &amp;#8594; &#10; Move. Current default is bottom, which is optimal when you are working &#10; with many files, but expect only few errors. If you are working on &#10; legacy code with many mypy errors, you may want to use the left setting.&#10; &lt;/p&gt;&#10; &lt;p&gt;&#10; Currently supported features and keyboard shortcuts:&#10; &lt;/p&gt;&#10; &lt;ul&gt;&#10; &lt;li&gt;&#10; Show/hide mypy terminal: &lt;code&gt;Ctrl + Shift + X&lt;/code&gt;&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Run mypy type checking: &lt;code&gt;Ctrl + Shift + M&lt;/code&gt; or just click Run&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Go to error: click on error line, or use &lt;code&gt;Ctrl + Shift + arrows&lt;/code&gt; &#10; to navigate between errors&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Copy current error: right click &amp;#8594; Copy error text, or &lt;code&gt;Ctrl &#10; + Shift + C&lt;/code&gt;&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Collapse/expand errors: click on file, or &lt;code&gt;Ctrl + Shift + Enter&lt;/code&gt; &#10; when file is selected.&#10; &lt;/li&gt;&#10; &lt;li&gt;&#10; Sometimes mypy shows links to online documentation, to follow links &#10; use &lt;code&gt;Alt + click&lt;/code&gt;&#10; &lt;/li&gt;&#10; &lt;/ul&gt;&#10; &lt;p&gt;&#10; The plugin comes preconfigured for running mypy in deamon mode in the &#10; project root directory. You can configure mypy command and &lt;code&gt;PATH&lt;/code&gt; &#10; suffix by right click in terminal &amp;#8594; Configure menu. The configurations &#10; are stored per project, so that you can work with multiple projects &#10; without interference.&#10; &lt;/p&gt;&#10; &lt;/body&gt;&#10;&lt;/html&gt;&#10;"/>
</properties>
<clientProperties>
<JEditorPane.honorDisplayProperties class="java.lang.Boolean" value="true"/>
Expand Down