Commit Graph
47 Commits
Author SHA1 Message Date
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
Anna Kozlova b046fcec92 ignore whitespaces when gathering inlined tags data elements (IDEA-107812) 2013-05-30 12:10:21 +04:00
anna 8e140d8df7 javadoc: append enum ordinal in quick doc (IDEA-104906) 2013-04-10 16:27:05 +02:00
Denis.Zhdanov cd70acac56 IDEA-96385 Uncomplete definition of variable in "Quick Documentation" Window 2013-02-02 15:05:03 +04:00
Denis.Zhdanov 72f3ec79e5 IDEA-91337 doc popup for variable: missing link for ArrayList 2012-09-12 09:40:22 +04:00
anna 519ccb6024 check valueOf signature before use synthetic javadoc (IDEA-81701) 2012-02-23 11:50:18 +01:00
anna 8b9dd33ed5 fix name case 2012-01-15 14:54:17 +01:00
anna 46a1d47c02 quick doc: do not escape - leave it as in javadoc tool 2012-01-13 19:59:15 +01:00
anna b4523b4b7a javadoc: process {@inheritDoc} for throws tags correctly (IDEA-62524) 2011-12-13 10:51:29 +01:00
Alexey Pegov d0c19b9481 fix JavaDocInfoGeneratorTest 2010-11-25 17:47:40 +03:00
anna c78e9d3d8c test data fixed 2010-07-23 14:49:16 +04:00
Maxim Medvedev 184632cb63 Merge commit 'origin/master' into changeSignature
Conflicts:
	java/java-impl/src/com/intellij/refactoring/changeSignature/ChangeSignatureTargetUtil.java
	plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/changeSignature/GrChangeSignatureHandler.java
2010-04-22 16:47:15 +04:00
anna 73081ee24d package-info.java is involved in Ctrl-Q (IDEA-26014); testdata moved 2010-04-22 12:22:41 +04:00