[Gambas-user] Class name bug.

Demosthenes Koptsis demosthenesk at ...626...
Sat Jun 25 14:11:52 CEST 2011


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.



On Mon, 2011-06-20 at 22:55 +0300, Jussi Lahtinen wrote:
> No, I can confirm this is bug.
> Autocompletion list do have both, but it forces to use upper case version.
> If you select lower case version, it will be changed automatically to upper
> case version.
> 
> Gambas 3 rev 3888 @ Ubuntu 11.04
> 
> Jussi
> 
> 
> 
> On Mon, Jun 20, 2011 at 22:47, Fabien Bodard <gambas.fr at ...626...> wrote:
> 
> > 2011/6/20 Demosthenes Koptsis <demosthenesk at ...626...>:
> > > 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 at 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 at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> ------------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

-- 
Regards,
Demosthenes Koptsis.





More information about the User mailing list