opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Created Can We Improve TestNG DataProvider Templates?
IDEA could do with a few enhancements to make TestNG more intelliJent. :pIf I write this I get no warnings or compile errors@Test(dataProvider = "simpleDataProvider")public void testFormatDecimalNu... -
Created Extract Darcular To Jar
I think I asked this before, but would it be possible to extract Darcula out into a separate module so that it is built into a jar that is published to Maven Central and can be used in other Swin... -
Created Why I Don't Use The Database Editor And How I USe My Chosen Editor
My SQL Editor of choice is SquirrelSQL.I don't think that I do anything too fancy but I still use it over the one built into IDEA for the following reasons: SquirrelSQL allows you to cache tables, ... -
Created Gradle Imports Are Not Recognised
The static import in the gradle script below is marked as red.Is this a known bug?buildscript { repositories { mavenCentral() } dependencies { classpath group: 'org.codehaus.... -
Created How Can I Diff Massive Files Using External Tools?
I want to diff a war file but IDEA takes too long.An alternative would be to do something with external tools.e.g. list the contents to a temporary file, sort the file, get the previous version fro... -
Created Are Breakpoints Supposed To Work In Gradle Scripts?
Every time I try to debug a gradle script I get the message:Unable to open debugger port (127.0.0.1:62039): java.net.SocketException "socket closed"Are you supposed to be able to debug gradle scrip... -
Created What Is Being Indexed And Causing OutOfMemory Errors?
I have Xmx set to 1150m (still on 32bit XP :O) and I am regularly getting out of memory errors.e.g. in the last 2 hours I have 12 idea.log files and 27 instances of java.lang.OutOfMemoryErrorAt the... -
Created Gradle 2.2 Can Specify VCS Info For IDEA
Have you noticed that in the release notes for Gradle 2.2 there is a section about specifying version control system for IntelliJ IDEA?http://gradle.org/docs/release-candidate/release-notes#specify... -
Created Why Is My Maven Index So Big?
D:\data\user\.IntelliJIdea14\system\Maven is over 10GB in size!There are 4 directories under D:\data\user\.IntelliJIdea14\system\Mave\IndicesIndex0Index1Index2Index3Index2 and Index3 are 5GB each.A... -
Created Why Is The Gradle Tool Window Hidden By Default?
AnsweredThe Gradle Tool Window is hidden by default but the Ant and Maven windows are visible.If I want to add a maven module/project I just click on the plus button and it starts the import process.With G...