David G.

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 9
-
Edited Creating File Templates on Plugin install
AnsweredI am creating a plugin, and as part of plugin installation, I would like to install several pre-defined File Templates (File > New > My Template Group > My Template 1). How would I go about doing t... -
Created Plugin build via Plugin RunConfiguration to IntelliJ CE renders CE unresponsive
CompletedI am building a very simple plugin, and have been deploying to IntelliJ CE for testing (i am coding in Ultimate). I created my Plugin project using the IntelliJ New Project wizard, and use the Inte... -
Created How to read RunConfiguration in ProgramRunner
AnsweredI've made a simple plug-in that lets me invoke a custom ProgramRunner which sends (via HTTP) the contents the active document to an application server for execution - and whose Host/Post, Credentia... -
Created IntelliJ IDEA 12 - JSP Code completion/resolution not working
I am running IntelliJ 12 (Utlimate) and am still having problems w code completion in JSP files.I am getting JSP highlight errors <%@page import="com.my.Class"%> saying "Element page not allowed h... -
Created IntelliJ 12 - OS X Notifications
Is there any way (even via 3rd party plugin) have OS X (10.8.x) notifications to report when my maven builds are complete? I also would be open to growl if that is available. It seems like all the ... -
Created JSP 'include' variable resolution not working
Hi all,I am running intellij 12.1.2 (latest at the time of this post) and am having a problem with JSPs resolving objects that are defined in includes... effectively here is the inclusion pattern:A... -
Created Idea 12 - JSP Code-complete and Syntax Coloring
HI all,I am checking out Idea 12 Community Editition to see if it justifies a prucahse of the full product.Everything is great, however I can't seem to get support in JSPs. I have multi-module Mave...