Hi, Currently when creating methods using the scripting actions from glamour you cannot directly specify #withSeparatorAfter. Right now you can either add actions manually (for examples #browsingSelectionActions) or use something like:
with: [ :presentation | presentation selectionActions last withSeparatorAfter] If you find a nice way to improve this API please do so :) For submenus look in GLMBasiExamples>>#staticAndDynamicMenu Cheers, Andrei On Fri, Oct 30, 2015 at 9:00 AM, Torsten Bergmann <[email protected]> wrote: > Hi, > > Is it possible to separate the context menus (built with #selectionAct: > ...) > in GTInspector extension methods with lines similar to the regular menue > building > where #withSeparatorAfter is used. > > Is it possible to have submenues in the context menu items (cascading > menues as the world menu). > > Any examples?` > > Thx > T. > >
