Community
    • Login

    Notepad++ 7.4.2 release

    Scheduled Pinned Locked Moved Announcements
    46 Posts 32 Posters 79.3k 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.
    • Bear RedbournB
      Bear Redbourn
      last edited by

      yay, multi-line drag and drop is back! Thanks!

      I use “compare” all the time so the loss of dragging a few versions ago was quite the bummer.

      1 Reply Last reply Reply Quote 0
      • Dimitar5555D
        Dimitar5555
        last edited by

        When installing and not selecting any language pack, it instals all of them. Also estimated size says 5.7MB but it is 22MB or so.

        1 Reply Last reply Reply Quote 0
        • Ahu LeeA
          Ahu Lee
          last edited by Ahu Lee

          After this update when I open and immediately close the program it crashes. Windows 7 SP1 (32-bit)


          Problem signature:
          Problem Event Name: BEX
          Application Name: notepad++.exe
          Application Version: 7.4.2.0
          Application Timestamp: 5946f2ca
          Fault Module Name: LocationNavigate.dll_unloaded
          Fault Module Version: 0.0.0.0
          Fault Module Timestamp: 500e93f3
          Exception Offset: 046b3be7
          Exception Code: c0000005
          Exception Data: 00000008
          OS Version: 6.1.7601.2.1.0.256.1
          Locale ID: 1033

          Read our privacy statement online:
          http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

          If the online privacy statement is not available, please read our privacy statement offline:
          C:\Windows\system32\en-US\erofflps.txt

          AngryGamerA 1 Reply Last reply Reply Quote 0
          • AngryGamerA
            AngryGamer @Ahu Lee
            last edited by

            @Ahu-Lee Disable the Location Navigate plugin and see whether the crashes stop.

            1 Reply Last reply Reply Quote 1
            • Ahu LeeA
              Ahu Lee
              last edited by

              @AngryGamer, thank you very much. I will try it out without Location Navigate.

              BTW here’s another crash (it happened when I was browsing Style Configurator ):

              Description:
              Stopped working

              Problem signature:
              Problem Event Name: APPCRASH
              Application Name: notepad++.exe
              Application Version: 7.4.2.0
              Application Timestamp: 5946f2ca
              Fault Module Name: unknown
              Fault Module Version: 0.0.0.0
              Fault Module Timestamp: 00000000
              Exception Code: c0000005
              Exception Offset: 042d7626
              OS Version: 6.1.7601.2.1.0.256.1
              Locale ID: 1033

              donhoD 1 Reply Last reply Reply Quote 0
              • David BaileyD
                David Bailey
                last edited by David Bailey

                Don,

                I really appreciate the new buttons on the Find box. I spend a lot of time searching for things in large C programs - forwards and backwards - and I will find this really useful. The help information on these buttons is also valuable.

                1 Reply Last reply Reply Quote 1
                • donhoD
                  donho @Ahu Lee
                  last edited by

                  @Ahu-Lee

                  Could you provide your Debug Info via menu ? -> Debug Info… ?

                  1 Reply Last reply Reply Quote 0
                  • dotnetsp2D
                    dotnetsp2
                    last edited by

                    Just wanted to let you (Don Ho) know that I’ve noticed when I move Swift to the list of Disabled Languages and restart NPP++, the language still appears in the Language menu. I can see that the langsExcluded node in config.xml never changes:
                    <GUIConfig name=“langsExcluded” gr0=“238” gr1=“12” gr2=“160” gr3=“255” gr4=“255” gr5=“127” gr6=“223” gr7=“243” langMenuCompact=“no” />
                    I have a total of 46 languages disabled, and 15 enabled. In case it’s helpful, here is my Debug Info:
                    Notepad++ v7.4.2 (32-bit)
                    Build time : Jun 18 2017 - 23:34:19
                    Path : C:\Program Files (x86)\Notepad++\notepad++.exe
                    Admin mode : ON
                    Local Conf mode : OFF
                    OS : Windows 7 (64-bit)
                    Plugins : CodeAlignmentNpp.dll ComparePlugin.dll EmmetNPP.dll HTMLTag_unicode.dll jN.dll MenuIcons.dll mimeTools.dll NppConverter.dll NppExec.dll NppExport.dll NppFTP.dll NPPJSONViewer.dll NppTextFX.dll NppToolBucket.dll PluginManager.dll PoorMansTSqlFormatterNppPlugin.dll regrexplace.dll RunMe.dll sql.dll Tidy2.dll XMLTools.dll
                    Please let me know if you require any further information.

                    1 Reply Last reply Reply Quote 0
                    • Indigo GullI
                      Indigo Gull
                      last edited by Indigo Gull

                      When resizing the Find in Files dialog, the text in all 4 combo-boxes get selected…
                      Imgur.

                      Is it intentional?

                      1 Reply Last reply Reply Quote 0
                      • Scott MattesS
                        Scott Mattes
                        last edited by

                        Would to be able to clear the selected search result!

                        1 Reply Last reply Reply Quote 0
                        • David BaileyD
                          David Bailey
                          last edited by

                          Donho,

                          I’d be much happier about the document peeker if I knew in what circumstances I could **conceivably **use it! As it is, it seems utterly useless - it displays text in a totally unreadable font. I know it is switched off by default - but how could I ever use it constructively? It is rather as if I bought a tool-kit full of very useful screwdrivers with different heads, and pliers of various sorts, but one tool was like a pair of scissors with impossibly blunt blades!

                          The best situation when I would want this tool, would be if I had a file where there were regions with long lines, and regions with shorter ones (so you could recognise the different line lengths without actually reading their contents) - but that certainly wouldn’t be typical of code, and is a very contrived sort of situation…

                          1 Reply Last reply Reply Quote 0
                          • 3451619743
                            345161974
                            last edited by

                            After upgrade to version 7.4.2, I found the Chinese “find next” button in search box is Chaotic.

                            chaotic

                            1 Reply Last reply Reply Quote 0
                            • Vincent FinnV
                              Vincent Finn @donho
                              last edited by

                              @donho I’ve recorded a macro to help move some strings from an html file into an array for easy translation.
                              I do alot of finds forward and backward, begin/select, copy and pastes. Nothing too fancy. Basically I’m taking a line that looks like:
                              <input type=“hidden” id=“DISPLAYNAME” name=“DISPLAYNAME” title=“Set from AP SSID or scanner hostname in Infrastructure mode”>

                              and adding two lines on top of it, from which I will move them manually to other documents. The end result look like:
                              document.getElementById(“DISPLAYNAME”).title = DisplayString[“DISPLAYNAME_title”];
                              DisplayString[“DISPLAYNAME_title”] = “Set from AP SSID or scanner hostname in Infrastructure mode”;
                              <input type=“hidden” id=“DISPLAYNAME” name=“DISPLAYNAME” title=“”>

                              When I record this macro and run it, Notepad++ v 7.4.2 crashes with not messages. If I save the recording and play it back it does pop up error messages:

                              Internal error: unknown saved command!
                              then
                              Notepad++ will attempt to save and unsaved data. However, dataloss is very likely. I’ve put the crash dumps here: Crash Dumps

                              The macro feature is a huge time saver for me, if there is any time you can find to look at this, I would certainly appreciate it.

                              Vinnie

                              1 Reply Last reply Reply Quote 0
                              • Per PasgaardP
                                Per Pasgaard
                                last edited by Per Pasgaard

                                I just did an update to version 7.4.2, and I’m probably the only one annoyed by the flickering of the menu-texts when moving the mouse over the file-tabs?
                                Is this behaviour introduced with the miniature images that pops up when hovering the tabs?

                                1 Reply Last reply Reply Quote 0
                                • David BaileyD
                                  David Bailey
                                  last edited by

                                  Per Pasgaard ,

                                  Go to preferences/MISC and turn off both entries in the ‘Document Peeker’ box. Why anyone would want these enabled is beyond me!

                                  David

                                  1 Reply Last reply Reply Quote 0
                                  • Mad MaxM
                                    Mad Max @just a Citizen
                                    last edited by Mad Max

                                    @just-a-Citizen said:

                                    I use np++ since years and appreciate the hard work. The newest version has the resizable Search Dialog, which is nice. But in previous versions the text on the buttons were readable in german. See the new version with german translation:

                                    http://666kb.com/i/dkgzo1kqqa4yaky5g.jpg

                                    Thanks, i was just about to report that as well. Reverting back to 7.3.3. now. Not a big fan of this new feature in general.

                                    1 Reply Last reply Reply Quote 0
                                    • Moshe YalovskyM
                                      Moshe Yalovsky
                                      last edited by

                                      Highlight section, find (ctrl-F) in selection check box is not showing.
                                      It only showed on Mark tab

                                      1 Reply Last reply Reply Quote 0
                                      • richard4339R
                                        richard4339
                                        last edited by

                                        I’m running 7.4.2 at this point and still can’t use Replace In Files. It’s just repeatedly giving me the Unknown Exception. I don’t see any others in here stating this, so I’ll just try reinstalling.

                                        1 Reply Last reply Reply Quote 0
                                        • Peter StücklschwaigerP
                                          Peter Stücklschwaiger
                                          last edited by

                                          Opening the search dialog now has a funny behaviour …

                                          • highlight a line with CR/LF or LF or CR (depending on EOL settings)
                                          • hit Ctrl-F (or Search-Find)
                                          • the search dialog opens with an “invisible” EOL
                                          • in some versions past, Notepad++ used the “Search Mode” to translate EOL and other special characters … this is also no longer in effect

                                          That invisible EOL is quite bad … especially when you aren’t aware of that, changing to “RegExp”, adding “\n” and nothing is found as there was no empty line after the searched text.

                                          1 Reply Last reply Reply Quote 0
                                          • Michael McGuireM
                                            Michael McGuire
                                            last edited by

                                            Found an annoying though minor bug in 7.4.2. It’s probably been around for a while.
                                            Editing a 1000+ line CSS file, if I have line 1000 at the bottom of the NPP window, that tab-view shutters like crazy as it tries to reconcile the width of the line-number column and horizontal scroll (I think). No other tab-views are affected. At first, I thought my video card was failing. I adjusted my Npp app width and not only did it go away, but I can’t reproduce it.

                                            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