Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Notepad++ 7.5.6: A message from outer space

    Announcements
    22
    41
    53511
    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.
    • Marvin Santos
      Marvin Santos last edited by

      I must say, the old style Open dialog box sucks. It’s so much better when you can use the address bar in the dialog box to browser around, and not that select style.
      Also having to return one directory at a time instead of clicking on the one you want is not cool.

      Scott Sumner 1 Reply Last reply Reply Quote 1
      • Scott Sumner
        Scott Sumner @Marvin Santos last edited by

        @Marvin-Santos said:

        the old style Open dialog box sucks.

        Agreed, but it is a personal choice; I’m sure some people must like it…

        But since you even bothered to mention it I presume you either don’t know about this config option, or you don’t have it ticked ?? :

        Settings (menu) -> Preferences… -> Default Directory (box on left) -> Use new style dialog ( blah blah blah )

        In short, tick the box for Use new style dialog ( blah blah blah )

        Marvin Santos 1 Reply Last reply Reply Quote 2
        • Marvin Santos
          Marvin Santos @Scott Sumner last edited by

          @Scott-Sumner thanks!

          Honestly I never knew that was an option, as it has always been the “new style” since I started using this software a long time ago.

          Thanks!

          1 Reply Last reply Reply Quote 2
          • szmabcd
            szmabcd last edited by

            Can you solve this problem if you look at it? Thank you.

            https://notepad-plus-plus.org/community/topic/15571/notepad-automatic-transfer-problem

            1 Reply Last reply Reply Quote 0
            • pekingstyle
              pekingstyle last edited by

              Please modify the website for 64bit update url!!!

              1 Reply Last reply Reply Quote 0
              • Esel Eselsbert
                Esel Eselsbert last edited by

                Updated yesterday. Crashed multiple times while having a few large files (up to 70mb) open. Crashed also while saving a smaller file (~100kb, large files where open at the same time) => The content of the file I wanted to save was completly deleted afterwards!

                Windows 10

                1 Reply Last reply Reply Quote 0
                • Vitaliy Dovgan
                  Vitaliy Dovgan last edited by

                  @Esel-Eselsbert,
                  chances to get it fixed are much higher when explicit step-by-step guide is provided to reproduce the problem, plus it has been verified that the problem is reproducible with fresh Notepad++ (either unpacked from the .zip archive or installed), plus it has been verified it is reproducible without plugins.

                  1 Reply Last reply Reply Quote 2
                  • Sam Smith
                    Sam Smith last edited by

                    Hello, not sure if this is the right place for bug report, my apology in advance if this is the wrong place…

                    Bug: when using move to other view or Compare plugin, in both cases having two docs open and the respective action causing tab of second doc to be in middle of tab area, the right window increases in font size by one value. For example if both windows are 10 before the action, then after the action the right window is now 11 and left is still 10. This makes it difficult to compare code line by line since the lines do not “line up” due to differing font size.

                    1 Reply Last reply Reply Quote 0
                    • Zülkarneyn Yavaş
                      Zülkarneyn Yavaş last edited by

                      Turkish language is not working.

                      1 Reply Last reply Reply Quote 2
                      • se7en lee
                        se7en lee last edited by

                        Notepad++ There are also two crashes

                        1/open“notepad ++ / themes/” to create a new .xml file. Set the <GlobalStyles> tag under the child tag <WidgetStyle>, Set the value "name "> 70 bytes, reopen the notepad++ select “settings” - “style configurator” - “test.xml” program collapse
                        and it destroys the memory。
                        2/ open “notepad ++ / themes/” to create a new .xml file. Set the <GlobalStyles> tag under the child tag <WidgetStyle> and set the fontStyle property. When the “fontStyle” value is greater than 6, the positive 6 bits, and the negative 7 bits, reopen the notepad++ and select “settings”–“style configurator”-- The “test.xml” program crash

                        1 Reply Last reply Reply Quote 1
                        • Peter Geyfman
                          Peter Geyfman last edited by

                          I wander if anyone else had noticed this, but when I have a document map displayed and move Notepad++ window, the map’s background color and highlight of the currently displayed section remains in place.

                          1 Reply Last reply Reply Quote 1
                          • SalviaSage
                            SalviaSage last edited by

                            Yes, I noticed that too.

                            It would be good if that were fixed.

                            1 Reply Last reply Reply Quote 0
                            • Erbzur
                              Erbzur last edited by

                              Bugs with “default directory” settings and environment variables. Personally I use npp as a simple IDE, but in this version when I try running command, the gcc reports “No such file or directory”. And, everytime saving new file, it does locate in the installed dir but not my last-opened dir.

                              1 Reply Last reply Reply Quote 0
                              • Андрій Мащак
                                Андрій Мащак last edited by

                                Bug in saving text language

                                Steps to reproduce:

                                1. Open *.c file
                                2. Observe that text is in one style (not any language is selected)
                                3. Go to drop-box Language->C->C# or C++
                                4. Observe that text style is updated.
                                5. Close NPP
                                6. Open NPP
                                7. Observe that default text style but expected is C# or C++

                                OS - Windows 10 (64b)

                                Regards,
                                Andriy

                                Claudia Frank 1 Reply Last reply Reply Quote 0
                                • Claudia Frank
                                  Claudia Frank @Андрій Мащак last edited by

                                  @Андрій-Мащак

                                  could it be that you have C language removed from Languages?
                                  Did you check if the extension is registered in any of the defined langauges in langs.xml?

                                  If I open a c file, npp selects the C lexer

                                  Cheers
                                  Claudia

                                  Андрій Мащак 1 Reply Last reply Reply Quote 2
                                  • Mikel Urbieta
                                    Mikel Urbieta last edited by

                                    HexEditor plugin Version 0.9.5 and older… are not allowing Notepad++ to load… Is anayone having the same problem?

                                    1 Reply Last reply Reply Quote 0
                                    • chcg
                                      chcg last edited by

                                      @Mikel-Urbieta See https://notepad-plus-plus.org/community/topic/14264/i-made-hexeditor-x64-working-what-next with unofficial releases: https://github.com/chcg/NPP_HexEdit/releases/tag/0.9.5.11

                                      1 Reply Last reply Reply Quote 1
                                      • Андрій Мащак
                                        Андрій Мащак @Claudia Frank last edited by

                                        @Claudia-Frank Yeah,

                                        You are right. After enabling C language all is saved correctly.

                                        Thanks

                                        1 Reply Last reply Reply Quote 0
                                        • Nijaz Muratović
                                          Nijaz Muratović last edited by

                                          Please let us edit some files on different disks and in various system folders like windows/system32/drivers/etc/hosts using edit in notepad++. It only works normally if we use open with notepad++, but does not work using edit in notepad++. It tells us we have to run as admin, then we have to copy all text in current windows before saying yes, and paste in new admin window. And we have to repeat this always. If we log in as administratir (not only administrator type account, but hidden administrator account) then it works ok. If we make notepad++ always run as admin by setting it in exe or shortcut properties, this makes edit in notepad++ stop workin at all. Many users reported this problem, few months to years ago. Please fix this.

                                          1 Reply Last reply Reply Quote 1
                                          • Allan Marques
                                            Allan Marques last edited by

                                            255/5000
                                            There is an error in version 7.5.6 when you request to open a file and filter by its extension. It’s not filtering! At least when I request to view “.java” files, it shows not only “.java” but also “.class”. Previously showed only “java”

                                            Scott Sumner 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright © 2014 NodeBB Forums | Contributors