Markus Neubauer

- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 33
-
Created 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 ... -
Created 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, ... -
Created 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... -
Created 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,... -
Created 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 ... -
Created 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... -
Created 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... -
Created How to change the background color of an element in the tree view?
AnsweredHi 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... -
Created 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 -
Created 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...