Re: Needed information regarding solving File Renaming Bug



Hi, David.
 
If you do "git log -p" and search for "ET_File_Name_Check_Length" you should find it in et_core.c.

Thanks David . Got it.

If you are renaming several hundred files, do you think that the user should be prompted to enter a new filename for each one?

Yes, that can be a concern. then in my opinion, automatically truncating the filename could help. But I want to know why the previous implemention failed in doing this ? Why was it removed ?

Regards,
Pranav 
 

On Tue, Mar 1, 2016 at 4:44 PM, David King <amigadave amigadave com> wrote:
Hi Pranav

On 2016-03-01 16:25, Pranav Ganorkar <pranavg189 gmail com> wrote:
After looking at the log of previous commits, I was unable to find the old
implementation of
ET_File_Name_Check_Length(). Can you tell in which file it was defined
previously?

If you do "git log -p" and search for "ET_File_Name_Check_Length" you should find it in et_core.c.

You need to think carefully about what the appropriate course of action to
take in each situation might be, such as shortening the filename, prompting
the user for a different filename and so on.

I think prompting the user to enter a shorter filename would be a better
idea. We can convey that to the user through a dialog box. what is your
opinion on this ?

If you are renaming several hundred files, do you think that the user should be prompted to enter a new filename for each one?

--
http://amigadave.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]