8.5.2 Change Browser is missing the Classes, Methods, and Info menus from menu bar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

8.5.2 Change Browser is missing the Classes, Methods, and Info menus from menu bar

Richard Sargent
Administrator
The Change Browser doesn't include the Classes, Methods, and Info menus in the menu bar.

It appears StsTabbedChangesBrowserWin>>#createWorkRegion is missing the following line.
    self addMenusFor: (Array with: classListWidget with: methodListWidget with: informationLine).

Is this intentional or an oversight?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: 8.5.2 Change Browser is missing the Classes, Methods, and Info menus from menu bar

Seth Berman
Richard,

I tried this and all the menu entries seem to behave as expected...as guess this would be oversight:)
Thanks...will add for 8.6.1

-- Seth

On Wednesday, November 6, 2013 1:24:20 PM UTC-5, Richard Sargent wrote:
The Change Browser doesn't include the Classes, Methods, and Info menus in the menu bar.

It appears StsTabbedChangesBrowserWin>>#createWorkRegion is missing the following line.
    self addMenusFor: (Array with: classListWidget with: methodListWidget with: informationLine).

Is this intentional or an oversight?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.