主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Guy Mahieu
活动总数
32
最后的活动
2025年02月27日 13:13
成员加入日期
2007年08月16日 13:12
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
12
活动概览
帖子(9)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2008年09月20日 09:31
I've just found the cause; I had two jars in my classpath that contained the javax.xml.* classes.Removing the extra one solved my problem.
社区
IntelliJ IDEA Open API and Plugin Development
Problem parsing xml from plugin environment
0 票
创建于
2008年11月11日 09:18
Hi Igor,I've solved it by using module.getModuleType().equals(com.intellij.openapi.module.StdModuleTypes.JAVA).Don't know if this is the 'preferred' way, but it seems to do the trick.Cheers,Guy
社区
IntelliJ IDEA Open API and Plugin Development
Idea8: ModuleType.JAVA
0 票
创建于
2008年10月30日 18:39
I was also wondering if it was possible to add actions to a ConsoleView inside a toolwindow so they have the same l&f as all the IntelliJ toolwindow toolbars. I tried using a custom swing component...
社区
IntelliJ IDEA Open API and Plugin Development
How to use Message ToolWindow
0 票
创建于
2008年10月31日 07:07
That's at least part of what I wanted to know :)Thanks a bunch!Edited by: Guy Mahieu on Oct 31, 2008 8:07 AM
社区
IntelliJ IDEA Open API and Plugin Development
How to use Message ToolWindow
0 票
创建于
2009年01月18日 08:51
Hi Yann,Thanks for the reply!I don't think calling setAuthenticator() will help much though, as it is the first thing that the prepareURL() method on HttpConfigurable does.Cheers,Guy
社区
IntelliJ IDEA Open API and Plugin Development
Using the IntelliJ proxy settings from a plugin
0 票
创建于
2010年11月22日 07:12
Thanks for your reply!The problem is than in my PersistentStateComponent I have a String property that configures a file path. This is now stored absolute because I take it directly from user input...
社区
IntelliJ IDEA Open API and Plugin Development
Working with $PROJECT_DIR$ in plugin configuration options
0 票
创建于
2010年11月23日 09:44
This sounds exactly like what I need, I'll give it a try, thanks!!Cheers,Guy
社区
IntelliJ IDEA Open API and Plugin Development
Working with $PROJECT_DIR$ in plugin configuration options
0 票
创建于
2010年11月19日 18:12
To answer my own question:I used to add the dependencies using the URL like: libraryModel.addRoot(externalDependency.getUrlForLibrary(intellijModule.getModule()), externalDependency.getType(...
社区
IntelliJ IDEA Open API and Plugin Development
Get path relative to $MODULE_DIR$
0 票
创建于
2008年11月19日 16:24
That was exactly what I needed!Merci beaucoup! ;)
社区
IntelliJ IDEA Open API and Plugin Development
Opening the Intellij Settings and Project structure dialogs from code
0 票
创建于
2008年11月19日 16:38
This works perfectly for the project level settings.Sadly my facet configuration does not implement Configurable and I also want to be able to open that through code. Does anyone know of a way to o...
社区
IntelliJ IDEA Open API and Plugin Development
Opening the Intellij Settings and Project structure dialogs from code
0 票