Stefan Arentz

- Total activity 258
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 91
-
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.