Hi,
when using a SystemBrowser,
can there be a navigation history?
To explain what i mean, here is an example.
When you search :
 
Rectangle >> flipBy: direction centerAt: aPoint ;
Point >> rect: aPoint  ;
Rectangle >> origin: originPoint corner: cornerPoint ;
 
 .. and then want to go back to :
 
Rectangle >> flipBy: direction centerAt: aPoint
 
, is there some tool allowing to step back ?
 
Alex