Hos Jenken
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created How to open editor in another window
I have 3 open files, and I drag 1 file (using the editor tab) to another screen display. It now lives in its own window.My plugin navigates open files, but when I want to navigate to this other fil... -
Created iOS: Confusion about running on device
I have 2 ios projects, one that was started before xcode5 came out. Another I started today (created it in xcode).The former has options to run on my phone, as well as 4 simulators.The latter has o... -
Created Plugin errors in PyCharm
The plugin runs fine in IDEA.plugin.xml has the line<depends>com.intellij.modules.lang</depends>Which according to http://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ... -
Created Layouts and DialogWrapper
I'm building a plugin, like a (Tab)Switcher on steroids. Now I read somewhere on this forum that I should be extending DialogWrapper. So I did.So now my question is, how can I get rid of the button...