• Login
Community
  • Login

Comments Cobol

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
7 Posts 3 Posters 4.7k 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.
  • L
    Luigi Rossi
    last edited by Oct 13, 2016, 1:32 PM

    Hello,
    I noticed that the color of a comment when you set the Cobol language does not work well. Such as whether the comment is * the entire row is colored in green, otherwise it remains black:
    example:
    * Comment ok
    abcdef * ko comment, is not green.

    does anyone know how risovere?

    thank you

    1 Reply Last reply Reply Quote 0
    • L
      Luigi Rossi
      last edited by Oct 13, 2016, 2:20 PM

      Hello,
      I noticed that the color of a comment when you set the Cobol language does not work well. such as whether the comment is * the entire row is colored in green, otherwise it remains black:
      example:
      * Comment ok
      abcdef * ko comment, is not green.
      ie if the asterisk in position 7 is preceded by six bytes (position 1-6) the comment is not colored green

      does anyone know how risovere?

      thank you

      C 1 Reply Last reply Oct 14, 2016, 12:15 AM Reply Quote 0
      • C
        Claudia Frank @Luigi Rossi
        last edited by Oct 14, 2016, 12:15 AM

        @Luigi-Rossi

        seems it works only if 5 bytes, than a space and then the asteriks.
        Nevertheless, this is an lexer specific issue and is handled by scintilla.

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • F
          Federico Barbolan
          last edited by Dec 14, 2016, 2:36 PM

          hello,

          how can I do to install the libraries of Scintilla to correctly view the comments Cobol?
          how should I do?
          thanks

          C 1 Reply Last reply Dec 14, 2016, 2:58 PM Reply Quote 0
          • C
            Claudia Frank @Federico Barbolan
            last edited by Dec 14, 2016, 2:58 PM

            @Federico-Barbolan

            scintilla is part of notepad++, there is nothing to configure.
            What problem/issue did you discover?

            Cheers
            Claudia

            1 Reply Last reply Reply Quote 0
            • F
              Federico Barbolan
              last edited by Dec 14, 2016, 3:36 PM

              I noticed that the comments do not work when correttament from column 1 to column 6 is a tag and after the column 7 is an asterisk (*); while it works correctly then if the asterisk is in position 7 or if the previous tag is from position 1 to 5:
              an example follows:

                * THE COMMENT IS CORRECTLY COLORED IN GREEN
              

              ABCDE * THE COMMENT IS CORRECTLY COLORED IN GREEN
              ABCDEF* THE COMMENT IS NOT CORRECTLY COLORED IN GREEN

              how we can intervene on the Scintilla libraries to solve the problem?
              thanks

              C 1 Reply Last reply Dec 14, 2016, 4:59 PM Reply Quote 0
              • C
                Claudia Frank @Federico Barbolan
                last edited by Dec 14, 2016, 4:59 PM

                @Federico-Barbolan

                scintilla bugs/features can be addressed here.

                Cheers
                Claudia

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