Posted on November 7th, 2007 by headwedge
…again.
I want to like XCode 3 I really do.
I like:
1/ The in-code error messages:
2/ erm…
3/ that’s it
I do not like:
1/ That code sense no longer auto-completes print to System.out.println(…), oh no now you have to type System.out.print before it will auto-complete wtf?! So, take one of the most commonly typed pieces of Java code [...]
Filed under: Java, code, mac, os x, rants, xcode | No Comments »
Posted on July 15th, 2007 by headwedge
I hope that the Computing, Engineering and Mathematical Sciences at the University of the West of England, Bristol [link] don’t mind me reproducing an edited version of the relevant section:
Filed under: Java, code, mac, xcode | No Comments »
Posted on May 28th, 2007 by headwedge
Following up on my previous post, it occurred to me that you ought to be able to add your own macro definition to the template and set it with defaults write. Also I don’t like the C style comments appearing in my Java code.
The Pure Java template resides in:
/Library/Application Support/Apple/Developer Tools/File Templates/Pure Java/Java class.pbfiletemplate/class.java
By default [...]
Filed under: xcode | No Comments »
Posted on May 28th, 2007 by headwedge
I am fed up of every new xcode file that I create containing the line:
// Copyright (c) 2007 __MyCompanyName__. All rights reserved.
But how do you change __MyCompanyName___ to something useful?
Xcode 2.4 Expert Preferences explains that this, and a shed load of others, are expert preferences supported by Xcode (but) not accessible through the user [...]
Filed under: rants, xcode | No Comments »