• Login
Community
  • Login

Notepad++ v8.4.9 Release

Scheduled Pinned Locked Moved Announcements
58 Posts 19 Posters 28.1k 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
    Lycan Thrope @donho
    last edited by Feb 4, 2023, 10:09 PM

    @donho ,

    I understand what you’re saying…but doesn’t that kind of negate the choice of using a portable version, so you can test stuff without the standard version being subject to any bugs that 8.4.9 may have that one doesn’t want to use in their production install? :)
    Thanks for finding the issue, however, so quickly.

    P 1 Reply Last reply Feb 4, 2023, 10:45 PM Reply Quote 0
    • P
      PeterJones @Lycan Thrope
      last edited by PeterJones Feb 5, 2023, 1:03 AM Feb 4, 2023, 10:45 PM

      @Lycan-Thrope said in Notepad++ v8.4.9 Release:

      @donho ,

      I understand what you’re saying…but doesn’t that kind of negate the choice of using a portable version, so you can test stuff without the standard version being subject to any bugs that 8.4.9 may have that one doesn’t want to use in their production install? :)
      Thanks for finding the issue, however, so quickly.

      The ā€œnotepad replacementā€ mode, just like automatic assocations, are focused on installed versions. So it was your trying to mix ā€œnotepad replacementā€ and portable, when you also had an installed version, that caused a weird confluence of events which shouldn’t normally happen.

      If I’ve understood Don’s description correctly, your ā€œnotepad replacementā€ was pointing to the installed version (8.4.8), but you already had portable v8.4.9 open, so Windows tried to run the installed, which did the detection (picking 86), but once single-instance Notepad++ saw that there was already a Notepad++ open, so it passed the file and the 86 to the already-open Notepad++ (v8.4.9) in which instance 86 means JSON5, not ā€œunknownā€.

      L 1 Reply Last reply Feb 5, 2023, 2:48 AM Reply Quote 3
      • L
        Lycan Thrope @PeterJones
        last edited by Feb 5, 2023, 2:48 AM

        @PeterJones ,
        Yep, that’s the way it sounded like he was explaining it to me, also. I get it, I just thought it humourous that we find what we think is a supposed ā€œbugā€ in a new version and to get rid of it, we need to update to it. :) <-Notice smiley. :)

        1 Reply Last reply Reply Quote 0
        • T
          Theo Niessink @Theo Niessink
          last edited by Feb 6, 2023, 11:34 AM

          I think I’ve found a solution for the Control-Tab regression, so I’ve opened a pull request (#13067).

          1 Reply Last reply Reply Quote 0
          • J
            Jupercio Juliano
            last edited by Feb 6, 2023, 8:57 PM

            I do have the same issue, running 64-bit version on Windows 10 Pro version 22H2 build 19045.2486

            A 1 Reply Last reply Feb 6, 2023, 9:01 PM Reply Quote 0
            • A
              Alan Kilborn @Jupercio Juliano
              last edited by Feb 6, 2023, 9:01 PM

              @Jupercio-Juliano said in Notepad++ v8.4.9 Release:

              I do have the same issue

              There’s like 31 postings in this thread…can you narrow it down to which topic you have the same issue as?

              1 Reply Last reply Reply Quote 1
              • T
                Theo Niessink @Theo Niessink
                last edited by Feb 8, 2023, 10:25 AM

                FWIW, plugins also look different in v8.4.9 when compared to v8.4.8. I guess this is also because v8.4.9 is a Windows Vista rather than a Windows XP executable now. Anyway, I think this is unlikely to cause any serious issues, so it’s probably fine.

                1 Reply Last reply Reply Quote 0
                • W
                  wallobit @donho
                  last edited by Feb 18, 2023, 11:39 AM

                  @donho Same problem in version 8.4.9 whenever there is a space in the path or file name. Without spaces in the file or path name it works. Version 8.4.8 or earlier is not affected. -notepadStyleCmdline -z no longer seems to interpret the complete file path and file name as a whole.

                  A 1 Reply Last reply Feb 18, 2023, 11:59 AM Reply Quote 0
                  • A
                    Alan Kilborn @wallobit
                    last edited by Feb 18, 2023, 11:59 AM

                    @wallobit said in Notepad++ v8.4.9 Release:

                    -notepadStyleCmdline -z no longer seems to interpret the complete file path and file name as a whole.

                    Fixed, and fix will be in 8.5.

                    1 Reply Last reply Reply Quote 1
                    • R
                      Register Noname
                      last edited by Feb 21, 2023, 6:54 PM

                      There is display bug on NPP, related to UTF-8 graphical symbols.
                      Here example of the text:
                      šŸž‚ ā—· ā—“ ā—µ ā—¶ - clock
                      ā—· ā—“ ā—µ ā—¶ - clock
                      This is how it looks in NPP
                      94a79c23-f9df-4751-8d75-59c6053d176a-image.png
                      The bug is not limited to above symbols, there are quite a few that have similar issue.
                      Somehow putting that specific triangle symbol in the beginning of line suddenly makes all subsequent symbols also appear correctly.

                      P 1 Reply Last reply Feb 21, 2023, 7:26 PM Reply Quote 0
                      • P
                        PeterJones @Register Noname
                        last edited by PeterJones Feb 21, 2023, 7:32 PM Feb 21, 2023, 7:26 PM

                        @Register-Noname said in Notepad++ v8.4.9 Release:

                        šŸž‚ ā—· ā—“ ā—µ ā—¶ - clock
                        ā—· ā—“ ā—µ ā—¶ - clock

                        It appears that you want DirectWrite enabled; see Settings > Preferences > MISC. As the Preferences dialog says, turning it on ā€œmay improve rendering special charactersā€.

                        I confirmed in v8.4.9 with my settings, DirectWrite off will have display problems like you showed, whereas DirectWrite on will show all the characters correctly:
                        0544b2fb-361b-466d-8cd8-6fce2d0fcf5c-image.png

                        But the same has been true for many versions, not just v8.4.9, so this really should have been a separate topic, since it’s not specific to v8.4.9.

                        @donho: BTW, we frequently get questions here that are solved by DirectWrite being on. Is there a reason that we cannot have that setting enabled by default – that way, new users will just see Notepad++ work great with Unicode characters, rather than having to come complain about poor Unicode behavior and then be told that they need to change a setting. Let me know if you want me to create an issue.

                        R 1 Reply Last reply Feb 21, 2023, 10:31 PM Reply Quote 4
                        • R
                          Register Noname @PeterJones
                          last edited by Register Noname Feb 21, 2023, 10:32 PM Feb 21, 2023, 10:31 PM

                          @PeterJones I agree this was true for very long time. Sorry I’m new here didn’t want go with opening tickets right away :)
                          DirectWrite (whatever it is) indeed helped. Thank you!
                          I also agree that this setting should be enabled by default if the ā€˜standard behavior’ cannot be fixed.

                          1 Reply Last reply Reply Quote 3
                          • G
                            guy038
                            last edited by guy038 Feb 22, 2023, 4:58 AM Feb 22, 2023, 4:50 AM

                            Hello, @register-noname, @peterjones and All,

                            I did some tests and, indeed, the use of DirectWrite insrease rendering of characters !

                            I verified that, if the DirectWrite option is not checked, the four Unicode characters, provided by @register-noname, are properly displayed ONLY IF the current line contains a character with codepoint over the BMP, so with codepoint above FFFF !

                            Compare these two screen-shoots below :

                            0ad5f019-5ff1-43e3-b503-c49e8f04398d-Without_DirectWrite.png

                            WITHOUT Direct Write

                            And :

                            27f5dc38-0abb-47d7-b442-6aa2235cb64f-With_DirectWrite.png

                            WITH Direct Write

                            Note, particularly, the differences in lines 1 , 2 , 15 and 16 ;-))

                            Best Regards,

                            guy038

                            1 Reply Last reply Reply Quote 3
                            • M
                              makuhlmann
                              last edited by Feb 24, 2023, 8:33 AM

                              Hi there, found a regression: the software does not launch anymore on Windows Vista and Windows Server 2008 systems (NT 6.0). The application quits with the error message

                              ā€œThe procedure entry point CoGetApartmentType could not be located in the dynamic link library ole32.dll.ā€

                              This issue seems to be present since 8.4.7 already, 8.4.6 is the last version that launches fine.

                              A 1 Reply Last reply Feb 24, 2023, 12:16 PM Reply Quote 0
                              • A
                                Alan Kilborn @makuhlmann
                                last edited by Feb 24, 2023, 12:16 PM

                                @makuhlmann

                                This was noted HERE as well.
                                Perhaps the SUPPORTED_SYSTEM.md file is in need of updating.

                                donhoD 1 Reply Last reply Feb 26, 2023, 4:58 PM Reply Quote 0
                                • donhoD
                                  donho @Alan Kilborn
                                  last edited by Feb 26, 2023, 4:58 PM

                                  @makuhlmann

                                  This issue seems to be present since 8.4.7 already, 8.4.6 is the last version that launches fine.

                                  Could you help us to identify the problem please:
                                  https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13074#issuecomment-1445398398

                                  1 Reply Last reply Reply Quote 0
                                  • donhoD donho unpinned this topic on Mar 6, 2023, 2:15 AM
                                  • Ann WitbrockA
                                    Ann Witbrock @donho
                                    last edited by Ann Witbrock May 3, 2023, 7:11 PM May 3, 2023, 7:07 PM

                                    @donho
                                    Using 8.4.9 for Python.
                                    Notepadplusplus spacetab 2023-05-03 200052.jpg

                                    When inserting a tab in an existing Python file, the editor does not respect the setting preference flag for converting tabs to spaces. That is, it always uses spaces whether ā€œReplace by spaceā€ is checked or unchecked.
                                    The line with 3 columns in the image has just had a tab inserted.

                                    Obviously this is dreadful for Python. It means that misalignment of new code can only be corrected by turning everything into spaces (not desirable) via unindent/indent of blocks.

                                    NB it works ok for a new file (prior to save).

                                    I will install the latest version to see if it is better and update here as appropriate.

                                    A 1 Reply Last reply May 3, 2023, 7:18 PM Reply Quote 0
                                    • A
                                      Alan Kilborn @Ann Witbrock
                                      last edited by Alan Kilborn May 3, 2023, 7:21 PM May 3, 2023, 7:18 PM

                                      @Ann-Witbrock said in Notepad++ v8.4.9 Release:

                                      turning everything into spaces (not desirable)

                                      Did you know that the recommended standard for Python is to use spaces for indentation and NOT tab characters?

                                      the editor does not respect the setting preference flag for converting tabs to spaces.

                                      You aren’t showing the setting for Python in your screenshot. Scroll the listbox in the Tab Settings groupbox down to where the python item is shown and make it active, and then post THAT screenshot. Only then will we know what the setting for Python files is.

                                      Ann WitbrockA 1 Reply Last reply May 3, 2023, 7:48 PM Reply Quote 0
                                      • Ann WitbrockA
                                        Ann Witbrock @Alan Kilborn
                                        last edited by Ann Witbrock May 3, 2023, 7:53 PM May 3, 2023, 7:48 PM

                                        @Alan-Kilborn Unfortunately we can not always work in our own files. We can still expect our editor to work as expected. I discovered this glitch while working in such a file, when I added some print lines to see the workings. It would have been fine if I could have set the compatibility at all.

                                        The same behaviour is still present in 8.5.2 (see detailed progression of test), including fully setting Python as you pointed out, thanks :-)
                                        (The label ā€œDisabled itemsā€ was a bit confusing there, and it’s been a while since I used this editor often so I misinterpreted the highlight).

                                        I think we can probably conclude this is also true for other languages, but it’s vital for Python.

                                        Notepadpp 8_5_2 spacetab 2023-05-03 204039.jpg

                                        A Mark OlsonM 2 Replies Last reply May 3, 2023, 7:53 PM Reply Quote 0
                                        • A
                                          Alan Kilborn @Ann Witbrock
                                          last edited by Alan Kilborn May 3, 2023, 8:02 PM May 3, 2023, 7:53 PM

                                          @Ann-Witbrock said in Notepad++ v8.4.9 Release:

                                          including fully setting Python as you pointed out

                                          How come you aren’t showing this to us here, in a screenshot, like I asked?

                                          The label ā€œDisabled itemsā€ was a bit confusing

                                          Disabled items has nothing to do with what we’re discussing.

                                          Show us your setting like this, with python in view and selected:

                                          a99da0a7-f513-45ca-a2b6-2c9dd49ea58b-image.png

                                          Ann WitbrockA 1 Reply Last reply May 3, 2023, 7:58 PM Reply Quote 1
                                          • First post
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors