Commit Graph
62 Commits
Author SHA1 Message Date
Maxim.Mossienko 7387ee525b update tests and testdata to reflect newer mock jdk 1.7 2017-06-13 15:09:42 +02:00
peter d82927a096 javadoc: show short annotation names in signatures and full names with explanations underneath (IDEA-167076, IDEA-166361) 2017-06-03 23:27:11 +02:00
Anna Kozlova fabc3a7ee8 fix testdata 2017-05-25 12:51:13 +03:00
Anna Kozlova 237f4e0f7e show javadoc for getters/setters copied from field (IDEA-60161) 2017-05-22 10:04:57 +03:00
Anna Kozlova 5459a3b0e0 update testdata (IDEA-CR-21114) 2017-05-16 11:39:50 +03:00
Anna Kozlova d634c51afe javadoc: include all throws unchecked exceptions from all super methods (IDEA-152938) 2017-05-15 18:59:37 +03:00
Dmitry Batrak 145bfafa84 IDEA-172119 Quick doc is unavailable in dumb mode 2017-05-02 20:01:27 +03:00
Dmitry Batrak 64d63f4a2a IDEA-170735 CTRL+MouseOver popup over inner class does not show outer class - update existing test 2017-04-20 14:53:54 +03:00
peter 7702812305 remove accidentally added unused testdata (IDEA-CR-19526) 2017-03-21 16:48:26 +01:00
peter ea75860ac8 IDEA-169520 Flow annotations visible in Collections interface methods 2017-03-20 17:09:05 +01:00
Dmitry Batrak e6a6f609ea IDEA-164610 Quick documentation should escape angle brackets at the value of a String field referred via @value (javadoc tag)
also add quotes to string value, and convert value into a link to corresponding field's javadoc, like javadoc tool does
2016-11-30 18:01:44 +03:00
Dmitry Batrak 1d6f2daa8d IDEA-161410 Quick Documentation: double opening angle brackets are printed as single brackets 2016-09-29 10:58:44 +03:00
Dmitry Batrak c97e7f6f0d IDEA-161026 Quickdoc badly shows initialization of array 2016-09-21 11:43:27 +03:00
Dmitry Batrak 8e3e178333 IDEA-156628 QuickDoc does not showing array initializers correctly 2016-06-09 13:10:53 +03:00
Dmitry Batrak 849a9d5684 IDEA-155349 JDK exceptions are not resolved in Quick Documentation 2016-04-28 17:12:32 +03:00
Dmitry Batrak 0f4a395569 IDEA-155239 Quick documentation does not show static lambda field values when "Show quick doc on mouse move" is enabled 2016-04-26 22:14:26 +03:00
Dmitry Batrak f1a2e519d8 IDEA-148225 {@code} and {@literal} Javadoc blocks aren't treated literally by Ctrl+Q 2015-11-19 19:39:50 +03:00
Dmitry Batrak 4d2d2a388d IDEA-148027 recognize html links to package summary in javadoc 2015-11-19 12:11:00 +03:00
Dmitry Batrak d333668b67 IDEA-145725 Quick documentation shows the wrong Javadoc for package-info.java 2015-10-15 19:38:43 +03:00
Dmitry Batrak 88ac46272b IDEA-143790 Quick Documentation does not work in package-info.java files when caret is inside doc comment 2015-08-26 11:20:20 +03:00
Dmitry Batrak 55df687635 enable showing javadoc for packages in library sources 2015-08-25 20:33:41 +03:00
Dmitry Batrak 0bf5ad7a76 don't show warning message in Quick Doc popup if javadoc was generated from sources (following IDEA-143699) 2015-08-25 20:33:40 +03:00
Dmitry Batrak 9c1d75b93e IDEA-142762 Documentation view does not preserve documentation for renamed method parameters 2015-08-19 15:09:46 +03:00
Dmitry Batrak decd330820 IDEA-141852 Quick documentation doesn't support @value tag without hash preceding variable reference 2015-08-14 15:52:10 +03:00
Dmitry Batrak fbc6243931 IDEA-140025 support pre-Java8 javadoc logic if corresponding JDK is used 2015-05-21 12:00:54 +03:00
Dmitry Batrak 17373cf955 IDEA-140025 retain all spaces after @literal tag name 2015-05-21 12:00:52 +03:00
Dmitry Batrak f7ecb8a5f7 IDEA-138063 Support HTML links with fragment references in quick doc 2015-05-19 13:26:06 +03:00
Dmitry Batrak dc2b0581e2 IDEA-139946 support HTML links in generated Quick Docs 2015-05-19 13:26:05 +03:00
Dmitry Batrak 4fb41addc4 IDEA-140025 Ignore incorrect inline tags in doc comments, include all characters till whitespace in tag name, like javadoc tool does, 2015-05-18 11:36:18 +03:00
Dmitry Batrak e01b4da393 IDEA-138967 \unnnn notation doesn't work in quick docs 2015-04-22 11:10:54 +03:00
Dmitry Batrak 18a9996e5f IDEA-82135 Missing images in Quick Documentation Java Doc loaded from jars
fixed existing test, added new test
2015-03-13 19:57:09 +03:00
Dmitry Jemerov bb8687d45e fix tests; correctly parse {@code} tags with embedded curly braces and multiline {@code} tags 2015-01-21 19:32:16 +01:00
Dmitry Jemerov 6349e5cb35 javadoc: inherit parameter documentation from base class doc comment when method in this class has no doc comment (IDEA-89925) 2015-01-21 13:47:35 +01:00
Anna Kozlova e130ff2669 quick javadoc: include new javadoc tags in view (IDEA-128304) 2014-12-24 14:26:27 +01:00
Anna Kozlova f52ceb369b do not search for lambda parameter javadoc 2014-11-18 18:36:38 +01:00
Anna Kozlova db9d8d03fb javadoc generation: base class for anonymous (IDEA-132362) 2014-11-10 20:41:54 +01:00
Dmitry Batrak 9c94ace79f IDEA-131761 Quick documentation incorrectly renders value of byte[] constant 2014-10-29 13:49:44 +04:00
Anna Kozlova d78b3d6a7b IDEA-130928 "Quick Documentation" eliminates comma for field 2014-10-07 18:25:04 +02:00
peter a209cc9b20 JavaDocInfoGeneratorTest.testClickableFieldReference: update test expectations 2014-09-24 16:51:13 +02:00
peter 403856b865 adapt JavaDocInfoGeneratorTest expectations to purity inference 2014-09-13 22:03:31 +02:00
Maxim.Mossienko 48dbc5e378 IDEA-89136 Constants in annotationvalues in javadoc should be clickable
also show enum constant value in documentation
2014-09-11 12:02:42 +02:00
Anna Kozlova 9cce5c76b7 do not split annotations on multiple lines for params (IDEA-127017) 2014-07-22 17:08:03 +02:00
Anna Kozlova 824f4329b2 workaround for <p/> inside <pre> in javadoc preview in JEditorPane (IDEA-127430) 2014-07-21 17:56:23 +02:00
Anna Kozlova d94700225c javadoc: split annotations one per line (IDEA-116214) 2014-06-11 12:59:13 +04:00
Anna Kozlova a6218a4c11 process declarations for cls file should provide classes, otherwise cls classes in default packages have no chance to be found from inside cls (IDEA-122486) 2014-03-20 15:25:50 +01:00
Maxim.Mossienko bb558e8990 better fix for IDEA-111684 2014-01-27 20:16:51 +01:00
Anna Kozlova 3d9d563c43 quick documentation: fix formatting stripping html tags (IDEA-118673) 2013-12-30 22:11:46 +01:00
anna d08af6dfed javadoc: keep whitespaces in {@code} tags (IDEA-109997) 2013-11-26 18:51:19 +01:00
anna fa8eca5d9b quick doc: fix class type params around <> (IDEA-113445) 2013-10-23 20:19:50 +02:00
anna 835549ca5f escape initializer text for quick javadoc (IDEA-114911) 2013-10-21 18:34:57 +02:00