Bcremers
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Bcremers created a post, AnsweredLive 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 created a post, 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 created a post, [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 commented, -
Bcremers created a post, 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 created a post, [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 created a post, [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 created a post, [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...