Files
openide/java/java-tests/testData/codeInsight/commentByBlock/java/beforeIdeadev27995.java
Dmitry Jemerov cbd42f55d8 Extract Java and XML specific parts out of CommentByBlockTest
GitOrigin-RevId: 500c2c8ea836e4ec4131f626310f00f9b0737f2e
2022-05-02 16:17:13 +00:00

6 lines
161 B
Java

class A {
void foo() {
<caret><selection> nameWidth += tree.getFontMetrics(tree.getFont()/*.deriveFont(Font.ITALIC)*/).stringWidth(text);
</selection>
}
}