Community
    • Login

    Notepad++ 7 Release Candidate

    Scheduled Pinned Locked Moved Announcements
    30 Posts 13 Posters 54.0k 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.
    • Artur HarisonA
      Artur Harison
      last edited by Artur Harison

      Please add ability to disable the ‘Folder as Workspace’ mode.
      I want to see at once opening files in the window np++ when i drop folder.
      How in old versions.

      donhoD 1 Reply Last reply Reply Quote 0
      • bycn82 bbbbB
        bycn82 bbbb
        last edited by

        Downloaded the V7 and noticed the plugin manager is missing,
        So my question is , how are you going to allow people to submit the new plugins?

        1 Reply Last reply Reply Quote 0
        • MAPJe71M
          MAPJe71
          last edited by

          @vi-editor
          AFAIK the plugin manager is not yet available as 64-bit build and that why it’s not in the 64-bit Release Candidate. The plugin manager is included in the 32-bit RC (as a 32-bit build).

          1 Reply Last reply Reply Quote 0
          • donhoD
            donho @guy038
            last edited by

            Hi @guy038

            The dependencies of both dll have been removed in the current RC, that you can test again.
            You’re right about Proper Case - it will be in the release 7.
            Reformatting of Command line Arguments is not easy, since I use Windows default dialog. I’ll see what can I do about it.
            Regarging the missing document of -quitOnEmpty, I have removed command line agument trigger for this option, and added a checkbox in Preferences dialog instead.
            It’ll be useful for a lot of users so I think it’s shame if this option is hidden in the command line.

            Thank you for your testing, bug report and pertinent suggestions.

            1 Reply Last reply Reply Quote 0
            • donhoD
              donho @Artur Harison
              last edited by

              @Artur-Hareson I’ll see what can I do about it.

              1 Reply Last reply Reply Quote 0
              • guy038G
                guy038
                last edited by

                Hello Don,

                I downloaded the last 32-bit N++ version v7.0, from your link, below

                https://notepad-plus-plus.org/repository/7.x/7.0-RC/fix-crash2/npp.7.bin32.zip

                But, seemingly, it’s NOT the LAST version ! The Notepad++.exe file has a size of 2 091 696 bytes and, when hitting the F1 key, it is said Build time : Sep. 7 2016 02:18:34. Indeed :

                • I’ve never been able to find an option Quit on Empty File’s Buffer, or equivalent, in the Preferences dialog !

                • The -quitOnEmpty command line option seems always a valid one.

                • Accordingly, the point #10, of the change.log file, hasn’t be modified, too.

                • Strangely, the N++icon looks like the old one, with a yellow pen, over a white sheet of paper, in explorer windows !


                However :

                • The two plugins MIME Tools and Converter are updated, as expected, to versions 2.1 and 4.2, respectively.

                • The two plugins do not need, anymore, the MSVCR120.dll nor the MSVCP120.dll libraries, as expected !

                Best Regards,

                guy038

                donhoD 1 Reply Last reply Reply Quote 0
                • donhoD
                  donho @guy038
                  last edited by donho

                  @guy038 The binary are not the last one. As I said, -quitOnEmpty and Title Case will be changed in the official release but not in the binary which I have provided.
                  Regarding the icon, it’s the debug one, I’ll clean the project before building the release.
                  Nice to learn the dependency issues have been solved. Thank you for testing.

                  1 Reply Last reply Reply Quote 0
                  • marcinsmialekM
                    marcinsmialek
                    last edited by

                    Hello Don,

                    Is there a chance you could make the image crisp when display scaling is used?
                    I’ve got Windows 10 x64 1607 on a laptop set to 125% scaling with an external monitor set to 100% (default) and the external monitor is set to be the primary screen.

                    Notepad++ 7 RC from the 32bit installer looks great on the external display, but both text and menus get blurry when moved to the laptop screen.

                    Some apps expose the same behavior, eg. all Office 2016 apps, KiTTY, even Visual Studio 2015; and some are crisp, like Explorer, Chrome, ConEmu, Windows Settings.

                    I know that the article is about WPF, but perhaps it’ll help a little:
                    https://msdn.microsoft.com/en-us/library/windows/desktop/ee308410.aspx

                    Regards,
                    Marcin

                    donhoD 1 Reply Last reply Reply Quote 0
                    • MAPJe71M
                      MAPJe71
                      last edited by

                      Why is the Boost library build with property architecture=ia64 for the 64-bit target version?
                      According to the documentation that property is for an Itanium target processor and I doubt anyone is running a PC with such a processor. I suspect the majority of the users is running an x86 based processor architecture (yes, even the 64-bit systems) and therefore using the build property address-model=64 for a 64-bit target system makes more sense to me.

                      donhoD 1 Reply Last reply Reply Quote 0
                      • pnedevP
                        pnedev
                        last edited by

                        Hello Don,

                        Thank you and thanks to all the contributors for the new version - it’s really awesome!

                        I have a feedback regarding the TabBar scroll feature. It is working great but it seems to align the selected tab on the left.
                        Here is an example:

                        1. Open many documents in N++ (enough to be able to scroll the TabBar).
                        2. Select the last Tab - you’ll see it positioned in the right-most side of the TabBar, closest to the scroller buttons.
                        3. Minimize N++.
                        4. Maximize N++. The last Tab you selected is the only visible tab in the TabBar and it is positioned on the left-most side of the TabBar.

                        Although the scroller buttons are visible it is kind of misleading because it looks like the last tab is the only tab opened.

                        To summarize - when N++ is restored after minimization and the tab scroller is active the currently active tab is the first visible in the TabBar (the left-most tab) whereas it should be the last visible (the right-most tab in the TabBar respectively).

                        Thanks once again.

                        BR,
                        Pavel

                        donhoD 1 Reply Last reply Reply Quote 0
                        • donhoD
                          donho @marcinsmialek
                          last edited by

                          @marcinsmialek I doubt if I can do somethings for it - it’s rather an issue of OS to me.

                          1 Reply Last reply Reply Quote 0
                          • donhoD
                            donho @MAPJe71
                            last edited by

                            @MAPJe71 Please do a PR for it - I’ll check it.

                            MAPJe71M 1 Reply Last reply Reply Quote 0
                            • donhoD
                              donho @pnedev
                              last edited by

                              @pnedev I cannot reproduce at all the bug. After minimizing and restoring Notepad++'s position, the selected tab remains the same. Am I missing somethings ?

                              1 Reply Last reply Reply Quote 0
                              • MAPJe71M
                                MAPJe71 @donho
                                last edited by

                                @donho
                                PR #2336 as requested.

                                1 Reply Last reply Reply Quote 1
                                • pnedevP
                                  pnedev
                                  last edited by

                                  @donho ,
                                  You are right. The issue I reported several days ago is not observed on native Windows. It seems to be a WINE issue.
                                  I’m sorry for the misunderstanding, you can disregard the issue. Thanks.
                                  BR

                                  Claudia FrankC 1 Reply Last reply Reply Quote 0
                                  • Claudia FrankC
                                    Claudia Frank @pnedev
                                    last edited by

                                    @pnedev

                                    you are right, happens on both of my ubuntus too.

                                    Cheers
                                    Claudia

                                    1 Reply Last reply Reply Quote 0
                                    • pnedevP
                                      pnedev
                                      last edited by

                                      Thanks @Claudia-Frank .

                                      BR,
                                      Pavel

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