• Login
Community
  • Login

Notepad++ v7.8.7 released

Scheduled Pinned Locked Moved Announcements
35 Posts 13 Posters 13.5k 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.
  • D
    donho
    last edited by Jun 11, 2020, 11:50 AM

    Thank you @Ekopalypse for opening issue. This bug has been fixed and will be in the next release.

    Regarding the filter problem, it’s not a bug to me, please check:
    https://community.notepad-plus-plus.org/topic/19536/gedcom-file-extension-ged/8

    M 2 Replies Last reply Jun 11, 2020, 12:25 PM Reply Quote 4
    • M
      Michael Vincent @donho
      last edited by Jun 11, 2020, 12:25 PM

      @donho said in Notepad++ v7.8.7 released:

      it’s not a bug to me, please check:

      (also reference: https://community.notepad-plus-plus.org/topic/19536/gedcom-file-extension-ged/9)

      I tend to agree now that @PeterJones has showed us the registry HKCR and file extension experiment and I get the same behavior when saving with Windows standard plain old boring notepad.exe. This appears to be Windows default behavior, not a Notepad++ “bug”.

      However, there is some discussion on the issue I opened prior to fully understanding @PeterJones troubleshooting and explanation. You may want to close that?

      Thanks for Notepad++! - and sorry about the premature bug report.

      Cheers.

      M 1 Reply Last reply Jun 11, 2020, 6:09 PM Reply Quote 1
      • M
        Michael Vincent @donho
        last edited by Jun 11, 2020, 6:02 PM

        @donho said in Notepad++ v7.8.7 released:

        Thank you @Ekopalypse for opening issue. This bug has been fixed and will be in the next release.

        I wonder if this is related?

        In 7.8.6 - no plugins and use external scripting to set:

        editor->setMultiPaste(1);
        editor->autoCSetMulti( $SC_MULTIAUTOC{SC_MULTIAUTOC_EACH} );
        

        When I type:

        test.c_str()
        
        new
        new
        

        And then do multiselect across the end of new and start typing .c_str():

        10e528a0-530d-4ba3-b5e2-7c0c9ff6fe92-image.png

        Upon pressing Tab or Enter, it autocomplete both and puts the cursor at the end:

        ac764df4-9cfa-4f6b-b00d-b5bb765fbcc4-image.png

        BUT, with 7.8.7 no plugins and setting the same with external scripting, after pressing the Tab or Enter I get:

        89b3cd4b-1cb5-40ad-b8de-5e4b93605f9f-image.png

        The cursor does NOT move to the end. Much like the column mode Tab bug discussed above. Does the same “fix”, fix this as well, or is this a different issue?

        Cheers.

        1 Reply Last reply Reply Quote 0
        • M
          Michael Vincent @Michael Vincent
          last edited by Jun 11, 2020, 6:09 PM

          @Michael-Vincent
          @donho

          I just answered my own question by learning to download your AppVeyor intermediate builds. YES, this is related and is FIXED by the same “bug fix”, - commit 6602840.

          Cheers.

          1 Reply Last reply Reply Quote 3
          • J
            Jason Iqbal
            last edited by Jun 13, 2020, 3:30 AM

            For some reason when I click move to other view, instead of moving the text view to the other side, it moves all the other tabs to the other side. Does anyone have any info on this?

            I am using 7.8.7 (64bit)
            the 6.9 version I had before did not have this problem.

            E 1 Reply Last reply Jun 13, 2020, 9:57 AM Reply Quote 0
            • E
              Ekopalypse @Jason Iqbal
              last edited by Jun 13, 2020, 9:57 AM

              @Jason-Iqbal

              there are two views, view0 and view1 and it looks like all
              of your files were in view1. Now if you move a file to the other view,
              which would be view0, then it looks like you moved the other files
              as it arranged the views to be view0 on the left and view1 on the right.

              To replicate what I’m talking about.

              • Open npp - no files should be open except the automatically created new1
              • create another new file and move this to the other view
              • close new1 file
              • create multiple other files and move one of them to the other view.
              J 1 Reply Last reply Jun 16, 2020, 1:50 AM Reply Quote 3
              • N
                Noctum28
                last edited by Jun 15, 2020, 11:11 AM

                Hi,

                I noticed a difference in how styling is applied to clickable links in 7.8.7, but I don’t consider it a “fix” as it seems rather unintended to me.

                This is how a link appears to me in 7.8.6 with a Style based on “Deep Black” (which doesn’t support “URL hovered” customization):
                old.png
                As you can see, the “Foreground colour” is applied to the text and underline of the link.

                This is how a link appears to me in 7.8.7 with the same Style:
                new.png

                As you can see, the “Foreground colour” is applied to the text, but no longer to the underline of the link.

                A 1 Reply Last reply Jun 15, 2020, 12:09 PM Reply Quote 0
                • A
                  Alan Kilborn @Noctum28
                  last edited by Jun 15, 2020, 12:09 PM

                  @Noctum28
                  Maybe THIS is of interest to you?

                  N 1 Reply Last reply Jun 15, 2020, 12:15 PM Reply Quote 3
                  • N
                    Noctum28 @Alan Kilborn
                    last edited by Jun 15, 2020, 12:15 PM

                    @Alan-Kilborn
                    Yes, thank you.

                    1 Reply Last reply Reply Quote 2
                    • J
                      Jason Iqbal @Ekopalypse
                      last edited by Jun 16, 2020, 1:50 AM

                      @Ekopalypse
                      Yes that is it. if I open several files then send one to the other view it sends all the other files to the otherside, after that it switches it normally. It must just be a design decision or something.

                      A 1 Reply Last reply Jun 16, 2020, 12:40 PM Reply Quote 1
                      • A
                        Alan Kilborn @Jason Iqbal
                        last edited by Alan Kilborn Jun 16, 2020, 12:40 PM Jun 16, 2020, 12:40 PM

                        @Jason-Iqbal said in Notepad++ v7.8.7 released:

                        It must just be a design decision or something.

                        It might have been an unintentional design decision, i.e., it just happened.

                        I’d much rather see, if there is only one view open, that that view is always the “main view” and never possible to be the “sub view” (these are terms the source code uses to describe them).

                        Thus, if the user closes the last tab open in the “main view”, all of the tabs in the “sub view” should be moved over to the main. This is just my opinion and maybe there are some holes in wanting this that I haven’t foreseen. :-)

                        1 Reply Last reply Reply Quote 1
                        • G
                          ganesan govindarajan @donho
                          last edited by Jul 2, 2020, 12:25 PM

                          @donho

                          There is a backward direction option disappeared in Find option after updating v7.8.7/Backward.JPG

                          Please refer to the screen shot.

                          Thanks!

                          PeterJonesP 1 Reply Last reply Jul 2, 2020, 12:46 PM Reply Quote 0
                          • PeterJonesP
                            PeterJones @ganesan govindarajan
                            last edited by Jul 2, 2020, 12:46 PM

                            @ganesan-govindarajan

                            There is a backward direction option disappeared in Find option

                            See #10 in the original post:

                            1. Disallow backward regex searches due to sometimes surprising results (an non-UI option is available to enable it).

                            This is also documented in the Searching > Regex section of npp-user-manual.org,

                            If you switch to Search Mode of Normal, then the backward arrow or backward direction checkbox will work.

                            There is also a hidden setting in config.xml, officially documented here, which allows you to use backward search even with regular expressions.

                            1 Reply Last reply Reply Quote 1
                            • PeterJonesP PeterJones locked this topic on Jun 29, 2024, 3:29 PM
                            • First post
                              Last post
                            The Community of users of the Notepad++ text editor.
                            Powered by NodeBB | Contributors