主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Etienne Studer
关注
新帖子
新帖子和评论
活动总数
236
最后的活动
2016年01月17日 22:03
成员加入日期
2004年08月28日 21:27
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
82
活动概览
帖子(65)
评论(89)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2007年06月12日 01:35
The LockSmith inspection "FieldAccessNotGuarded" complains if I do not guard a field (that is annotated with @GuardedBy), assigning it a value in the constructor.etienne
社区
IntelliJ IDEA Plugin Users
[Ann] LockSmith: concurrency-oriented refactorings for IntelliJ IDEA
0 票
创建于
2007年06月05日 20:50
Very cool. The intentions now show up and work properly in my IDEA 6.0.5.Thanks, etienne
社区
IntelliJ IDEA Plugin Users
[Ann] LockSmith: concurrency-oriented refactorings for IntelliJ IDEA
0 票
创建于
2007年06月04日 18:58
I checked: I don't even see these inspections in the 'Errors' settings. I'm using IDEA 6.0.5.etiennePS There are a few typos in the resources_en.jar: @GaurdedBy
社区
IntelliJ IDEA Plugin Users
[Ann] LockSmith: concurrency-oriented refactorings for IntelliJ IDEA
0 票
创建于
2007年06月04日 17:25
Using annotations did not give me an inspection warning, neither:public final class Foo { public void clear() { // access not guarded as defined in annotation _bar.clear(); } ...
社区
IntelliJ IDEA Plugin Users
[Ann] LockSmith: concurrency-oriented refactorings for IntelliJ IDEA
0 票
创建于
2007年06月01日 01:37
helloI would have expected that LockSmith inspects and complains about the code below. Or am I overseeing something?etiennepublic final class Foo { public void clear() { // access not...
社区
IntelliJ IDEA Plugin Users
[Ann] LockSmith: concurrency-oriented refactorings for IntelliJ IDEA
0 票
创建于
2007年04月13日 02:28
hello nathanAs mentioned in my error report submitted from within IDEA, the plugin causes exceptions when using IDEA 6.0.5, even though the plugin minimum version is 5766.Maybe removing the older v...
社区
IntelliJ IDEA Plugin Users
[ANN] Changes Bar 1.2.3 Available
0 票
创建于
2007年04月09日 02:33
hello jay1) The plugin.xml plugin descriptor allows to define dependencies to other plugins. See also http://plugins.intellij.net/plugin.dtd2) I have written a little plugin called PluginUpdateN...
社区
IntelliJ IDEA Plugin Users
Plugin dependencies and updates?
0 票
创建于
2007年03月24日 12:36
helloThanks for your comment.I rely on IDEA for the actual renaming algorithm (propertyNameToVariableName).The fact that the intention does not complain anymore after the quick fix being applied is...
社区
IntelliJ IDEA Plugin Users
Simple Intentions bug?
0 票
创建于
2007年02月20日 00:16
Ah, I see. I was aware of that feature but did not associate it with 'IDE project files'. I was thinking about .ipr files...thanks, etienne
社区
IntelliJ IDEA Users
Manage others' access to the IDE project files
0 票
1
2
3
4
5
6
›
»