Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    "&" characters in JavaScript code are rendered as blanks

    Help wanted · · · – – – · · ·
    4
    7
    504
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Ken Winter
      Ken Winter last edited by

      See this screen shot for a weird little NPP quirk.

      • Line 81 shows the quirk: The blank spaces after ’ == “original” ’ actually contain “&&”, the JS symbol for the logical-and operator.
      • Line 82 is a copy of line 81, but commented out. Note that the “&&” appears there.
      • Line 83 illustrates that other JS characters - in this case, the “||” representing the logical-or operator, show up just fine. As far as I can tell, “&” is the only character subject to this quirk.
      • Also, when I copy line 81 to a new NPP document that is not labeled as a JS file, the “&&” characters appear intact. So the quirk seems to reside in the NPP function that interprets the text typed in as Javascript.

      This is only a display issue: The code of line 81 runs just fine.

      Ekopalypse 1 Reply Last reply Reply Quote 0
      • Ekopalypse
        Ekopalypse @Ken Winter last edited by

        @Ken-Winter

        Can you post your debug-info which is available in the last menu item, the ? menu?
        I tried it with my npp and I don’t see the reported behavior, meaning I see the &&

        1 Reply Last reply Reply Quote 1
        • dail
          dail last edited by

          This bug use to show up a while ago. The font you are using doesn’t support bold & so it does not display them.

          1 Reply Last reply Reply Quote 3
          • Ken Winter
            Ken Winter last edited by

            Notepad++ v7.7.1 (32-bit)
            Build time : Jun 16 2019 - 21:14:50
            Path : C:\Program Files (x86)\Notepad++\notepad++.exe
            Admin mode : OFF
            Local Conf mode : OFF
            OS : Windows 7 (64-bit)
            Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll

            Alan Kilborn 1 Reply Last reply Reply Quote 0
            • Alan Kilborn
              Alan Kilborn @Ken Winter last edited by

              @Ken-Winter

              Based upon @dail 's statement of:

              The font you are using doesn’t support bold & so it does not display them.

              Did you try a different font, Ken?

              1 Reply Last reply Reply Quote 0
              • Ken Winter
                Ken Winter last edited by

                @dail, can you tell me how to set NPP for a different font? I can’t find the font option anywhere in the menus.

                Alan Kilborn 1 Reply Last reply Reply Quote 0
                • Alan Kilborn
                  Alan Kilborn @Ken Winter last edited by

                  @Ken-Winter

                  Settings (menu) > Style Configuator…

                  See if you can change the global font. It isn’t the most user-intuitive thing to set up, unfortunately.

                  BTW a lot of people have success in Notepad++ with the “Consolas” font.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Copyright © 2014 NodeBB Forums | Contributors