Commit Graph
7 Commits
Author SHA1 Message Date
Yaroslav Lepenkin 9f82306ea5 Added possibility not to add FQN in javadocs if class was imported (IDEA-121121 ) [CR-IC-6907]
Now three options is available: use FQN always, never, or when not imported. Last is used by default.
Converted and moved boolean legacy setting from CommonCodeStyle settings into JavaCodeStyleSettings.
2014-12-02 12:14:01 +02:00
Bas Leijdekkers 7b3d333cc1 javadoc tag completion in package-info.java 2013-10-04 22:12:57 +02:00
peter a3b7858035 completion should insert qualified names in javadoc according to the code style settings (IDEA-111023) 2013-08-22 18:19:33 +02:00
peter 44917ca45f IDEA-100367 package-info.java should specify the full package names for @link 2013-02-07 19:35:46 +01:00
peter 3818145a76 turn on middle matching in completion tests 2012-07-12 19:18:00 +02:00
peter 49a2eee0ce IDEA-87040 JavaDoc @link autocompletion is inconsistent with JavaDoc rendering when used on static fields 2012-06-07 12:25:21 +02:00
peter c503938810 JavadocCompletionTest -> community 2011-10-05 20:41:34 +02:00