teemu kanstren

- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
-
teemu kanstren created a post, Unable to start debugger on OSX
I am trying to debug a Go application in Goland 2018.2.2.OSX Mojave. When running the debugger I get the following error: # runtime/cgo_cgo_export.c:3:10: fatal error: 'stdlib.h' file not found A... -
-
teemu kanstren created a post, Code Coverage
I am trying to get code coverage for my Golang tests. I run the tests with "Run 'go test tests' with Coverage" from the Goland IDE. The tests execute fine, but the coverage for all code files and p... -
teemu kanstren created a post, AnsweredSome basic fixes would be nice
I have been using IntelliJ for more than 10 years and it is a great IDE. However, the past year it seems to be going a bit downhill in terms of performance and basic working functionality. Some sp... -
teemu kanstren created a post, problems with TreeClassChooserFactory dialogs
Hi,I am trying to implement a dialog that allows the user to pick a class that implements an interface. I have something like: TreeClassChooserFactory factory = TreeClassChooserFactory.getInstan... -
teemu kanstren created a post, persisting a run/debug configuration
Hi, I am trying to persist the run/debug configurations created by my plugin. I have mainly looked at the JUnit and TestNG plugins as examples. My configuration object extends ModuleBasedConfigurat... -
teemu kanstren created a post, Layout constraints in GUI designer
Hello, I have a panel using GridLayoutManager. It has two rows. On the second row, I wish to have a JLabel which spans 2 columns. GridLayoutManager allows specifying a constraint called "colSpan" t... -
teemu kanstren created a post, Dialog similar to "Choose Main Class"
Hi, I have made some progress in implementing my own run type (have it showing and created the basic UI I want..). What I would like to have now is a way to create a dialog similar to "Choose Main ... -
teemu kanstren created a post, Custom run/debug config
Hello all, I am looking to add my own run/debug configuration type and associated configuration to the "Run/Debug Configurations" dialog. Can someone point me to some documentation on how to do thi...