Archive for March, 2009
Compatibility is Restored
As of N20090304-2000 (and 3.5M6) the CNF incompatibilities with prior released have been fixed, and what’s even better is the mechanism is cleaner and simpler to explain.
bug 255793
bug 252293
I won’t elaborate right now for personal reasons (broken elbow), but the docs will be updated (thanks to help from my lovely wife) and I will explain [...]
[ Back to top ]
How cool is this?
I was looking at this:
/*
* Non-Javadoc. Method declared on Viewer.
*/
public void refresh() {
refresh(getRoot());
}
I hit F3 when Viewer was selected and it took me there. It appeared to do it because it matched the name of a class. Hitting F3 on Method also worked. Pretty cool!
[ Back to top ]

