Here some feedback:

- If I open a code browser on the class Object, move the mouse above the method 
pane _without_ clicking on anything, and start to type, I get error. Can you 
reproduce?
-=-=-=-=-=-=
searchFor: aString
        | matchingRows |
        matchingRows := self table dataSource searchText: aString.
        self table selectRowIndex: matchingRows first.
        self table highlightRowIndexes: matchingRows
-=-=-=-=-=-=
matchingRows is apparently empty and #first

- The problem that I have spotted seems fixed. Excellent!

- Apparently I cannot filter classes right ? But I get an error...

Alexandre

> On Sep 29, 2015, at 4:06 PM, Cyril Ferlicot <[email protected]> wrote:
> 
> Hi Alex,
> 
> I am trying to improve FastTable.
> I did a fix for the search, you can try it and give some feedback if you want 
> :)
> 
> Name: Morphic-Widgets-FastTable-CyrilFerlicot.47
> Author: CyrilFerlicot
> Time: 29 September 2015, 4:03:05.284565 pm
> UUID: 4ef167ba-2129-4e41-b1b8-b894de55e6ce
> Ancestors: Morphic-Widgets-FastTable-CyrilFerlicot.46
> 
> Improvement of the search field.
> 
> --
> Cyril
> 
> On 29 September 2015 at 11:55, Alexandre Bergel <[email protected]> 
> wrote:
>> Hi!
>> 
>> I can now type in the method list pane. This is fantastic beginning. However 
>> it does not work properly. Can someone finish it? For example, once I 
>> started to filtering, I cannot use the keys to select a method. Frustrating.
>> 
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>> 
>> 
>> 
>> 
> 
> 
> 
> -- 
> Cheers
> Cyril Ferlicot
> 

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to