Markus Neubauer

- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
Markus Neubauer created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, AnsweredHow 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 created a post, 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 commented,