Author Topic: macros, menus and mystery ( oh my )  (Read 5622 times)

taki

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
macros, menus and mystery ( oh my )
« on: December 23, 2006, 12:14:09 AM »
I have a question regarding some side effects of macro loading/unloading.

While experimenting with the genComment macro package (old and new), after unloading the modules
I noticed that ext_menu_default still contains the annotation references,
and still performs insertion when selected.

I know that I can delete the added items from the menu, but this strikes me as akin to
mucking in the registry after incomplete uninstalls of Windows programs  :)

Out of curiosity, where is the current content of menus such as ext_menu_default stored,
and where might the target code that was created by loading the macro be ?

Are there any guidelines/examples of how to setup macros for clean load and unload ?

Hope that this makes sense!