On Wed, 24 Aug 2005 21:13:11 +0200
Cristiano Magro <[EMAIL PROTECTED]> wrote:

> Ciao Mattias,
> 
> Friday, August 19, 2005, 9:33:26 PM, you wrote:
> 
> MG> On Tue, 2 Aug 2005 09:08:18 +0200
> MG> Cristiano Magro <[EMAIL PROTECTED]> wrote:
> 
> >> Hi lazarus,
> >> 
> >> I've Lazarus from svn. I see that some name file of my development
> >> project are change to Uppercase from Lazarus.
> 
> MG> ?
> MG> Lazarus does not change the case. Under windows it can not distinguish
> MG> them, but I guess you are not under windows.
> MG> The source editor tabs shows the unit 'Names' in the source. Only if
> MG> it can't read the pascal source it shows the filename as tab label.
> 
> I'm under window Xp, partition are NTFS.
> 
> The problem is this: i've see that if name store in project.lpi are
> not equal to name register to harddisk (FileMaster.pp vs
> filemaster.pp), when i save file again the name
> change to version store in project.lpi

Ok. So I guess, the IDE loaded 'FileMaster.pp' and under Windows it
retrieves the contents of 'filemaster.pp'. When the IDE saves
'FileMaster.pp' Windows renames the file.
Is this correct?

Then I think: the IDE should ask the user on save, whether to keep the old
filename or to adopt the filename on disk.
There should be also a function in the project inspector to update all
filenames.

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to