[Gambas-user] REQ: Completion

ron ronstk at ...239...
Fri Mar 19 09:49:58 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




More information about the User mailing list