Markus Neubauer

- 活动总数 109
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 33
-
创建于 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 ... -
创建于 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, ... -
创建于 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... -
创建于 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,... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 -
创建于 Is there a way to use ReferencesSearch without references to classes in jdk or jars?
Hi Community,I use ReferencesSearch.search(PsiClass, GlobalSearchScope) to search for references. The found references include also references to classes in the jdk like Serializable.Now I would li...