PY-29717 Get rid of excess escaping of spaces in function signatures

It's not necessary as in Quick Documentation a definition is wrapped in
<pre/> tag according to new guide lines, and in tooltips line breaks are
preserved thanks to UIUtil.getHtmlBody() used in HintUtil.prepareHintText().
This commit is contained in:
Mikhail Golubev
2018-06-04 14:30:25 +03:00
parent 7afb41757c
commit 69d61a8316
55 changed files with 81 additions and 65 deletions

View File

@@ -1 +1 @@
<html><body><div class='definition'><pre><a href="psi_element://#class#">MyClass</a><br>def&nbsp;<b>__init__</b>(self)&nbsp;-&gt;&nbsp;None</pre></div><div class='content'>Class&nbsp;docstring.</div><table class='sections'><tr><td valign='top' class='section'><p>Documentation is copied from:</td><td valign='top'><code><a href="psi_element://#class#">MyClass</a></code></td></table></body></html>
<html><body><div class='definition'><pre><a href="psi_element://#class#">MyClass</a><br>def <b>__init__</b>(self) -&gt; None</pre></div><div class='content'>Class&nbsp;docstring.</div><table class='sections'><tr><td valign='top' class='section'><p>Documentation is copied from:</td><td valign='top'><code><a href="psi_element://#class#">MyClass</a></code></td></table></body></html>