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://#module#AsyncFunctionQuickDoc">AsyncFunctionQuickDoc</a><br>async&nbsp;def&nbsp;<b>func</b>()&nbsp;-&gt;&nbsp;Any</pre></div></body></html>
<html><body><div class='definition'><pre><a href="psi_element://#module#AsyncFunctionQuickDoc">AsyncFunctionQuickDoc</a><br>async def <b>func</b>() -&gt; Any</pre></div></body></html>