[Libreoffice-bugs] [Bug 135858] New: Rename file in 8.3 format

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 17 20:55:17 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=135858

            Bug ID: 135858
           Summary: Rename file in 8.3 format
           Product: LibreOffice
           Version: 7.1.0.0.alpha0+ Master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: documentfoundation at le-garrec.fr

Description:
I found an easy job to do in the commit "we're not in DOS anymore"
https://cgit.freedesktop.org/libreoffice/core/commit/?id=7c67a8f4e837669ea23d1bc98e3d6fb78025066f

The job is to rename files that have a 8.3 filename.

I build a small (and ugly but do the job) python script to find files to
rename.

The script lists every file and each file, it try to found inside the
declaration of a class where the filename is a abbreviation. For example the
script found that the file "./filter/source/graphicfilter/idxf/dxfgrprd.hxx"
has a class "DXFGroupReader" so the file should be renamed "DXFGroupReader.hxx"
or "dxfgroupreader.hxx".

I did not limit length file to 8 to be able to found more files.

What do you think about it ? Is it a good idea ?

Steps to Reproduce:
-

Actual Results:
Some filename are truncated or don't have vowel anymore.

Expected Results:
Rename file to ease maintenance.


Reproducible: Always


User Profile Reset: No



Additional Info:
LibreOffice Master

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200817/670e1735/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list