|
Well .... close enough for government work:)
I've got the basic commands working in both morphic and ob. icons and text styling available in both ... there are still some rough spots in the updating code (which is duplicated between OB and Morphic, but at least the code follows the same pattern so both can be kept in synch easily...), and I haven't tried all the menu items in both browsers (4 browsers if you count the two version browser variants).
The tests are all green!
I haven't loaded the config into any images, so there may be infant mortality bugs there and I haven't ported the latest stuff to GemStone yet ... oh the ob variant is missing a button bar ...
The reliance on the browser iv is gone ... there is still an ob-style requestor which is needed in one or two isolated spots, but the ObBrowser of MorphicBrowser doesn't maintain any state that's needed by the model ... Okay the morphic browser still has some of it's own state, but thats because the morphic browser is still implementing a couple of the button menu items ... when they go the state goes ...
Unless something comes up the major shuffling and refactoring work is done...phew ...
I think the updating/refresh logic needs to be cleaned up a bit and we need to validate the existing functionality , but after that I should think that we'd be ready to bump up the stable version and let other folks beat on it a bit ...
Dale
|