Stefan Arentz

- Total activity 258
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 91
-
Created Feature request to get rid of horizontal scrolling in the project view
I've filed this earlier: http://www.jetbrains.net/jira/browse/IDEADEV-9197Bug in action: http://stuff.sateh.com/AnnoyingScrolling1.png http://stuff.sateh.com/AnnoyingScrolling2.pngBut unfortunately... -
Created Bug? IDEA Inserts empty lines (IDEA-9375)
I have reported this one a while ago. It has been set to fixed but I still have the problem in 6.0.2. Am I the only one? http://www.jetbrains.net/jira/browse/IDEA-9375The bug is simple:Now when gen... -
Created Bug? Control-n f - Selects 'Interface' not 'File' (IDEADEV-11721)
Does anyone experience the same?In the Project/Packages view I hit Control-n to create a newobject. I then hit 'f' so that the selection should change to 'File'. This does not work, IDEA selects 'I... -
Created Alloy on OS X & the 'command click to select multiple items' problem
I'm on OS X and using the Alloy theme. Command click to select multiple items from a list does not work. Can someone please acknowledge that this will be fixed or that I should bugger off.Or am I t... -
Created Is this normal Navigation Bar behaviour?
Depending on where my cursor is in the Java source my navbar looks like this: http://stuff.sateh.com/idea/6094/navbar1.pngor this: http://stuff.sateh.com/idea/6094/navbar2.pngVery confusing :)There... -
Created Idea.log is terribly slow
When I run my plugin with the Idea.log option enabled it takes about two to three minutes before all messages have passed in the Run window and I can see my own log entries. It looks as if that log... -
Created visitXmlAttribute question
I'm just getting my feet wet with plugin development so please excuse me for silly questions :)I have a really simple LocalInspectionTool that checks for invalid xml attributes. I do something like... -
Created Demetra on OS X Silliness - Required Administrator Rights
I created a bug report for this one but that was quickly dismissed. Unfortunately it is not possible to re-open closed JIRA issues, so I'll try again here :)It looks like Demetra on OS X uses an un... -
Created Alternative Editors ala HTML Preview
In the Demetra Beta the HTML editor gets a tabgroup on the bottom where you can switch between the HTML editor and a Preview view. Way cool.Is this mechanism available to plugin developers? And can... -
Created Example of HTML inspection?
Is there an example of a HTML inspection available somewhere? I would like to create one but I don't know where to start. S.