Community

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

    Python lexer for matrix multiply operator

    General Discussion
    2
    4
    484
    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.
    • Alan Kilborn
      Alan Kilborn last edited by

      I’ve noticed that the Python 3.5+ matrix multiply operator @ is lex’d oddly in Notepad++:

      Imgur

      Here’s how it appears (like all of the other “operators”) in current SciTE, aka current Scintilla:

      Imgur

      I guess I can accept that it is a Scintilla-out-of-date problem for N++, but it is pretty glaring in Notepad++ the way it looks. Any ideas on why it looks as it does in N++?

      Meta Chuh 1 Reply Last reply Reply Quote 2
      • Meta Chuh
        Meta Chuh @Alan Kilborn last edited by

        @Alan-Kilborn

        @ uses the decorator styler setting of python, if you want to change it to e.g. non italic and/or black.
        Imgur

        is this what you were searching for ?

        Alan Kilborn 1 Reply Last reply Reply Quote 3
        • Alan Kilborn
          Alan Kilborn @Meta Chuh last edited by

          @Meta-Chuh said:

          is this what you were searching for ?

          I suppose, but I still want my decorators in decorator style so I’m not going to alter this setting…

          ah, well, some day perhaps the prince will arrive…and I will have both @ as a decorator AND a matrix operator…highlighting well…

          Meta Chuh 1 Reply Last reply Reply Quote 2
          • Meta Chuh
            Meta Chuh @Alan Kilborn last edited by

            @Alan-Kilborn

            from what i’ve found out so far, this @ prefix highlighting as decorator “would” be fixed since scintilla 3.7.3.
            but notepad++ uses a scintilla base version 3.5.6. with custom modifications.

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