Sr5062

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Sr5062 created a post, Line Markers for multiple lines
So I have a list of lines to which I want to attach Gutter Icons using LineMarkerProviders. I am not sure how to go about it. Any help would be appreciated. Thanks! -
-
-
Sr5062 created a post, JTree to display project structure.
Hi I am trying to display my project tree in a tool window through JTree using something like this- FileSystemTreeFactory treeFactory = new FileSystemTreeFactoryImpl();FileChooserDescriptor descrip... -
Sr5062 created a post, AnsweredAnAction event from Toolwindow button.
Hi, I am trying to execute action using a button on the toolbar of ToolWindow. But the actionListener doesn't support AnAction but just Action. any hints? I want to basically be able to perform an ... -
-
Sr5062 created a post, AnsweredHighlight code between line numbers given a file and also add marker on the gutter.
Hi, I am trying to develop a plugin to highlight code given a file and line numbers of that file. I looked around and saw that I have to use Annotators but its still not clear. I also want to add...