From: Rib R. <ri...@gm...> - 2004-08-15 20:23:20
|
As I was making that last commit I started thinking about patch editors, and I had the idea to move the hasEditor and editPatch functions from IPatchDriver to IPatch. We could easily put a method in Patch to maintain compatibility with existing drivers. The advantage I see is that when you create an xml based editor, you can simply say what patch type it supports. Then when you click to edit a patch, it could give you a list of possible editors, or if there's only one open it right away. How does this sound? |