Bjørn T Johansen

- Total activity 323
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 115
-
Created Font color in EAP?
In xhtml files in ealier version, this code shows the text inside "" (the reference for value) as black color with a light green background<h:outputText value="#{msgs.prisinfo}"/>In the EAP that bi... -
Created Please set the spellchecker inspection disabled as default...
Everytime I create a new project in IDEA 11, I have to open the inspection settings do disable the spellchecking and it is really annoying! At least make it configurable what the default setting is... -
Created The new EAP is not working at all...
It gives me an exception when I just start IDEA and the same exception when trying to open a project...com/intellij/javaee/oss/transport/SimpleRemoteServerModel: com/intellij/javaee/oss/transport/S... -
-
Created Copy and paste act funny in the eap....
If I have the following code...:if (sometest) { log.error("test failed); } If I copy this and paste it the same place, x value, I get the following..:if (sometest) { ... -
Created Please bring back the whole path when reopening a project...
In the latest version, only the project name is displayed... I like to see the whole path, please....Regards,BTJ -
Created Why is there so many maven plugins/code not recognised by IDEA?
A lot of code is red in the pom files but there is no problem running the goals... E.g code like this..:<build> <defaultGoal>compile</defaultGoal> <directory>target</directory> ... -
Created Exception when trying to debug Android app...
I always get this when I try to debug Android app, running the app on my Nexus One...:String index out of range: 536983146: String index out of range: 536983146java.lang.StringIndexOutOfBoundsExcep... -
Created Why isn't the announcement on this page updated when new EAP is relased??
Is it just my browser that doesn't notice it or.....Regards,BTJ -
Created Any change in the webservice support from 9.0.1 to 94.192?
I have a Java project where I have a webservice client module and this is working as it should using 9.0.1 (93.94).But when I tried to open the same project in 94.192, then IDEA just told me it had...