FastTable - beExplicite?

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

FastTable - beExplicite?

stepharo
Hi guys


I have no idea what is

     beExplicite

but it does not look correct

     beExplicit


beExplicite
     "This method is call by the FastTable if the user want the widget
to be explicit. Describe what to do to be explicit."


We should improve the quality of the comment.



Stef


Reply | Threaded
Open this post in threaded view
|

Re: FastTable - beExplicite?

CyrilFerlicot
Le 08/05/2016 21:54, stepharo a écrit :

> Hi guys
>
>
> I have no idea what is
>
>     beExplicite
>
> but it does not look correct
>
>     beExplicit
>
>
> beExplicite
>     "This method is call by the FastTable if the user want the widget to
> be explicit. Describe what to do to be explicit."
>
>
> We should improve the quality of the comment.
>
>
Hi Stef,

A FastTable can have a function to extends it. For example a Search or a
Filter. By default this function is not explicitly shown to the user.
For example in Nautilus the user have to know he can type the name of a
method in the list to search a method.

With beExplicit the functionality is shown to the user. For the search
and the filter there will be a text field added to the FastTable.

Sorry for the typo, I will try to find some time to correct the typo and
improve the comment.

https://pharo.fogbugz.com/f/cases/18182/FastTable-beExplicit-have-a-typo-and-should-have-a-better-comment

>
> Stef
>
>


--
Cyril Ferlicot

http://www.synectique.eu

165 Avenue Bretagne
Lille 59000 France


signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: FastTable - beExplicite?

Denis Kudriashov
Hi.

2016-05-08 22:31 GMT+02:00 Cyril Ferlicot D. <[hidden email]>:
Hi Stef,

A FastTable can have a function to extends it. For example a Search or a
Filter. By default this function is not explicitly shown to the user.
For example in Nautilus the user have to know he can type the name of a
method in the list to search a method.

With beExplicit the functionality is shown to the user. For the search
and the filter there will be a text field added to the FastTable.

I would call it #showTools/#hideTools
Reply | Threaded
Open this post in threaded view
|

Re: FastTable - beExplicite?

stepharo
In reply to this post by CyrilFerlicot
Thanks cyril!


Stef


Le 8/5/16 à 22:31, Cyril Ferlicot D. a écrit :

> Le 08/05/2016 21:54, stepharo a écrit :
>> Hi guys
>>
>>
>> I have no idea what is
>>
>>      beExplicite
>>
>> but it does not look correct
>>
>>      beExplicit
>>
>>
>> beExplicite
>>      "This method is call by the FastTable if the user want the widget to
>> be explicit. Describe what to do to be explicit."
>>
>>
>> We should improve the quality of the comment.
>>
>>
> Hi Stef,
>
> A FastTable can have a function to extends it. For example a Search or a
> Filter. By default this function is not explicitly shown to the user.
> For example in Nautilus the user have to know he can type the name of a
> method in the list to search a method.
>
> With beExplicit the functionality is shown to the user. For the search
> and the filter there will be a text field added to the FastTable.
>
> Sorry for the typo, I will try to find some time to correct the typo and
> improve the comment.
>
> https://pharo.fogbugz.com/f/cases/18182/FastTable-beExplicit-have-a-typo-and-should-have-a-better-comment
>
>> Stef
>>
>>
>