主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Etan Shaul
活动总数
27
最后的活动
2020年01月27日 21:03
成员加入日期
2016年03月07日 15:45
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
8
活动概览
帖子(7)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2020年01月27日 21:03
Hi Sergey - is there no way to achieve this pre 193? (even if it means using something lower level) Specifically I'm wondering for versions 2019.1 and up.
社区
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 票
已编辑于
2018年05月30日 16:30
It started working: It appears as though that Supported Products section on the plugin page does have an effect. I updated it to "determine supported products by dependencies in plugin.xml". My p...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin only discoverable in IDEA plugin repository
0 票
创建于
2017年02月06日 19:35
Another update: Looks like your original suggestion works. I just had to wrap the write in a write action.
社区
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 票
已编辑于
2017年02月06日 17:10
As a side question: is there a way, instead of updating the web.xml's xml model directly, to modify the Servlet version at a higher level (e.g. similar to what selecting a different servlet version...
社区
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 票
创建于
2017年02月06日 16:54
Follow up: Looking again I see that your suggestion entails modifying the xml model directly. This makes sense, but it did not work. I'll investigate more, but any suggestions welcome.
社区
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 票
已编辑于
2017年02月06日 16:50
Thanks Sergey, Did you meant to suggest that I add that Startup callback in my JavaeeFrameworkSupportContributor extension? Maybe I'm misunderstanding your suggestion, but it looks like JavaeeFr...
社区
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 票
创建于
2016年08月26日 16:02
Thanks for the quick reply. In my use-case, I'm attempting to assemble ModuleDeploymentSources. For each available module in the project, e.g.: ModuleManager.getInstance(project).getModules(); I ...
社区
IntelliJ IDEA Open API and Plugin Development
How to get a PsiFile from a Module?
0 票
创建于
2016年04月25日 22:27
Hi Nikolay, Thanks for getting back to me. In this particular case, I am returning the SettingsEditor from a subclass of DeploymentConfigurator#createEditor. So specifically I am dealing with Setti...
社区
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 票
创建于
2016年04月28日 15:35
Hi Nikolay, You're right, I mispoke when I said that my custom DeploymentSourceType is loaded only when the SettingEditor opens. In fact, it is registered as an extension point (programmatically in...
社区
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 票
创建于
2016年03月17日 16:50
Thanks Michael. That helps confirm my thinking. I actually went with #2 since we didn't want to rely on there being auto-discoverable deployment artifacts.
社区
IntelliJ IDEA Open API and Plugin Development
Customization of Deployment Configuration window
0 票