Anders Holmbech Brandt

- 活动总数 47
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 18
-
Anders Holmbech Brandt 创建了一个帖子, Slow unit startup
hi,I have a project where it takes up to 5 seconds before it acutally starts running my unit test.It is "instantiating test".I simply can't understand what is going on.Its a project with 4 modules ... -
Anders Holmbech Brandt 创建了一个帖子, [ANN] Wicket Assistant v0.1.3
Hi,New version of the Wicket Assistant plugin for Intellij Idea. Downloadit from the plugin manager within Idea. Works in version 5.X and 6.X.Features implemented: On-the-fly Inspection checking... -
Anders Holmbech Brandt 创建了一个帖子, Plugin updated notification
hi,Is it possible to get information of the installed plugins and their versions and wether they have a new version in the plugin repository ?I really miss some automated feature that tells me (and... -
Anders Holmbech Brandt 创建了一个帖子, problem with visitNewExpression ?
hi,I have a problem with the visitNewExpression method from the PsiRecursiveElementVisitor class.The following snippet of code does not invoke a call to the visitNewExpressionform.add(new RequiredT... -
Anders Holmbech Brandt 进行了评论, -
Anders Holmbech Brandt 创建了一个帖子, [ANN] Wicket Assistent
hi,I would just like to announce that I have started a wicket plugin forIntellij Idea and have uploadet to the plugin repository some minutesago and its now available for use and download.Wicket As... -
Anders Holmbech Brandt 创建了一个帖子, inspection descriptions missing
Hi,I'm trying to add a description for my inspection in the error dialog. Here is my jar structure:com - the sourceinspectionDescriptions - the dir with the html filesMETA-INF - the plugin.xml etc.... -
Anders Holmbech Brandt 创建了一个帖子, Inspection called too many times
hi,I have created an inspection that overrides the buildVisitor method and then again overrides the visitNewExpression method. That works nicely and my code is being called correctly. Only problem ... -
-
Anders Holmbech Brandt 进行了评论,