notepad-plus-plus / userDefinedLanguages

Notepad++ User Defined Languages Collection
578 stars 376 forks source link

Add EZproxy autocompletion file #268

Closed AndyBozeND closed 1 month ago

pryrt commented 1 month ago

The error

{'category': 'error',
 'details': '',
 'message': "Checking for orphaned files in directory 'autoCompletion/': "
            "ezproxy_dark_byABoze didn't come with autoCompletion in JSON"}

... means that you need to update the .json file as well.

If you give both the ezproxy entries in the json a new attribute:

    "autoCompletion": "ezproxy_dark_byABoze",

... then it should work for you. (or, at least, the autoCompletion orphan check should pass; after that passes, you'll be able to see if there are more errors that haven't been caught yet)

Alternatively, you could've left the autoCompletion/ezprixy_byABoze.xml file with the first name, and used

    "autoCompletion": "ezproxy_byABoze",

for both of the entries in the JSON.