Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

release 1.215.0.0 is broken: one file uses deleted id GROUPS_3PLUS #5563

Closed herbrot closed 2 weeks ago

herbrot commented 2 weeks ago

Call to external programs in exttools.json do not work anymore. for example call to powershell script

        {
            "id": 951458,
            "nm": "CreateTextPopUpFromIni",
            "file": "pwsh.exe",
            "ddir": "{FileDir}",
            "shll": true,
            "prms": "-File C:\\\\MyScripts\\\\CreateTextPopUpFromIni.ps1  {FileNameOnly}",
            "savs": "Y",
            "rslt": "N",
            "encd": "",
            "lxrs": "",
            "pttn": ""
        },

But after adding GROUPS_3PLUS = 6 #deprecated to cudatext.py which was there in previous versions everything works fine again (I do not know what this setting means - found just by some testing)

Alexey-T commented 2 weeks ago

thanks. I forgot to delete ID GROUPS_3PLUS also from py/cudax_lib.py. it was id deprecated long time ago. I will delete it and will update release files on SF.net. w/o version change.