[squeak-dev] Bug in trunk? 'select all' in Workspace, line counting issue?

Tim Johnson digit at sonic.net
Tue Apr 12 00:53:47 UTC 2022


Might be related... the "remove unused variable declarations" when saving a method seems unable to remove the method.

example:

myMethodDeclaration
  | used unused |
  used := self printString.



^^ saving that method would prompt to remove 'unused' but then would fail to be able to.


> On Apr 11, 2022, at 4:47 PM, Tim Johnson <digit at sonic.net> wrote:
> 
> Hi all,
> 
> Just noticed something wrong in Workspace in Squeak6.0alpha-21580-64bit (2022-04-09)...
> 
> Enter four lines in Workspace, with a trailing carriage return.  Do a select all.  All lines are selected.
> 
> <Screen Shot 2022-04-11 at 4.45.14 PM.png>
> 
> then press some key to make it unselected  (say, cursor down arrow key)
> 
> then go back and delete the second line (I use arrow keys and then Shift-down and then backspace)  
> 
> then do a Select-all again ... if your situation is like mine, the last line will not be part of the range selected...
> 
> <Screen Shot 2022-04-11 at 4.46.30 PM.png>
> 
> I tested this on two images: one which I customized the preferences to my liking, as well as a fresh one where I just clicked "Skip" for the configuration wizard...
> 
> Can someone verify?
> 
> Are we filing bugs on GitHub now?  I might still have my Mantis login if needed... :) 
> 
> Tim
> 
> 



More information about the Squeak-dev mailing list