Markus Neubauer

- 活动总数 109
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 33
-
Markus Neubauer 创建了一个帖子, LineMarkerProvider multiple gutter icons
Hi Community,I implemented a LineMarkerProvider and it works fine, but if the user edits the line which is marked the gutter icon is shown multiple times.The multiple icons are removed if the user ... -
Markus Neubauer 创建了一个帖子, getRangeInElement for PsiReference in comments
Hi Community,I would like to implement the getRangeInElement Method of the PsiReference properly.The problem is that the Reference is a Java Comment but it seems that comments can't be underlined, ... -
Markus Neubauer 创建了一个帖子, How to remove FocusChangedListener from EditorImpl?
Hi Community,I've implemented a FocusChangedListener and added this to an EditorImpl class with the addFocusListener(FocusChangedListener f) method.Now I would like to know how I should remove or d... -
Markus Neubauer 创建了一个帖子, How to center the Actions/Buttons in an ActionToolbar?
Hi Community,I've created an ActionToolbar with an ActionManager from a DefaultActionGroup. Now I would like to center the Buttons within the Toolbar.Is there a possibility to do this?Kind regards,... -
Markus Neubauer 创建了一个帖子, How to disable text selection in editor?
Hi Community,I want to write a Plugin for free hand drawing in the editor.I'm able to draw some lines but the code in the document which is opened in the editor is also marked.I would like to know ... -
Markus Neubauer 创建了一个帖子, Editor free hand drawing
Hi Community, :)I would like to write a plugin which allows free hand drawing on the editor view on an additional layer for example.How can I achieve this? Or what would be a good starting point fo... -
Markus Neubauer 创建了一个帖子, Why is getState() returning null?
Hi Community,I tried to persist some configuration values. I followed the instructions of the documentation http://confluence.jetbrains.com/display/IDEADEV/Persisting+State+of+ComponentsI created a... -
Markus Neubauer 创建了一个帖子, 已回答How to change the background color of an element in the tree view?
Hi Communitiy,I use a ColoredTreeCellRender to render a Tree. Now I would like to change the background color of one of its elements.I tried to use the setBackground() method, but it does change no... -
Markus Neubauer 创建了一个帖子, Is there a default cellrenderer for trees?
Hi Community,I would like to know if there is a default cellrenderer for Trees, such as DefaultPsiElementCellRenderer for JBLists?Markus -
Markus Neubauer 进行了评论,