You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package "NewTools-FileBrowser" creates an extension on StInspector which is a deprecated class in Spec2 now.
The method provided as extension is StInspector class>>#instanciateOn:
There is only a single sender StFBInspectPreviewer>>#previewActionOn: of this method #instanciateOn:
that we can adopt from:
to use StObjectInspectorPresenter instead of the deprecated StInspector class.
The text was updated successfully, but these errors were encountered:
astares
changed the title
NewTools-FileBrowser should not use StInspector but switch to
NewTools-FileBrowser should not use StInspector but switch to StObjectInspectorPresenter
Nov 21, 2023
The package "NewTools-FileBrowser" creates an extension on StInspector which is a deprecated class in Spec2 now.
The method provided as extension is StInspector class>>#instanciateOn:
There is only a single sender StFBInspectPreviewer>>#previewActionOn: of this method #instanciateOn:
that we can adopt from:
to
to use StObjectInspectorPresenter instead of the deprecated StInspector class.
The text was updated successfully, but these errors were encountered: