Hani Suleiman
- Total activity 1008
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 380
-
Created No scala sdk in module with Gradle
From a fairly recent version of IntelliJ, importing any gradle builds that have scala always results in 'no scala sdk in module' errors on every file. This becomes incredibly frustrating especially... -
Created Custom completion in editor
Inside of a string in the editor window, I'd like to be able to offer completions under certain circumstances, how would I go about doing this? As a practical example, I want the following to show ... -
Created Scala structure
I'm trying to write a Java plugin that acts on scala sources, and I'm slowly but surely running out of hair to tear out in frustration. Does anyone have any thoughts, or even a starting point, to d... -
Created Plugin dev
Not sure if this is the right forum for it, but I'm writing a plugin in Java that uses the scala plugin to query PSI and so on (cucumber for scala).I have two PSI related issues that I'm unable to ... -
Created Uploading new plugins
When I try to update my plugin on plugins.intellij.net, I get this error:Fatal error: Call to a member function on a non-object in /var/www/plugins.intellij.net/plugin/edit/index.php on line 291Als... -
Created Facets vs Artifacts
Is there any documentation for the difference between these two?I'm trying to write my own appserver integration (against the bundled EE stuff), but it looks like all the old stuff that referred to... -
Created JavaEE custom plugins
Is there any way of being able to develop app server integration plugins for the community edition?Also, previously it was possible to see the tomcat sources to see how to write a custom plugin for... -
Created Project file line endings
Is there any way to enforce line endings on the project files in the .idea directory? Right now if I save them on a mac then someone else views them in a windows environment, they all show up as mo... -
Created 8.1.1 and OSX
The javaee plugin in 8.1.1 (that a ton of other plugins depend on) was compiled with JDK6, yet the Info.plist file for IDEA 8.1.1 specifies JDK5. This means that IDEA fails to start up at all.Fixin... -
Created JS debugging....I don't get it
I was pretty excited to see JS debugging as one of the new features in Diana, but on attempting it, I'm rather baffled by how its supposed to work.For one thing, it looks like it only lets me pick ...