Guy Mahieu
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 12
-
创建于 Working with $PROJECT_DIR$ in plugin configuration options
For the IvyIDEA plugin, a number of paths are saved as part of the plugin configuration settings (the facet config). Now these are stored absolute (I just save the text that comes from the TextFiel... -
创建于 Get path relative to $MODULE_DIR$
In the IvyIDEA plugin I now add jars to a module library. I used absolute paths because that was the easiest way to do it, but I would really like to add the dependencies as paths relative to the m... -
创建于 Using the IntelliJ proxy settings from a plugin
Hi all,I want to enable proxy support for my ivy integration plugin and have it use the IntelliJ proxy server settings when configured. I browsed through the openapi packages and found the HttpCo... -
创建于 Using the IntelliJ proxy settings from a plugin
Hi all,I want to enable proxy support for my ivy integration plugin and have it use the IntelliJ proxy server settings when configured. I browsed through the openapi packages and found the HttpConf... -
创建于 [ANN] IvyIDEA 0.7-alpha
Version 0.7-alpha of the IvyIDEA plugin was released.This plugin resolves module dependencies through Ivy without the need for a lot of configuration or special ant build files. Modules containing ... -
创建于 Opening the Intellij Settings and Project structure dialogs from code
Hi all,I'm trying to open the main IntelliJ Settings and the Project Structure dialogs from my plugin code because I want to give the user a quick link to open the correct screen in case a critical... -
创建于 Detecting facets from a plugin
Hi,I'm struggling a bit to get facet detection working from my plugin. What I want to do is auto-detect my facet type when a file with a certain name is present in the module.I think I've implement... -
创建于 Problem parsing xml from plugin environment
Hi all,I'm currently trying to write a simple plugin, and I'm having trouble with parsing xml from my plugin and from any third party class I call from my plugin. I'm always getting a ClassCastExce... -
创建于 [7.0M2] Spring config files in other modules can't be found
When I import a Spring configuration file that resides in a module on which the current module depends, intellij 7.0M2 cannot resolve it and marks it as an error, the import looks like: ]]> I would...