Stephen Friedrich

- Total activity 1565
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 639
-
Created Lobbying for automatic highlight in file
I am a die-hard Idea user as many of you probably know.However currently I am using (mostly) Eclipse due to project constraints.I did not argue to strongly against having to use Eclipse, because it... -
Created Any chance of having jars depend on source code?
Let me explain a little:Since a couple of weeks I am working as a freelancer in a big (BIG) company -all in all many thousands of developers.Development process is rigid, actual coding and project ... -
Created SourceSafe issues
When I try to commit the project Idea wants to check in all "vssver.scc" files?! I found a related issue in Jira, but that one is marked as fixed.How can I configure an exclude filter? There are ... -
Created Sixth and Red River: It's dead
Ok, maybe it's not dead, but it's already stinking.When I needed one of the refactorings that are refactor-j plugin offered, I was glad to seethat there are new versions out that are supposed to wo... -
Created Can somebody else please try and reproduce IDEA-9522
I can't unfold regions in XML files when the caret is at the end of line.JetBrains cannot reproduce it. Is it my problem alone?Can somebody else please try that?!http://www.jetbrains.net/jira/brows... -
Created XML Api: Need help with completion
In my ResolvingConverter I return a list of all states that a transition can lead to.The problem is that I need to make the completion aware of relative names.Using the code below I get the followi... -
Created XML Api: Help needed with Dom resolve/convert
The basic mechanism supplied with @NameValue is almost what I need, but not quite:My elements represent states which can be nested. Each state has a name that is relative to the super state's name.... -
Created Should Idea find usages of methods from EL?
I am doing "Find Usages" (Alt-F7) on a method idea fails to find the reference to the method from JSF: ]]>There is no error highlighted for that JSF part, and I can control-click on the "find" in t... -
Created XML DOM: "lax" enums?
In Idea's XML binding framework: Is there any way to specify string attributes that know about common values, but allow any value.This is an extract of the xsd: ... -
Created Nested nodes in diagram
Is it possible in the diagram openapi to have nested nodes?I am trying to create a diagram for JPDL (java process definition language used in JBoss jBPM framework).I need to show superstates which ...