Jamie Echlin
- Total activity 157
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 79
-
Created adding to netty pipeline in plugin
Hi, In an httpHandler extension, I need to set the access-control-allow-headers header. This is to allow for X-Requested-With. The simplest way would be for Jetbrains to add it to org.jetbrains.io.... -
Created adding/updating debug configurations from gradle build file
AnsweredHi, One of the ways I think we could help get developers up to speed on new projects is by automatically generating the required run/debug configurations in IDEA when they open the project. The on... -
Created idea http server handler over ssl
HttpRequestHandler extensions can be accessed at http://localhost:63342/... Is it possible to access them over https? In the distribution I see there is a "O=JetBrains; OU=JetBrains Built-in Web S... -
Edited cannot get live templates working
Morning, I want to include some templates in a plugin. That's all working well, but I have a problem with File Templates with "Enable Live Templates". I can't even get this working when just creati... -
Created bringing IDEA window to front
Hi, I have read in Bringing editor to front Bring Idea window in front I can't confirm right now that's the case because they won't load - there is something wrong with cloud.typography.com whic... -
Created strange problem running node run config with custom plugin installed
Hi - I really don't know where to begin with this problem so hope someone can give me a clue. I have written a plugin, which is nothing to do with node or npm, for IDEA CE. I tried it in Ultimate ... -
Created what extension point am I looking for?
Hi - I'm looking for an extension point that will allow me to add additional information in the Project view, as shown in the highlighted areas in the pic below: Any ideas what I can use? Thanks ... -
Created get notified when a maven project is imported
Hi - In my plugin I create and open a maven project in IDEA. I would like to do something when project has been successfully imported. As far as I can see, StartupManager.getInstance(project).regi... -
Created Annotator problems after upgrade to 2017.1
Hi - I am updating a plugin from 2016.3 to 2017.1. I have an com.intellij.lang.annotation.Annotator extension which I can see is functioning properly by stepping through the code, and can see that... -
Created programatically adding extensions
Does anyone have an example of programatically adding an extension point? I have a few working examples of doing it but they usually relying on clearing caches using reflection to access private va...