Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Etan Shaul
Total activity
27
Last activity
January 27, 2020 21:03
Member since
March 07, 2016 15:45
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
8
Activity overview
Posts (7)
Comments (10)
Sort by recent activity
Recent activity
Votes
Created
January 27, 2020 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.
Community
IntelliJ IDEA Open API and Plugin Development
Execute command in the terminal from plugin action
0 votes
Edited
May 30, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin only discoverable in IDEA plugin repository
0 votes
Created
February 06, 2017 19:35
Another update: Looks like your original suggestion works. I just had to wrap the write in a write action.
Community
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 votes
Edited
February 06, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 votes
Created
February 06, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 votes
Edited
February 06, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Web Application new project wizard customize Servlet version
0 votes
Created
August 26, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to get a PsiFile from a Module?
0 votes
Created
April 28, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 votes
Created
April 25, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 votes
Created
March 17, 2016 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.
Community
IntelliJ IDEA Open API and Plugin Development
Customization of Deployment Configuration window
0 votes