> some more examples
> 
> i have classes
> 
> cA
> cB
> cC
> 
> cB inherits cA
> cC inherits cB
> 
> 1) With 2 characters as class names the file browser did not show
> correct the class tree.
> 
> 2) After INHERITS instruction the class name is capitalized
> 
> 3) in Main module i get
> 
>   Dim hObject As Cc
>   hObject = New Cc
> 
> as autocorect, but the name of third class is cC and not Cc.
> 

The IDE assumes that all class names starts with an uppercase letter.

It is not formally required by the compiler, because the language is case 
unsensitive. 

But it is a naming convention I decided to enforce in the IDE, so that class 
names are easily identified at first sight.

Regards,

-- 
Benoît Minisini

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to