[Gambas-user] REQ: Completion

na2492 at ...9... na2492 at ...9...
Fri Mar 19 11:45:30 CET 2004


>On Thursday 18 March 2004 23:22, Benoit Minisini wrote:
>> On Thursday 18 March 2004 20:13, ron wrote:
>> > Hi,
>> >
>> > Completion works on Public items but should it not
>> > also work on Private items inside the same class?
>> >
>> > Ron
>>
>> I don't understand. Completion works on private variables and local
>> variables. What's the problem ?
>
>I had not shrink it, it was to long but...
>When I am right it should show Public functions/variables 
>in own class and other classes
>Only the Private Function/variables in own class are shown.
>
>----
>class1
>public function  x1()
>private function x2()
>----
>class2
>public function y1
>private function y2
>
>public sub z()
>	class1.x1	ok
>	class1.x2	not in completion
>	class2.y1	ok
>	class2,y2	is not but should?
>end
>----
>I missed th y2 after pressing the dot and send you the message.
>
>Ron

Salut Ron,

if the upper code is a copy, you have to replace the , by a .

Amicalement
Charlie
* Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de *




More information about the User mailing list