From: Joe E. <jo...@em...> - 2011-09-08 16:09:17
|
On 9/8/2011 8:59 AM, frankster wrote: > On 09/08/11 16:44, Joe Emenaker wrote: >> SVN, I'm told, *does* >> support moving, so it's my hope that this will preserve the revision >> history when the files get moved. > svn mv core/X org/jsynthlib/X Yup. It's just a matter of "svn diff" sees "deeply" through moves, I guess... > Do you think the refactoring is a candidate for 0.21 or are you going > to hold off for the following release? No way for 0.21. A lot of the UI code has been moved around or re-written. I haven't been able to test any of it because it won't even compile from all of the stuff I'm changing. I might have it compiling by the end of today, but I'm anticipating lots of little UI glitches (like, windows not moving to the front when they're supposed to, or not notifying xyz when they're closed, etc) which will require that the refactored build just get used a bit so we can find all of the little things I messed up during the re-write. - Joe |