brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

Polish HTML entities not suggested for completion #14852

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by Alonso-del-Arte Thursday Mar 11, 2021 at 19:56 GMT Originally opened as https://github.com/adobe/brackets/issues/15331


The Polish characters Ł and ł are used widely enough by non-Polish speakers that they have their own HTML character entities, Ł and ł. I can certainly type them into Adobe Brackets, and my Web browser (Mozila Firefox) will display them correctly, but Adobe Brackets will not suggest either one of them like it suggests ‹ and ‘.

Would adding Ł and ł be a simple matter of adding a couple of entries to a list of character entities?

Steps to reproduce:

  1. Open an existing HTML file or create a new HTML file.
  2. In a p or similar tag, type "Miros&ls"

Expected: A list of suggested HTML entitites that includes ł. Actual: A list of suggested HTML entities that does not not include &lstrok.

I'm using Release 1.14 build 1.14.2-17770 under Windows 10. I tried a few different searches on already open issues, didn't find anything that seemed relevant.

This is a very minor issue, and whatever happens, Brackets is still currently the best program for my use case of managing several related HTML files.