主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Simon Stückemann
活动总数
27
最后的活动
2016年01月16日 12:41
成员加入日期
2014年12月27日 19:30
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(6)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
2015年04月26日 08:14
Okay, I may use reflection in that case although it's quite hacky... Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Set Default Selection in Refactoring Dialogs
0 票
创建于
2015年02月27日 07:22
I am using Gradle as an ant wrapper on Jenkins which is working well after some initial problems. I was also scared away by downloading the IDEA sources for every build as that would take a long it...
社区
IntelliJ IDEA Open API and Plugin Development
Continuous Integration for plugins?
0 票
创建于
2014年12月30日 20:12
Thank you and sorry for the late reply – I was not working on this for the last two days.I've had a look and it seems that LocalInspectionTool is fairly limited and – as the name suggests – focuses...
社区
IntelliJ IDEA Open API and Plugin Development
Observe Java Code Changes and Refactor based on Analysis
0 票
创建于
2014年12月31日 10:42
Yes, last night I played around some more with PsiTreeChangeListener and already ended up writing a lot of boilerplate code to reduce the number of events. I will focus my efforts on an instance of...
社区
IntelliJ IDEA Open API and Plugin Development
Observe Java Code Changes and Refactor based on Analysis
0 票
创建于
2015年03月20日 11:43
I see, that makes sense. What I'm trying to accomplish is two-fold. The first is a hard requirement, the second part would be nice, but is not strictly necessary.From my own plugin I would like to ...
社区
IntelliJ IDEA Open API and Plugin Development
RefactoringElementListenerProvider::getListener not Called for Moving Instance Method
0 票
创建于
2015年04月29日 20:37
I don't.I have tracked the problem down a little further though and it seems to be quite deep. Here's what I've found so far:scope.getTextLength() == 567scope.getText().length() == 549That seems od...
社区
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch: Assertion Error
0 票
创建于
2015年04月29日 22:21
I see, I wasn't aware that it is a synchronous action, so trying to run the search inside a write action doesn't have any effect as the lock is already aquired. Is there a way to schedule another a...
社区
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch: Assertion Error
0 票
创建于
2015年04月30日 09:00
I feel silly now, that makes a lot of sense I've now removed the hack and am using an ApplicationListener instead. It's workign well, thanks so much!
社区
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch: Assertion Error
0 票
创建于
2015年04月25日 17:14
Hm, sadly in this case it seems as though IntroduceFieldDialog is package local and I cannot set the initialiserPlace myself. Is there any specific reason for this?
社区
IntelliJ IDEA Open API and Plugin Development
Set Default Selection in Refactoring Dialogs
0 票
创建于
2015年02月27日 18:21
Very interesting. While we are talking about it: It appears that some of the packages were once part of Maven Central (http://mvnrepository.com/artifact/com.intellij) but there have not been any ne...
社区
IntelliJ IDEA Open API and Plugin Development
Continuous Integration for plugins?
0 票
«
第一页
‹
上一页