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
September 27, 2007 19:25
I really like the fact that its not bundled, since it means that I dont have to beg and nag for a mac version!One suggestion though is that when its not found (the error dialog that pops up) to hav...
Community
IntelliJ IDEA Plugin Users
[ANN] IntelliJad 0.4
0 votes
Created
October 07, 2007 18:12
Here's one huuugely annoying thing about it...The order in which settings show up in the ipr file is random. This means that when the .ipr file is checked into source control, it'll always be diffe...
Community
IntelliJ IDEA Plugin Users
IntelliJad - last call for new features
0 votes
Created
November 20, 2007 23:50
Neither. Try it yourself, write the word 'test' in a file then pick english to arabic.
Community
IntelliJ IDEA Plugin Users
[ANN] Google-Translate Plug-in version 1.0.5
0 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
«
First
‹
Previous
Next
›
Last
»