Minor enhancement request: PackageBrowserShell>>onPackageChanged:

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

Minor enhancement request: PackageBrowserShell>>onPackageChanged:

Don Rylander-3
Blair or Andy, is there any reason not to add

    self updateCaption

to PackageBrowserShell>>onPackageChanged:?  It's a minor issue, but it
ensures that the PackageBrowser shows the current STS version of a package.
Otherwise, the caption only gets updated when an individual packages is
initially selected.

Thanks,

Don


Reply | Threaded
Open this post in threaded view
|

Re: Minor enhancement request: PackageBrowserShell>>onPackageChanged:

Blair McGlashan-4
"Don Rylander" <[hidden email]> wrote in
message news:[hidden email]...
> Blair or Andy, is there any reason not to add
>
>    self updateCaption
>
> to PackageBrowserShell>>onPackageChanged:?  It's a minor issue, but it
> ensures that the PackageBrowser shows the current STS version of a
> package. Otherwise, the caption only gets updated when an individual
> packages is initially selected.

By all means, it will be in the next patch level.

Thanks

Blair