From: Joe E. <jo...@em...> - 2011-09-03 14:57:45
|
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. 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. - Joe |