Squeak v.5.2, TextEditorCommandHistory>>current

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

Squeak v.5.2, TextEditorCommandHistory>>current

vaidasd
Hello list, 
While debugging I found that the reason for the walkback is TextEditorCommandHistory>>current  method implementation. It just returns next:. 
Is this it ok? 

TextEditorCommandHistory>>current
^ self next
regards,
Vaidotas