Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Hani Suleiman
Total activity
1008
Last activity
October 07, 2017 00:34
Member since
October 10, 2002 03:55
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
380
Activity overview
Posts (115)
Comments (513)
Sort by recent activity
Recent activity
Votes
Created
November 21, 2007 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.
Community
IntelliJ IDEA Plugin Users
[ANN] Google-Translate Plug-in version 1.0.5
0 votes
Created
July 16, 2007 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...
Community
IntelliJ IDEA Plugin Users
[ANN] Jetty Integration Plug-in
0 votes
Created
July 22, 2005 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...
Community
IntelliJ IDEA Open API and Plugin Development
PluginManager calls
0 votes
Created
July 26, 2005 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...
Community
IntelliJ IDEA Open API and Plugin Development
PluginManager calls
0 votes
Created
August 07, 2005 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom icons
0 votes
Created
August 03, 2005 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...
Community
IntelliJ IDEA Open API and Plugin Development
Late night PSI fun
0 votes
Created
October 18, 2005 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...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing extended Find Usages
0 votes
Created
April 12, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
How to properly add dependency to another plugin: "TestProxy cannot be cast to TestProxy"
0 votes
Created
December 04, 2002 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...
Community
IntelliJ IDEA Open API and Plugin Development
Future Open API support for EJB
0 votes
Created
July 24, 2005 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
PluginManager calls
0 votes
«
First
‹
Previous
Next
›
Last
»