Dracodoc
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
-
Dracodoc created a post, IDEA 13 being slow in running my groovy program
IDEA 13 have been quite slow in testing my groovy program. Every time I click run, it takes 5 seconds to check and make, then 4 seconds to load the program I wrote, which is just a simple groovy Sw... -
Dracodoc created a post, Can we have more "structure" in Groovy structure view?
Structure view can be helpful to navigate among methods, but it doesn't support Groovy Closure – I was using closure like method, which means define a closure first, then use it later. I also hav... -
Dracodoc created a post, [feature request] Is there any plan to support MigLayout in GUI form designer?
I just found the Window Builder in Eclipse have great support for MigLayout. MigLayout has already make Swing layout very easy, it's totally possible to write entirely by hand. However, I have to s... -
Dracodoc created a post, Answered[feature suggest] Search in local history of a file
IDEA saved every little change of editing so we don't have worry saving file, but sometimes when I want to find certain stage of a file not long time ago, I found I have no better method other than... -
Dracodoc commented, -
Dracodoc created a post, IDEA cannot refresh to reflect directory changes in "attach classes to library" dialog
I used to put all my third-party libraries in a folder: d:\lib. If I created a new directory under it, and put some new library in that directory, I found that IDEA cannot recognize the changes to ...