Jamie Echlin
- 活动总数 157
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 79
-
创建于 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.... -
创建于 adding/updating debug configurations from gradle build file
已回答Hi, 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... -
创建于 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... -
已编辑于 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... -
创建于 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... -
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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...