Etan Shaul
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 8
-
创建于 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 ... -
创建于 Cannot add child framework support when parent is already added
已回答Is 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... -
创建于 Web Application new project wizard customize Servlet version
已回答Our 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... -
创建于 How to get a PsiFile from a Module?
已回答Given 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... -
创建于 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... -
创建于 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... -
创建于 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...