Alexander Broekhuis
- Total activity 92
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 34
-
Alexander Broekhuis created a post, Evaluate XPath 2.0 expression with functions
Hi all,I'm trying to run a xpath expression on a xml file using "Evaluate XPath". In this expression I want to use the date function.How can I do this?Example of what I want to do can be seen on st... -
Alexander Broekhuis created a post, Remove inspection annotations on commit
Hi all,Is it possible to let intellij remove the suppress inspection annotations when I commit my data to SVN? I'm not sure if this is possible considering updating etc. But maybe it is..TiAAlexander -
Alexander Broekhuis created a post, Editing project libraries without adding to project or module
Hi,Maybe I'm looking over it, but how can I edit a library without adding it to my project/module?If I go the module settings I have to click Add to be able to change a library. After making change... -
Alexander Broekhuis created a post, Interfaces and extended classes
Hi all,I found a problem when using the Implement method or Goto implementation on interfaces.In my case there are 2 interfaces (A, B) with the same body. These interfaces are used in a service ori... -
Alexander Broekhuis created a post, CSS color names error
Hi,Just came across the following funny error. Took me some time to figure out what it was, but here it comes: In CSS Gray and DarkGray is used for gray/grey, but LightGrey (notice the E instead o... -
Alexander Broekhuis created a post, Build 3311
I was wondering why intellij uses IDEA_JDK to point to the java home it should use, instead of the more common JAVA_HOME? -
Alexander Broekhuis created a post, xml http://www.w3.org/2001/XMLSchema-instance and xsi:type support
Hi,I have a xml schema that uses abstract complex elements. In my xml files I use xsi:type to specify the type of the element. Intellij thinks my xml file isn't valid. It complains that xsi:type is... -
Alexander Broekhuis created a post, Find usages bug: column number
Hi,If I do a find usages on something the result dialog show the usages with the line and column number in front of it.If a method or variable is indented using tabs the number of tabs is shown in ... -
Alexander Broekhuis commented, -
Alexander Broekhuis created a post, Sorting items in the docking bars
Hi,is it possible to sort the items in the docking bars? I installed some plugins, but they appear above the project tab/item. I prefer them below the project tab/icon. Is there some way to do this...