主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Hani Suleiman
活动总数
1008
最后的活动
2017年10月07日 00:34
成员加入日期
2002年10月10日 03:55
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
380
活动概览
帖子(115)
评论(513)
按最近的活动排序
最近的活动
投票数
创建于
2007年11月21日 02:31
No, I'm not behind a firewall. I think I know enough to know how to make sure my outgoing networking works, don't you think?Translations in other languages work fine for me. Just Arabic does not.
社区
IntelliJ IDEA Plugin Users
[ANN] Google-Translate Plug-in version 1.0.5
0 票
创建于
2007年07月16日 14:58
I havent tried it. I think the issue will be a bit more than just adding the dependency, as the J2eeModuleProperties class has gone away, and is now replaced with the Facet classes, so some refacto...
社区
IntelliJ IDEA Plugin Users
[ANN] Jetty Integration Plug-in
0 票
创建于
2005年07月22日 15:23
I'd love to not be using it! In my situation (the testng plugin) I need to be able to add the plugin classes and the bundled testng jar to the newly started process, how can I go about that without...
社区
IntelliJ IDEA Open API and Plugin Development
PluginManager calls
0 票
创建于
2005年07月26日 15:25
Another reason I think was that I might have had idea.jar in the plugin's dir, so the PluginManager in there was being called for some reason. Anyway, after making sure that that file is never ther...
社区
IntelliJ IDEA Open API and Plugin Development
PluginManager calls
0 票
创建于
2005年08月07日 20:28
Looks like you're right. It's hardcoded into PsiElementBase, with no way to hook into it.It'd be pretty funny to developer a plugin helper library that (ab)uses AOP to inject functionality in such ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom icons
0 票
创建于
2005年08月03日 12:55
Figured it out!The problem was that earlier on, I modify the import list, so method calls to the superclass no longer resolved. Delaying the import munging until the end keeps methods resolved, and...
社区
IntelliJ IDEA Open API and Plugin Development
Late night PSI fun
0 票
创建于
2005年10月18日 19:21
I'd actually like to do something similar, and am wondering if it's doable right now in IDEA. For ejb3, I have:@NamedQuery(name="all.documents", query="select d from Document d")public class Docume...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing extended Find Usages
0 票
创建于
2014年04月12日 01:21
Change the scope of the dependency in the module dependencies config to 'provided' so it correctly gets loaded by the launched instance of IDEA rather than the system classpath.
社区
IntelliJ IDEA Open API and Plugin Development
How to properly add dependency to another plugin: "TestProxy cannot be cast to TestProxy"
0 票
创建于
2002年12月04日 22:03
Yeah, +1 to a richer API for EJB handling. Ideally it should be possible to have this hook into any number of appservers, where one could create an ejb and have it automatically deployed in the con...
社区
IntelliJ IDEA Open API and Plugin Development
Future Open API support for EJB
0 票
创建于
2005年07月24日 16:17
Maxim, any idea on how I can avoid calling the plugin 'too early' or ensure that it does whatever it needs to do before I call it? I'm having the same problem again with no idea of why it's popped ...
社区
IntelliJ IDEA Open API and Plugin Development
PluginManager calls
0 票
«
第一页
‹
上一页
下一页
›
最后
»