主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Bartash
活动总数
22
最后的活动
2019年11月08日 14:57
成员加入日期
2016年02月14日 18:07
关注
0 名用户
关注者数
0 名用户
投票数
9
订阅数
5
活动概览
帖子(1)
评论(7)
按最近的活动排序
最近的活动
投票数
已编辑于
2019年09月29日 19:45
Hi. You should consider GPDR but I am not qualified to answer this, so I will not be giving advice on how to solve GPDR. First of all you should at least get user's consent for doing this. Then you...
社区
IntelliJ IDEA Open API and Plugin Development
How to anonymously and uniquely identify a user of a (paid) plugin?
1 票
创建于
2019年10月31日 08:31
Hi. Here http://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/spring_api.html
社区
IntelliJ IDEA Open API and Plugin Development
Spring MVC Plugin API
0 票
创建于
2019年10月29日 10:27
Hi. Please see this documentation: http://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html http://www.jetbrains.org/intellij/sdk/docs/basics/persisting_sensitive_data....
社区
IntelliJ IDEA Open API and Plugin Development
How can i save data to somone who install my plugin(gradle)?
0 票
已编辑于
2016年02月16日 14:23
Yes. After restart the web panel is still empty. Also if I remove the web facet from some module and add it back manually only that facet appears in the panel. It really looks like that panel has a...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 票
创建于
2016年02月16日 15:40
Debug there almost unusable all lines are shifted. What I was able to figure out that at this point all elements are present. Also manually added facet has empty name of whatever that is.
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 票
已编辑于
2016年02月16日 16:44
I have found the error. Instead of webFacet.getDescriptorsContainer().getConfiguration().addConfigFile( DeploymentDescriptorsConstants.WEB_XML_META_DATA, new File(moduleDescriptor.getRootDir...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 票
已编辑于
2016年02月15日 10:33
Yes, in my AbstractFacetConfigurator public abstract class AbstractFacetConfigurator implements FacetConfigurator { @Override public void configure(@NotNull final ModifiableFacetModel modifia...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 票