Fix for KT-10665, now only signature + deprecation info shown in quick navigation tooltip

Fix tests, to use full documentation mode instead of quick navigate
This commit is contained in:
Simon Ogorodnik
2016-11-16 19:27:49 +03:00
parent 1c75c02dfe
commit e4a383f3e2
35 changed files with 62 additions and 51 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ fun testing() {
<caret>SomeClass<List<String>>()
}
//INFO: <b>public</b> <b>constructor</b> SomeClass&lt;T : (<(raw) Any?>&lt;Any?&gt;..<(raw) Any?>&lt;*&gt;?)&gt;()<br/>Java declaration:<br/>[light_idea_test_case] public class SomeClass&lt;T extends java.util.List&gt; extends Object
//INFO: <html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>public class <b>SomeClass</b>&lt;T extends <a href="psi_element://java.util.List"><code>List</code></a>&gt;
//INFO: extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
//INFO: Some Java Class
//INFO: <DD><DL><DT><b>Type parameters:</b><DD><code>&lt;T&gt;</code> - </DD></DL></DD></body></html>