主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
eldad dor
活动总数
22
最后的活动
2019年01月23日 16:01
成员加入日期
2011年03月28日 12:17
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
6
活动概览
帖子(6)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2017年10月03日 16:42
I've Installed the latest Intellij 2017.2.5 build and the code doesn't return the DasRoutine names as previously. The .expand method doesn't return any value with the given condition, can you tell ...
社区
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
0 票
创建于
2017年07月23日 12:29
Thanks, works beautifully!
社区
IntelliJ IDEA Open API and Plugin Development
Getting Routines/Procedures name
0 票
创建于
2011年03月28日 14:46
I realize that Progress repainting is done at EDT level, to make things clearer (for you viewer out there)my current action :public class SQLRefNavigationResetAction extends AnAction {private stati...
社区
IntelliJ IDEA Open API and Plugin Development
Running a custom progressBar on plugin Action
0 票
创建于
2013年09月24日 15:27
Thanks for the quick reply...simple and stright answer as always, works great!
社区
IntelliJ IDEA Open API and Plugin Development
Getting an anchorElement for the FileTemplate when using createClass
0 票
创建于
2011年03月28日 12:30
That is correct.I've also tried various implementations for ProgressIndicator, but if I'm not mistakenit works the same way as the Task.Backgroundable.
社区
IntelliJ IDEA Open API and Plugin Development
Running a custom progressBar on plugin Action
0 票
创建于
2013年06月30日 21:24
Thanks Dmitry,your suggestion works great.I have another query about how you suggest to handle the event change for good performance.so far I deduced I can handle the Index change by myself by keep...
社区
IntelliJ IDEA Open API and Plugin Development
Listening for root changes when maven multimodule pom changes
0 票
创建于
2013年06月30日 22:07
Maybe I'm answering my own question, but I did find that using the ModulesOrderEnumerator can iteratethe modules nicely when added or removed, (especially added, which is a bigger issue) and by usi...
社区
IntelliJ IDEA Open API and Plugin Development
Listening for root changes when maven multimodule pom changes
0 票
创建于
2013年07月01日 19:28
You gave me the proper thing to think about exactly at a time, as I decided to make major changes to my plugin'smodel and indexing specifically , which will require some time...but I guess using th...
社区
IntelliJ IDEA Open API and Plugin Development
Listening for root changes when maven multimodule pom changes
0 票