Community
    • Login

    SQL coloration syntiax and meaning

    Scheduled Pinned Locked Moved General Discussion
    3 Posts 2 Posters 322 Views
    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.
    • massimo doroM
      massimo doro
      last edited by massimo doro

      I nedd some help to understand the meaning of the colors preset by Notepad ++ in the SQL language.
      There is an info file ?
      This because I have an import error in Excel and I see that the line with the import erro is that one is GRAY in Notepad++.
      So I need the color explanation to understand the error.
      Can you help me ?

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP
        PeterJones @massimo doro
        last edited by

        @massimo-doro ,

        The colors chosen for a particular language are shown in the Settings > Style Configurator for a particular language. So you can probably figure out the name of that grey style.

        However, relying on a syntax highlighter to catch your coding errors is problematic at best. I think at one point, @Alan-Kilborn shared a script, https://community.notepad-plus-plus.org/post/71021 , and I adapted it to https://github.com/pryrt/nppStuff/blob/main/pythonScripts/nppOnSaveSyntaxCheck.py , which runs a perl syntax check every time I save a perl file, so it gives me nearly-live error checking

        massimo doroM 1 Reply Last reply Reply Quote 3
        • massimo doroM
          massimo doro @PeterJones
          last edited by

          @peterjones
          Thank you very much !
          I found the explenation of the gray style for SQl language !
          It is a string !
          Now I have understand my excel import error !

          1 Reply Last reply Reply Quote 1
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors