Bcremers
- Total activity 52
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created 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... -
Created [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... -
Created [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... -
Created [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... -
Created [ANN] IntelliTail 3.0 released
Changes:Replaced history textfield in search dialog with Jetbrains version.Locate initial help window position relative to IDEA window instead of just the IntelliTail panel.A checkpoint will be aut... -
Created [ANN] IntelliTail 2.3 released
Fixed automatic scrollbar addition when needed.Fixed NPE when reloading project with settings from 2.1.x plugin version.Now saving last directory used for opening a file.Added possibility to mark l... -
Created [ANN] IntelliTail 2.2 released
Bugfixes:- Fixed input textfield mnemonic in find dialog.- Fixed the location of the displayed mnemonic on the find dialog "Regular expression"-option.- Fixed the filling of the recent files list w... -
Created [ANN] IntelliTail 2.1 released
Bug fix:- Fixed ArrayIndexOutOfBounds when filtering result in empty buffer.- Copy button is no longer enabled when there's no selected text.New features:- Added search facilities.- Added simple ke... -
Created [ANN] IntelliTail 2.0
IntelliTail 2.0 has been released. It's tested on build #4155, but it should work on earlier versions to.Features:- Choose the number of lines to display.- Pin a file down on a specific position.- ... -
Created Add own custom menu to menubar
Is it possible to add a new menu to the menubar for my own plugin. The actions in there do not really fit under any other menu.