Commit Graph

2 Commits

Author SHA1 Message Date
Alexander Bashkirov
6552646d41 [javadoc] Implemented syntax highlighting for javadocs
GitOrigin-RevId: 4544b607c251f14c294cbf6b25d689c7350f6f01
2021-09-02 16:02:19 +00:00
Daniil Ovchinnikov
1ba096bbc2 IDEA-261098 GotoVarTypeHandler: don't target var variable identifier to the variable
This was needed to show the doc as if the variable was referenced. In the new implementation we show the same
doc info regardless whether the target under caret is referenced or declared, but this handler made GTDU believe
that the variable was referenced, and GTDU was choosing navigation to the referenced target instead of showing usages.

GitOrigin-RevId: 78e3554df87d564aeea04f707a0fa1309031912f
2021-02-04 13:06:46 +00:00