Damianczap

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
Damianczap created a post, AnsweredNullPointerException
I have a tool window with a JTextPane and JTextArea within JScrollPane components. It all worked ok. But then I've added a feature that required to append the text in JTextPane multiple times in a ... -
Damianczap created a post, AnsweredHow to have one instance of a class shared by an action and a tool window?
I have a tool window and I have an action. I also have some class (let's call it class X). I would like the tool window class and action class to use class X. But I would like them to use the same ... -
-
Damianczap commented, -
-
Damianczap created a post, AnsweredHow to highlight / change background color of the code in the editor?
When you use "find" functionality in the IDE, the text that you look for is highlighted / changes the background (for example, when you search for "cow", then all occurrences of the word "cow" in c... -
Damianczap created a post, AnsweredPlugins - search results
If I go to Settings -> Plugins and type something in the search, what is the algorithm that decides which plugins are going to appear? Of course, I assume that this is based on description, title, ... -
-
-
Damianczap created a post, AnsweredGetting paths to the files in a project
What I want to do is to construct an array of strings that will contain a path to the file, for each file in a given project. I have the instance of Project class. One way that I have found how to ...