From: frankster <jsy...@te...> - 2011-09-04 21:08:51
|
On 03/09/2011 15:57, Joe Emenaker wrote: > On 9/3/2011 6:59 AM, frankster wrote: >> * which files are you planning to include in the refactor so I can avoid >> changing those files? > I've tracked down which revision I started the refactor on (it's from > back in 2006... yeah, really), so now I'm doing a diff on all of the > files to see what I've changed. Must be some kind of world record! > So far, it's the big-picture window/desktop stuff. I don't think I've > touched any of the widget stuff. I think I've also left the "action" > parts of Action.java alone. By that, I mean... the stuff where each > action has a unique ID and they register their place in the menus and > their hot-keys and such. But those inner classes in Actions like > Actions.MenuDesktop and Actions.MenuFrame, I'm pretty sure that's all > been yanked to a dedicated set of UI classes... so that a class named > "Actions" doesn't need to be importing BorderLayout and Dimension. > > I should have a concrete list for you in a day. I'm also planning on making it so that when you right click on an empty part of the background of a library or scene, it will pop up a "new patch" menu. It sounds from what you said like I will be able to do this without interfering with your refactoring. But I will hold off until I hear back from you. regards, Frankie |