Dford
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
-
Created 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? -
Created 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. -
Created 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 ... -
Created 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 ... -
Created 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 ... -
Created 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...