• Login
Community
  • Login

Notepad++ 7.8 Release Candidate 3

Scheduled Pinned Locked Moved Announcements
19 Posts 8 Posters 1.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.
  • D
    donho @cmeriaux
    last edited by Oct 2, 2019, 11:54 AM

    @cmeriaux

    I’m not sure that I do follow your point.
    Could you just do the instructions to reproduce the regression?

    1 Reply Last reply Reply Quote 0
    • D
      dinkumoil @donho
      last edited by Oct 2, 2019, 12:25 PM

      @donho

      Fix “clear all marks in find dialog also removes bookmarks” issue.

      What does that mean? When I mark all occurences of a word (option Bookmark line ticked) and then click on Clear all marks the marks are cleared and the bookmarks as well. So, seems like nothing is fixed. Or do I miss something?

      Furthermore: In Mark dialog, options Bookmark line and Purge for each search are not saved to settings file. After restarting Notepad ++ both are always disabled.

      A 1 Reply Last reply Oct 2, 2019, 12:36 PM Reply Quote 0
      • A
        Alan Kilborn @dinkumoil
        last edited by Oct 2, 2019, 12:36 PM

        @dinkumoil

        Fix “clear all marks in find dialog also removes bookmarks” issue.
        What does that mean?

        It might reduce confusion if the change.log referenced issue numbers, much like the Scintilla project (and others) does in its history ; these parts:

        02b5edb1-9522-41fb-aabd-6b6a3cb18870-image.png

        Then one could look up the background information easily on changes to Notepad++, instead of having to know (somehow) that “clear all marks in find dialog also removes bookmarks” refers to this issue: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/3546

        Or do I miss something?

        Yes, you do. What the Clear all marks button clears is now affected by whether or not the Bookmark line checkbox is ticked. If ticked, the button clears (red)marking AND bookmarking; if not ticked, it clears (red)marking and leaves bookmarks alone.

        1 Reply Last reply Reply Quote 1
        • A
          Alan Kilborn
          last edited by Oct 2, 2019, 12:43 PM

          @cmeriaux said in Notepad++ 7.8 Release Candidate 3:

          Fix “clear all marks in find dialog also removes bookmarks” issue.
          There is a regression with this feature.

          If you wants to remove those bookmarks with the find dialog, it’s impossible.

          Hardly impossible. Tick Bookmark line. Press Clear all marks. Gone.

          let’s rephrase because my bad English can lead to mistakes.

          At this point, I must agree with that. However, the rephrase didn’t help.

          @dinkumoil said:

          In Mark dialog, options Bookmark line and Purge for each search are not saved to settings file.
          After restarting Notepad ++ both are always disabled.

          @cmeriaux , maybe it is the fact that these settings don’t persist is what is causing trouble for you?

          1 Reply Last reply Reply Quote 0
          • C
            cmeriaux
            last edited by Oct 2, 2019, 7:10 PM

            Well, after some further investigation, I can says that there is no bug. I’ve been messed up while testing, with the options “Bookmark line” In Mark dialog because it’s not saved to settings file. After restarting Notepad ++ “bookmark line” is disabled, so “clear mark” won’t remove bookmark.
            Sorry

            1 Reply Last reply Reply Quote 3
            • D
              donho @Ekopalypse
              last edited by donho Oct 3, 2019, 10:56 AM Oct 3, 2019, 2:04 AM

              @Ekopalypse said in Notepad++ 7.8 Release Candidate 3:

              This works (NO CRASH) using 32bit version.

              On my system it crashes on Run->Modify Shortcut/Delete Commands command directly, and only on 64 bits - 32 bits works fine.
              I found the culprit code here:

              vector<MacroShortcut> & vShortcuts = NppParameters::getInstance().getMacroList();
              size_t nbItems = vShortcuts.size();
              printInt(int(nbItems));
              for (size_t itemIndex2 = 0; itemIndex2 < nbItems; ++itemIndex2)
              {
              ...
              

              vShortcuts.size() here return a random large number, which leads crash.

              It could be due to the following commits:

              1. https://github.com/notepad-plus-plus/notepad-plus-plus/commit/3dbb2c4b8ef47fddfd4e78aed086b28108fd036d

              2. https://github.com/notepad-plus-plus/notepad-plus-plus/commit/06db9ee338ac9659b01b960325486a1791b249b0

              About vector::size() unexpected behaviour, it could be:
              https://stackoverflow.com/questions/30548944/c-vector-size-is-wrong-and-higher-than-the-number-of-elements

              But I have no idea about why 32 bits works but not for 64 bits (maybe stack size is not large enough to contain NppParameters singleton in 64 bits ?).

              If you have any idea of solution, please let me know.

              S E 3 Replies Last reply Oct 3, 2019, 3:19 PM Reply Quote 2
              • S
                SinghRajenM moderator @donho
                last edited by Oct 3, 2019, 3:19 PM

                @donho said in Notepad++ 7.8 Release Candidate 3:

                vector<MacroShortcut> & vShortcuts

                @donho
                Are you sure, this only the culprit code? I’m asking because, I’m not able to reproduce the crash on Win10 pro X64 at all.

                E 1 Reply Last reply Oct 3, 2019, 10:41 PM Reply Quote 0
                • S
                  SinghRajenM moderator @donho
                  last edited by Oct 3, 2019, 5:07 PM

                  @donho said in Notepad++ 7.8 Release Candidate 3:

                  About vector::size() unexpected behaviour, it could be:
                  https://stackoverflow.com/questions/30548944/c-vector-size-is-wrong-and-higher-than-the-number-of-elements

                  No, it is not. Even op has identified the issuei found the error. you can read it in the comment of the accepted answer. – tly May 31 '15 at 10:06 and his comment says:

                  You were right. t.toVec<2>() was the error. The function had a bug, that wrote over the end of the new Vec<2> that it created. This way i accidentally destroyed the size infomartion of the std::vector that lies behind it in the memory. Well, typicial c array madness :D I should have used boundary checks from the start. – tly May 30 '15 at 18:40

                  So this crash may be caused by something else. Think about it.

                  D 1 Reply Last reply Oct 3, 2019, 10:14 PM Reply Quote 0
                  • A
                    Artur Harison
                    last edited by Oct 3, 2019, 5:55 PM

                    When I open a lot of files, the search only works in English and numbers.
                    Please change the search font. He is terrible!
                    An example of a problem. She appeared after updating Scintilla from 3.56 and remains now.
                    https://youtu.be/B8LY8roxwJo

                    E 1 Reply Last reply Oct 3, 2019, 9:53 PM Reply Quote 0
                    • A
                      Artur Harison
                      last edited by Artur Harison Oct 3, 2019, 6:05 PM Oct 3, 2019, 6:04 PM

                      Search starts working on previously active tabs.
                      I thought it was a 4.14 problem.

                      1 Reply Last reply Reply Quote 0
                      • E
                        Ekopalypse @donho
                        last edited by Oct 3, 2019, 9:12 PM

                        @donho said in Notepad++ 7.8 Release Candidate 3:

                        Unfortunately my c/c++ skills are still very rudimentary, actually non-existing, so I can’t really help on this site.
                        But if you think it is related to the stack size you might consider changing it and see if it still crashes.

                        See https://docs.microsoft.com/en-us/cpp/build/reference/f-set-stack-size?redirectedfrom=MSDN&view=vs-2019 .
                        The default seems to be 1MB.

                        1 Reply Last reply Reply Quote 0
                        • E
                          Ekopalypse @Artur Harison
                          last edited by Oct 3, 2019, 9:53 PM

                          @Artur-Harison said in Notepad++ 7.8 Release Candidate 3:

                          Please change the search font. He is terrible!

                          Which one do you suggest?
                          Keep in mind it must handle all kinds of unicode chars, has to be monospace font and should be preinstalled on windows.

                          1 Reply Last reply Reply Quote 0
                          • D
                            donho @SinghRajenM
                            last edited by Oct 3, 2019, 10:14 PM

                            @SinghRajenM said in Notepad++ 7.8 Release Candidate 3:

                            So this crash may be caused by something else. Think about it.

                            You might be right, I personally cannot find the bug in this case.
                            If you have found everything, please let me know.

                            1 Reply Last reply Reply Quote 0
                            • E
                              Ekopalypse @SinghRajenM
                              last edited by Ekopalypse Oct 3, 2019, 10:41 PM Oct 3, 2019, 10:41 PM

                              @SinghRajenM said in Notepad++ 7.8 Release Candidate 3:

                              I’m asking because, I’m not able to reproduce the crash on Win10 pro X64 at all.

                              Did you use the linked binaries?
                              If so, if I use npp on my virtualbox with windows 10 the behavior is a little bit different.
                              On Win10 it looks like everything is done but if I restart npp I see that the action was not done.
                              If I check eventvwr I see that npp is listed as Application Error entry.

                              BUT if I use Visual Studio 2017 CE, now on my main windows 7 x64, I don’t see that problem at all.
                              Could it be, that some release build optimization is generating this issue?

                              1 Reply Last reply Reply Quote 0
                              • D
                                donho
                                last edited by Oct 3, 2019, 10:47 PM

                                @Ekopalypse

                                Please confirm me if crash has been fixed here:
                                https://community.notepad-plus-plus.org/topic/18323/notepad-7-8-release-candidate-4

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