Rob

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
-
Created 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... -
Created Jetpack Compose for Desktop and plugin
AnsweredHi, I'm trying add ComposePanel into toolWindowContent like this: contentManager.addContent( ContentFactory.SERVICE.getInstance().createContent( createMainPanel(), null, t... -
Created JBList with dynamic cell height
AnsweredHi 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... -
Created java.lang.ClassCastException: org.jetbrains.android.facet.AndroidFacet cannot be cast to org.jetbrains.android.facet.AndroidFacet
AnsweredWhen 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.... -
Created 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... -
Created 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^ -
Created 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... -
Created JFileChooser with Darcula theme generate nullpointer
Hi guys does know someone how to fix follow exception?It happens on MacOSX with darcula theme when call JFileChooser component.java.lang.NullPointerException at com.apple.laf.AquaFileChooserUI$Scro... -
Created switching between tabs
Hi guys, I'm not sure if this is right forum for my question but I try .... is any way how disable switching tabs during building app ? Is terrible (for me) still switch everytime back to LogCat af...