Dford
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
-
创建于 dart
I would like to cast a vote for the new google dart plugin:http://plugins.intellij.net/plugin/?idea&id=6351Is there plans to continue developing this? -
创建于 NoClassDefFoundError: com/jgoodies/forms/layout/FormLayout
I am getting this error but I'm not using FormLayout, or anything else form jgoodies for that matter. -
创建于 How Does it Work?
I just created my first Swing form using IntelliJ. Seems pretty cool. But there is obviously some magic going on.Based on the code I am seeing, I should be getting a null pointer exception on this ... -
创建于 How Does it Work?
I just created my first Swing form using IntelliJ. Seems pretty cool. But there is obviously some magic going on.Based on the code I am seeing, I should be getting a null pointer exception on this ... -
创建于 Sandbox
This is not clear to me:<from-docs>Enter the path to the sandbox (the folder where the instance of IDEA used for debugging your plugin will store its configuration and system files)</from-docs>Can ... -
创建于 JSP + XHTML Code-Completion
I have gotten IntelliJ to support XHTML tag completion by naming a file with the .xhtml extension and declaring the correct doctype. Also, for files that end with .jsp, I get JSP tag completion. Qu...