Filtering methods

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

Filtering methods

abergel
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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: Filtering methods

CyrilFerlicot
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 <[hidden email]> 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

Reply | Threaded
Open this post in threaded view
|

Re: Filtering methods

abergel
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 <[hidden email]> 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 <[hidden email]> 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
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.