Bas Leijdekkers
- 活动总数 1072
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 426
-
创建于 [ANN] Lysosome 1.0 -- A tiny caret movement plugin
Lysosome - A tiny caret movement pluginhttp://www.intellij.org/twiki/bin/view/Main/LysosomePluginLysosome provides an easy way to jump to the start or the end of a selection. This is a tiny bit of ... -
创建于 What happened to <IDEA_HOME>/doc/openapi?
Where the documents that were in ]]>/doc/openapi go? Specifically I'm looking for ActionManager.xml, but plugins.html, readwriteactions.html and the examples were useful too.Bas -
创建于 SmartType completion for Exceptions
When I have the following code and | is the cursor, why doesn't SmartType completion (CtrlShiftSpace) suggest RuntimeException? Isn't this supposed to work?This behaviour is the same in both Pallad... -
创建于 [ANN] Inspection Gadgets 1.0.2 for Pallada
Hello all,I have added some more things to Dave Griffith's Inspection Gadgets. This version has been tested with IDEA #2013 and is only compatible with Pallada. You can download it here:http://www.... -
创建于 Inspection Gadgets for IDEA #2008
Hello all,I have made a build of the excellent Inspection Gadgets plugin for IDEA#2008. It took some time posting it here because of the 1 million bytes forum attachment limit. Inspection Gadgets i... -
创建于 Tabswitch plugin for #2008
Hi,I couldn't work without the TabSwitch plugin so I have fixed it for build 2008. Maybe somebody else will find it useful? You can find it attached to this message. BasAttachment(s):TabSwitch.jar -
创建于 NNTP not working again?
I can't access any of the intellij newsgroups via NNTP. "No space left on device writing logging article file -- throttling". There was a similar problem about two weeks ago. Does anybody else see ... -
创建于 news access not working?
I get "400 No space left on device writing SMstore file -- throttling" errors when I try to access news.intellij.net. Anybody else get this too, or is it a problem on my side?Bas -
创建于 SmartIntroduce bug
SmartIntroduce allows to select an illegal expression when used with array literals. This can produce code which does not compile. See the attached screen shot for an example.Attachment(s):smart_in... -
创建于 is this by design?
If I press Ctrl-Space in the following code IDEA appends "Foo" to the indentifier "bar". Pressing Ctrl-Space again, appends it again, and so on. I think this a bit strange as Foo cannot be resolved...