Rob

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
-
-
Rob created a post, AnsweredJetpack Compose for Desktop and plugin
Hi, I'm trying add ComposePanel into toolWindowContent like this: contentManager.addContent( ContentFactory.SERVICE.getInstance().createContent( createMainPanel(), null, t... -
Rob 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... -
Rob 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.... -
-
-
-
Rob 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... -
Rob 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... -
Rob 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^