Bcremers
- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 15
-
Bcremers 创建了一个帖子, 已回答Live Templates - Method Parameter Type
Is there a way to get the types of method parameters in a live template? I'm trying something like this:groovyScript("_1.collect { typeOfVariable(it) }.join(', ')", methodParameters())but of course... -
-
-
Bcremers 创建了一个帖子, Tell IntelliJ which String is a JPA query
Because of a mix between ORM tools we need a layer of abstraction between our code and the JPA entitymanager. But because of this IntelliJ does not recognize JPQL query strings.In the attachment, I... -
Bcremers 创建了一个帖子, [ANN] IntelliHeap 1.0 released
Hi,IntelliHeap 1.0 just got released. IntelliHeap attaches to a remote JVM and displays information about the heap.Regards,Bart -
Bcremers 进行了评论, -
Bcremers 创建了一个帖子, UI Designer JComboBox model
I designed a form using the UI designer and the form contains many JComboBoxes which should allow the user to select items in different Enums.To allow this I want to set a custom ComboBoxModel on t... -
Bcremers 创建了一个帖子, [ANN] IntelliCalc 2.0
Available for IDEA 5.0 and 6.0 through IDEA's built-in plugin manager or directly fromhttp://plugins.intellij.net/plugin/?id=1004Changes since 0.8: Redid entire gui. Extracted the expression calcul... -
Bcremers 创建了一个帖子, [ANN] IntelliCalc 1.1
IntelliCalc 1.1 has been released. Available through Settings/Plugins or on the plugins website.Changes:Changed keystroke from CTRL E, CTRL C to ALT F8.Toolwindow will now automatically display whe... -
Bcremers 创建了一个帖子, [ANN] IntelliCalc 1.0
A small scientific calculator integrated in IntelliJ.Use it as a normal simple calculator (with advanced functions) or evaluate expressions directly from your editor. To evaluate an expression in t...