主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Etienne Studer
活动总数
236
最后的活动
2016年01月17日 22:03
成员加入日期
2004年08月28日 21:27
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
82
活动概览
帖子(65)
评论(89)
按最近的活动排序
最近的活动
投票数
创建于
2006年02月09日 16:25
Thanks for the explanation, Maxim.
社区
IntelliJ IDEA Open API and Plugin Development
Logger #
0 票
创建于
2006年02月20日 05:55
Thanks, Dave. I'm already doing the reformat on the method but it's not having any effect since the method does not know of the javadoc, yet. Even after applying the reformat, the method does not k...
社区
IntelliJ IDEA Open API and Plugin Development
Force PsiElement reparsing
0 票
创建于
2006年02月20日 17:01
Thanks for the hint, Sascha.It now works fine!etienne
社区
IntelliJ IDEA Open API and Plugin Development
Force PsiElement reparsing
0 票
创建于
2006年02月10日 05:40
Hi EvguenyI'm not sure about how to resolve the class from the String. Would you mind commenting on the code below, which is what I currently do:PsiField field = ...;PsiClassType rootType = field.g...
社区
IntelliJ IDEA Open API and Plugin Development
AssignableFrom check on PsiClassType, given a FQ class name String
0 票
创建于
2006年04月19日 23:24
Thanks. It works great!Unfortunately, there are no buttons available that allow me to mark the answer as correct :(etienne
社区
IntelliJ IDEA Open API and Plugin Development
HighlightManager - how to enable F3 functionality
0 票
创建于
2006年11月15日 13:39
Great. Thanks for the quick and helpful reply, Martin.etienne
社区
IntelliJ IDEA Open API and Plugin Development
Where is ApplicationComponent state stored in?
0 票
创建于
2006年11月23日 13:21
Hi MaratYou could also apply the following implementation to save you some work:http://www.intellij.net/forums/thread.jspa?threadID=263093&tstart=30I hope this is helpful...etienne
社区
IntelliJ IDEA Open API and Plugin Development
Custom exception reporting
0 票
创建于
2006年11月30日 17:41
Interesting. Thanks for your thoughts.etienne
社区
IntelliJ IDEA Open API and Plugin Development
How to share configuration data between two independent plugins
0 票
创建于
2006年12月20日 21:52
Answering myself here...The way I now share the configuration between two plugins is by reading/writing my own xml config file in the user's IDEA options folder. String optionsPath = PathManager.g...
社区
IntelliJ IDEA Open API and Plugin Development
How to share configuration data between two independent plugins
0 票
创建于
2007年09月25日 12:06
hello dmitryThanks for your reply. Since this is not the behavior I observe, I guess I'm doing something wrong. What I see in the .iml file of my persisted component is...]]>...where ARCHIVE_PATH i...
社区
IntelliJ IDEA Open API and Plugin Development
How to apply path variables to file path stored in .iml file
0 票
«
第一页
‹
上一页