Community
    • Login

    Notepad++ v8.3.1 release

    Scheduled Pinned Locked Moved Announcements
    33 Posts 16 Posters 9.9k 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.
    • Jean-Claude ArbautJ
      Jean-Claude Arbaut @Michael Vincent
      last edited by

      @michael-vincent

      Good to know, thank you !

      1 Reply Last reply Reply Quote 2
      • who whatW
        who what
        last edited by who what

        I am having an issue with the UDL. I made a UDL for RenPy. It uses Python as it’s base coding language so I based if off your Python language file.

        Using # for comment line style doesn’t work. The way I have it set up is that the # is also an operator in 8.3 comments are green and as an operator it is red. I have it set that way because # is also used when setting a text color like this: “{color=#0f0} Some Text”.

        In 8.3.1 it doesn’t recognize the comment line so all # are red. Also when I import my UDL it resets the comment line style and there is no # in the comment line style open slot. I then type it back in but nothing happens when I do all the hash tags stay red.

        It is like it is completely ignoring the comment line style I even went back and forth between the two versions to see if I could get it to work and I couldn’t. I was using the installer version and it auto updated to 8.3.1 so now I am using the portable version so I didn’t have to keep installing and uninstalling it to see if I could get it to work.

        PeterJonesP 1 Reply Last reply Reply Quote 1
        • PeterJonesP
          PeterJones @who what
          last edited by

          @who-what said in Notepad++ v8.3.1 release:

          Using # for comment line style doesn’t work.

          No. Using # for comment line style doesn’t work if you also define # as an operator. There is a difference. And it’s nothing new in or specific to v8.3.1 release… so if you really want to discuss a multi-purpose # (which somehow works as an operator and a comment-start character), you can start a new discussion in the Help Wanted section of the Forum.

          Please leave this “Notepad++ v8.3.1 release” topic for discussion of issues directly caused by this version of Notepad++.

          who whatW 1 Reply Last reply Reply Quote 0
          • who whatW
            who what @PeterJones
            last edited by who what

            @peterjones

            Thats not true I’m doing it right now in 8.3 and it is working fine my comment lines are green and when inside of say {} it is red. Then when I update to 8.3.1 it stops working.

            Also even if I remove the # from the operators list it still does not turn green therefore comment line style is not working properly.

            PeterJonesP 1 Reply Last reply Reply Quote 0
            • PeterJonesP
              PeterJones @who what
              last edited by

              @who-what ,

              Sorry, I misread and thus misunderstood.

              This might be related to whatever caused the bug here as well.

              It would help the developers if you could supply example text (use the </> button on the forum toolbar to mark your text in a black box – you will see it in the PREVIEW as you are entering your post), along with a screenshot showing the difference in behavior between v8.3 and v8.3.1. Also, if you could paste in your UDL settings file (open the XML where the UDL is stored, and copy/paste that into a separate black box in your post) – that way, they can have something to replicate the problem.

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

                @who-what ,

                I replicated your problem, so I will provide that information rather than making you try to figure out what I was asking for.

                @donho,

                I was able to replicate @who-what’s problem:

                I started with v8.3 and defined a dummy UDL named RenPy, with just CommentLine and Operator defined.

                <NotepadPlus>
                    <UserLang name="RenPy" ext="" udlVersion="2.1">
                        <Settings>
                            <Global caseIgnored="no" allowFoldOfComments="no" foldCompact="no" forcePureLC="2" decimalSeparator="0" />
                            <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
                        </Settings>
                        <KeywordLists>
                            <Keywords name="Comments">00# 01 02((EOL)) 03 04</Keywords>
                            <Keywords name="Numbers, prefix1"></Keywords>
                            <Keywords name="Numbers, prefix2"></Keywords>
                            <Keywords name="Numbers, extras1"></Keywords>
                            <Keywords name="Numbers, extras2"></Keywords>
                            <Keywords name="Numbers, suffix1"></Keywords>
                            <Keywords name="Numbers, suffix2"></Keywords>
                            <Keywords name="Numbers, range"></Keywords>
                            <Keywords name="Operators1">#</Keywords>
                            <Keywords name="Operators2"></Keywords>
                            <Keywords name="Folders in code1, open"></Keywords>
                            <Keywords name="Folders in code1, middle"></Keywords>
                            <Keywords name="Folders in code1, close"></Keywords>
                            <Keywords name="Folders in code2, open"></Keywords>
                            <Keywords name="Folders in code2, middle"></Keywords>
                            <Keywords name="Folders in code2, close"></Keywords>
                            <Keywords name="Folders in comment, open"></Keywords>
                            <Keywords name="Folders in comment, middle"></Keywords>
                            <Keywords name="Folders in comment, close"></Keywords>
                            <Keywords name="Keywords1"></Keywords>
                            <Keywords name="Keywords2"></Keywords>
                            <Keywords name="Keywords3"></Keywords>
                            <Keywords name="Keywords4"></Keywords>
                            <Keywords name="Keywords5"></Keywords>
                            <Keywords name="Keywords6"></Keywords>
                            <Keywords name="Keywords7"></Keywords>
                            <Keywords name="Keywords8"></Keywords>
                            <Keywords name="Delimiters"></Keywords>
                        </KeywordLists>
                        <Styles>
                            <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="LINE COMMENTS" fgColor="008000" bgColor="80FF80" fontStyle="0" nesting="0" />
                            <WordsStyle name="NUMBERS" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="OPERATORS" fgColor="FF0000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS1" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                            <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" nesting="0" />
                        </Styles>
                    </UserLang>
                </NotepadPlus>
                
                

                with the example text, it hightlighted as @who-what described as “working” – so the color # is red and the comment # is green:
                73955084-a519-4190-bddb-c4930591fe26-image.png

                This is the Debug Info for v8.3 working:

                Notepad++ v8.3   (64-bit)
                Build time : Feb  3 2022 - 03:39:05
                Path : C:\usr\local\apps\npp\npp.8.3.portable.x64\notepad++.exe
                Command Line : 
                Admin mode : OFF
                Local Conf mode : ON
                Cloud Config : OFF
                OS Name : Windows 10 Enterprise (64-bit) 
                OS Version : 2009
                OS Build : 19042.1526
                Current ANSI codepage : 1252
                Plugins : mimeTools.dll NppConverter.dll NppExport.dll 
                

                I copied that same UDL XML to v8.3.1

                Debug Info

                Notepad++ v8.3.1   (64-bit)
                Build time : Feb 13 2022 - 15:41:12
                Path : C:\usr\local\apps\npp\npp.8.3.1.portable.x64\notepad++.exe
                Command Line : 
                Admin mode : OFF
                Local Conf mode : ON
                Cloud Config : OFF
                OS Name : Windows 10 Enterprise (64-bit) 
                OS Version : 2009
                OS Build : 19042.1526
                Current ANSI codepage : 1252
                Plugins : mimeTools.dll NppConverter.dll NppExport.dll 
                

                Starting with that same file, with the RenPy UDL selected as the Language:
                5c1a0294-090d-48f7-9e10-15a0cb687f62-image.png

                Both the # are red, and the commenting isn’t working anymore. Also, as shown in the screenshot, if you look at the Comment Line Style definition, it has gone empty (even though it started as the same file as in v8.3)

                If I manually re-type the # and ((EOL)) in the Comment Line Style defintion, it does not fix the highlighting to match v8.3.
                7e29b4ad-dcd9-416f-8184-e52a486ab990-image.png

                This looks like a regression from v8.3 to v8.3.1 to me. (And based on the comment-line-style definitions disappearing, I think it’s the same problem as MaDill reported in #11239)

                1 Reply Last reply Reply Quote 4
                • PeterJonesP PeterJones referenced this topic on
                • TragenT
                  Tragen
                  last edited by

                  I have a regression in 8.3.1.
                  I don’t know if that happened in 8.2 also as I was updating from 8.1.
                  I have a huge session file with about 100 unsaved files with.
                  When I search in all opened opened documents, the text I search is found in one or multiple files.

                  7a85ff03-6cd4-40b7-82a3-2ac10665fb64-image.png

                  When I double click the search result to jump to the position, I get this error.

                  e38720a1-3eeb-44a0-8578-b15903b6da0d-image.png

                  I can manually select the tab.

                  xomxX 1 Reply Last reply Reply Quote 0
                  • xomxX
                    xomx @Tragen
                    last edited by

                    @tragen

                    issue #11215

                    Fixed in the upcoming v8.3.2.

                    1 Reply Last reply Reply Quote 2
                    • TragenT
                      Tragen
                      last edited by

                      Thanks for the info

                      1 Reply Last reply Reply Quote 0
                      • AndNovAtorA
                        AndNovAtor
                        last edited by AndNovAtor

                        Notepad++ update url (…/getDownloadUrl.php) is “outdated”, it still returns 8.2.1 (so old notepad++ downloads 8.2.1 instead of the latest version, and 8.3.0 shows “no updates”). Please update (if it’s possible and if it isn’t realy outdated url), thx.

                        getDownloadUrl.php for 2022-02-27 00:00:00 GMT+3:

                        <Version>8.2.1</Version>
                        <Location>https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.2.1/npp.8.2.1.Installer.exe</Location>
                        
                        Alan KilbornA 1 Reply Last reply Reply Quote -1
                        • Alan KilbornA
                          Alan Kilborn @AndNovAtor
                          last edited by

                          @andnovator

                          Read THIS and realize how dumb what you are asking for is.

                          donhoD 1 Reply Last reply Reply Quote 2
                          • donhoD
                            donho @Alan Kilborn
                            last edited by

                            @alan-kilborn said in Notepad++ v8.3.1 release:

                            Read THIS and realize how dumb what you are asking for is.

                            I know it’s annoying because it’s a question asked repeatedly. But it would be better to answer people cordially without such strong word, or just drop the link, or just not reply at all.

                            Alan KilbornA 1 Reply Last reply Reply Quote 2
                            • Alan KilbornA
                              Alan Kilborn @donho
                              last edited by Alan Kilborn

                              @donho

                              I don’t find what I said uncordial.
                              What is being asked for IS dumb, especially given the high number of regressions in Notepad++ new releases over the last so many months.
                              I wouldn’t be surprised if the poster did go there and read it, and realize, “Yes, what I asked for truly is dumb”. It really doesn’t have to do with being asked repeatedly.

                              1 Reply Last reply Reply Quote 0
                              • donhoD donho unpinned this topic on
                              • Michael VincentM Michael Vincent referenced this topic on
                              • PeterJonesP PeterJones locked this topic on
                              • First post
                                Last post
                              The Community of users of the Notepad++ text editor.
                              Powered by NodeBB | Contributors