Caelum Forder
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
创建于 Draw shapes in Editor
I have an instance of com.intellij.openapi.fileEditor; and I'm looking to draw shapes in it, to make "comment boxes" and help with documentation but newEditor.getComponent().getGraphics() returns... -
创建于 Create a Tool Window
Hi. I'm trying to make a tool window and the only place describing how to do so is here. Just adding the XML and a ToolWindow Factory doesn't seem to do anything, I'd use the sample they refer to, ...