Hos Jenken
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
-
Hos Jenken 创建了一个帖子, 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... -
Hos Jenken 创建了一个帖子, 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... -
Hos Jenken 创建了一个帖子, 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... -
Hos Jenken 创建了一个帖子, 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...