When using AppStudio to write MFC based graphics programs, a nice
feature of version 7 was that you could right click on a menu item,
select "Add Event Handler" and you had the choice of adding an event
handler if one did not exist or editing a handler if one did exist.
This was really nice if one was not sure where the handler had been
added. You could scroll down the list of classes and the "Edit Code"
button would become enabled if you had the class with the event
handler. You could then click on "Edit Code" and go straight to the
code.
For some reason, that is way beyond me, version 8 does not have the
"Edit Code" button. It only has an "Add and Edit" button which is
disabled when you scroll to the class with the function. As far I can
see, all that this change accomplishes is to make it much more
complicated, and time consuming, to edit existing event handlers. Am
I missing something?
Thanks,
Peter.