Damianczap
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 11
-
Damianczap 创建了一个帖子, PyCharm automatically adding absolute imports instead of relative
Let's say I write a name of a class that I haven't imported yet in the module that I write. PyCharm will automatically suggest importing that class and if I click or press the right keyboard shortc... -
Damianczap 创建了一个帖子, 已回答Can I pause the plugin from being available in the marketplace
I have a plugin, I paused its development and maintenance, I would like to pause it in the marketplace. Is that possible? -
Damianczap 创建了一个帖子, 已回答NullPointerException
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 创建了一个帖子, 已回答How 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 进行了评论, -
-
Damianczap 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Plugins - 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, ... -