Etan Shaul
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
-
Created Cannot add child framework support when parent is already added
AnsweredIs this intended behavior (and if so why?) or is this a bug: For a given framework type, e.g. "web", if it is already enabled on the project, the user cannot manually add a child of this element la... -
Created Web Application new project wizard customize Servlet version
AnsweredOur plugin creates a new entry in the Java new application wizard as a child of Web Application. Currently, Web Application defaults to creating a web.xml with servlet version 3.1. I'd like to cust... -
Created Customization of Deployment Configuration window
For a plugin I'm working on, I'm creating a custom Deployment Configuration type by subclassing ServerType. By overriding the createEditor method I see that I can create a custom SettingsEditor pan... -
Created Plugin only discoverable in IDEA plugin repository
We've recently refactored the Google Cloud Tools plugin to be available for more IDEs than just IDEA (including PyCharm, GoLand etc.). The plugin.xml's have been updated with optional dependencies ... -
Created How to get a PsiFile from a Module?
AnsweredGiven a project with several modules - each of which could contain a certain identically named file (say an xml config file) - how do I get the file given the module? I know how to do this if I hav... -
Created API to retrieve path to Gradle build artifact(s)?
Given an IDEA Gradle module, is there an API call available to programmatically fetch the path to the target Gradle build artifact(s)? Maven has an equivalent concept using the following: In org.je... -
Created SettingsEditor marking dirty/modified immediately
I'm running into a general problem with setting editor dialog subclasses of SettingsEditor opened via my plugin. The problem is 2-fold and both problems are related: Scenario: open up a new dialog...