2011/6/20 Demosthenes Koptsis <demosthen...@gmail.com>:
> i think i found a small bug.
>
> i created a class cMachine and when i write code IDE auto-correct the
> name to CMachine instead cMachine.
>
> Private hCompressor As CMachine
>
> Public Sub btnCreateObject_Click()
>
>  hCompressor = New CMachine
>
> End
>
>


its not a bug ... if you have declared one time cMachine ... the ide
remember the symbol.. look in the autocompletion list you will have
the both name



>
> --
> Regards,
> Demosthenes Koptsis.
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to