Caelum Forder
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created 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... -
Created 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, ...