Commit Graph
8 Commits
Author SHA1 Message Date
Mikhail Golubev 69d61a8316 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().
2018-06-09 15:59:39 +03:00
Mikhail Golubev f94e80c996 PY-29717 Display qualified name/path of a module for a top-level definition 2018-06-09 15:59:38 +03:00
Mikhail Golubev 407ed5f127 PY-29717 Display inferred function type together with its signature 2018-06-09 15:59:35 +03:00
Semyon Proshev ed3672ce40 Update PythonDocumentationProvider.describeFunction 2017-09-22 15:52:16 +03:00
Andrey Vlasovskikh e5049069cc Initial type checker inspection for Python 2011-06-15 21:21:09 +04:00
Dmitry Jemerov 8ae978c816 enable showing inferred return types for methods in quick doc; fix quick doc tests 2010-04-26 22:13:38 +04:00
Dmitry Cheryasov 676b2243da Rewrote QuickDoc code, cleaner HTML creation, closes PY-231 partly. 2009-11-29 05:07:35 +02:00
Dmitry Cheryasov 7ecbbade46 Now ^Q works for unqualified imported names. Fixes PY-229. 2009-09-17 04:22:17 +04:00