Robert Slama

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Robert Slama created a post, AnsweredJBList with dynamic cell height
Hi there I'm trying achieve list of panels where are placed different information such as username or version and text which length is not strictly given. For placing text I use JTextArea unfortun... -
Robert Slama created a post, Answeredjava.lang.ClassCastException: org.jetbrains.android.facet.AndroidFacet cannot be cast to org.jetbrains.android.facet.AndroidFacet
When I try get androidModuleModel class with AndroidModuleModel.get(module) I getting follow exception: java.lang.ClassCastException: org.jetbrains.android.facet.AndroidFacet cannot be cast to org.... -
-
-
-
Robert Slama created a post, Drag selected text from Editor
Hi, I'm little bit stuck with drag selected text from Editor window to my plugin present by toolWindow. Problem what I'm facing is when drop done selected text is removed from source Editor. Is t... -
Robert Slama created a post, Listener for ToolWindowManager
Hi, I'm working on plugin which starting thread with receiving messages. Thread is created during applicationComponent init and then work independently. As receiver for all this messages I count... -
Robert Slama created a post, How to enable Menu>Edit>Find>Find for custom editor
Hi,I have plugin which implement its own editor and I want implement find func for it but I'm not able find any docs/example how I can enable this option in menu and trigger my search side.r^ -
Robert Slama commented, -
Robert Slama created a post, CustomEditor and Throwable
Hi I working on custom editor. I registered my filetype and provider in plugin.xml and it works in case of open file from filesystem but when I tried open file with follow commands: LightVirtualFil...