opticyclic searches
- 活动总数 1105
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 411
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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...