[Gambas-devel] BUG: Form, Module and Class rename

Charlie Reinl Karl.Reinl at ...16...
Tue Dec 8 12:32:09 CET 2009


Am Dienstag, den 08.12.2009, 21:42 +1100 schrieb
nospam.nospam.nospam at ...176...:
> Charlie Reinl wrote:
> > Am Dienstag, den 08.12.2009, 20:02 +1100 schrieb Kadaitcha Man:
> >> Renaming a form, class or module is case-insensitive. A class named
> >> fred cannot be renamed Fred. The class must be renamed to, for
> >> example, xfred, then it can be renamed to Fred.
> >>
> >> See attached image. It is not possible to rename cIdentityrecord to
> >> cIdentityRecord in one step, which is a bit of a high price to pay
> >> for a typographical error.
> >
> > unusual to Linux/Unix, all in gambas is NOT case sensitive (with some
> > exception, of course, for operations with the os.
> 
> If 'gambas is NOT case sensitive (with some exception, of course, for 
> operations with the os" then gambas should not complain when I try to rename 
> the entity, now, should it?
> 
> I don't wish to be rude, Charlie, but really, I can do without the constant 
> apologetics. I'd rather be told outright that it is or is not a bug. That 
> said, I like Gambas, and I want to see it improve and become a success. 
> Simplistic relationships to how things do behave has no bearing on how 
> things should behave.
> 
> Regards. 

Hi nospam,

You can read and  interprete it, as you want. If you see any apologetics
in that, OK. 

But for your rename case: 
on the disk that would be alright  between mYForm.form and myForm.form ,
but not for the Interpreter (he's not case sensitive)


-- 
Charlie





More information about the Devel mailing list