Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Bartash
Total activity
22
Last activity
November 08, 2019 14:57
Member since
February 14, 2016 18:07
Following
0 users
Followed by
0 users
Votes
9
Subscriptions
5
Activity overview
Posts (1)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
September 29, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to anonymously and uniquely identify a user of a (paid) plugin?
1 vote
Created
October 31, 2019 08:31
Hi. Here http://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/spring_api.html
Community
IntelliJ IDEA Open API and Plugin Development
Spring MVC Plugin API
0 votes
Created
October 29, 2019 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....
Community
IntelliJ IDEA Open API and Plugin Development
How can i save data to somone who install my plugin(gradle)?
0 votes
Edited
February 16, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 votes
Created
February 16, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 votes
Edited
February 16, 2016 16:44
I have found the error. Instead of webFacet.getDescriptorsContainer().getConfiguration().addConfigFile( DeploymentDescriptorsConstants.WEB_XML_META_DATA, new File(moduleDescriptor.getRootDir...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 votes
Edited
February 15, 2016 10:33
Yes, in my AbstractFacetConfigurator public abstract class AbstractFacetConfigurator implements FacetConfigurator { @Override public void configure(@NotNull final ModifiableFacetModel modifia...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 votes