Guy Mahieu
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created [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 ... -
Created 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... -
Created 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... -
Created 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... -
Created [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...