IDEA-172119 Quick doc is unavailable in dumb mode

This commit is contained in:
Dmitry Batrak
2017-05-02 20:01:27 +03:00
parent 9968ca7c79
commit 145bfafa84
5 changed files with 112 additions and 25 deletions
@@ -0,0 +1,5 @@
<html><head><base href="placeholder"> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>class <b>C</b>
extends java.lang.Object</PRE>
some text
<DD><DL><DT><b>See Also:</b><DD>System.out</DD></DL></DD></body></html>
@@ -0,0 +1,6 @@
/**
* some text
*
* @see System#out
*/
class <caret>C {}