opticyclic searches
- Total activity 1105
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 411
-
Created SVN - Cache Logs For Whole Repo
I am branching per feature so I am switching a lot in SVN.This has the effect of the Repository tab in the Changes view regularly being empty.Is it possible to make IDEA cache the logs for the whol... -
Created How Do I Show Merged Sources At Repo Level
The docs show how to show merged sources at a file levelhttp://www.jetbrains.com/idea/webhelp/viewing-merge-sources.htmlHowever, I can't seem to work out how to do it at a repo level.e.g. in Tortoi... -
Created Why Can't I Run An ANT Build Whilst Indexing?
I just opened a large project that I hadn't opened for a while in order to run ant dist.The indexing took ages and I had to wait for it to finish before I could run ANT.Since ANT runs as an externa... -
Created Copy SQL That Is Split Over Multiple Lines
I might have an SQL string split over multiple lines in my codee.g. String sql = "SELECT column_name(s)" + "FROM table1" + "LEFT JOIN table2" + "ON table1... -
Created Make/Compile Errors In Community Edition Source
In the last few days I have noticed some compile errors in the community edition source when I run Make before run.It seems to stem from changes to the source conflicting with dependencies in the I... -
Created How Do I Run Condition Is Always False Inspection On Whole Project?
The following code will show a warning in the editor. Double amtD = Double.NaN; if(amtD==null){ } Condition 'amtD==null' is always 'false'I can't seem to find this inspection in... -
Created AspectJ - Why Don't @Around JoinPoint Breakpoints Get Hit?
I took this example here to test out some AspectJ features.http://denis-zhdanov.blogspot.ca/2009/08/weaving-with-aspectj.htmlIf I put a breakpoint on the System out here I can hit it just fine.@Asp... -
Created Android - Should res/assets be marked as source?
I am just starting android development and the first thing that I noticed about the example project is that the res and assets directories are not marked as source.I took this application as a star... -
Created How Small Can You Make A New IDE From The Platform?
I have a favourite decompiler that only comes in a command line option.I would like to make it a gui version like jd-gui.This would require a panel that could display the contents of jar files and ... -
Created Set KDiff3 As Merge
I have found recently that KDiff3 is better than IDEA at resolving merge conflicts.The other good thing is that when it can't resolve all the conflicts it doesn't leave you with a two way merge lik...