• Login
Community
  • Login

Notepad++ 7.8 Release

Scheduled Pinned Locked Moved Announcements
66 Posts 19 Posters 19.9k 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 donho Oct 11, 2019, 12:28 AM Oct 11, 2019, 12:18 AM

    Long waiting version 7.8 is finally here:
    https://notepad-plus-plus.org/news/v78-released/

    Notepad++ v7.8 enhancements and bug-fixes:

    1. Upgrade Scintilla from 4.1.4 to 4.2.0
    2. Fix non Unicode encoding problem in non-Western language(Chinese or in Turkish).
    3. Add “No to All” and “Yes to All” options in Save dialog.
    4. Add the command line argument “-openFoldersAsWorkspace” to open folders in “folder as workspace” panel.
      Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02
    5. Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
    6. Fix File-Rename failing when new name is on a different drive.
    7. Make “Clear all marks”, “Inverse Bookmark”, “Remove Consecutive Duplicate Lines” & “Find All Current Document” to be macro recordable.
    8. Make “Command Argument Help” MessageBox modal.
    9. Fix Folder as Workspace crash and “queue overflow” issues.
    10. Make Combobox font monospace in Find dialog.
    11. Fix folding in user-defined languages for non-windows line endings.
    12. Fix crash of Folder as Workspace when too many directory changes happen.
    13. Fix ‘-nosession’ overwrites config.xml issue.
    14. Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.*
    15. Improve GUI in Find dialog for Find Previous & Find Next buttons.
    16. Fix Sort Line as Integer regression.
    17. Add more OS information to debug info.
    18. Fix tab dragging issues under WINE and ReactOS.
    19. Fix indent indicators continue to following code blocks for Python.
    20. Fix Python folding collapse issue.
    21. Fix crash when sorting “out of range” columns.
    22. Fix find 2 times for the same occurrence in both original and cloned documents issue.
    23. Fix command line issues where filenames have multiple white spaces in them.
    24. Fix Document Peeker constantly changing focus problem.
    25. Make backward direction checkbox be also on Find dialog’s Mark tab.
    26. Add 2 new columns for HTML Code in the Character Panel.
    27. Fix “clear all marks in find dialog also removes bookmarks” issue.
    28. Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.
    1 Reply Last reply Reply Quote 5
    • D
      donho
      last edited by Oct 11, 2019, 10:17 AM

      Every time I come back here to check, I feel like a criminal who returns to the scene of the crime.

      1 Reply Last reply Reply Quote 7
      • Z
        Zsolt Kántor Banned
        last edited by Oct 11, 2019, 11:05 AM

        Nice job!

        1 Reply Last reply Reply Quote 1
        • P
          patrickdrd
          last edited by Oct 11, 2019, 11:29 AM

          did you change the font in search dialog?
          if so, is there an option I can change it back?

          Z A T 3 Replies Last reply Oct 11, 2019, 12:04 PM Reply Quote 1
          • Z
            Zsolt Kántor Banned @patrickdrd
            last edited by Oct 11, 2019, 12:04 PM

            @patrickdrd said in Notepad++ 7.8 Release:

            did you change the font in search dialog?
            if so, is there an option I can change it back?

            No, it was not changed. I suppose you can’t change it.

            1 Reply Last reply Reply Quote 0
            • A
              Alan Kilborn @patrickdrd
              last edited by Oct 11, 2019, 12:07 PM

              @patrickdrd said in Notepad++ 7.8 Release:

              did you change the font in search dialog?

              See above, specifically: 10. Make Combobox font monospace in Find dialog.

              if so, is there an option I can change it back?

              No. Apparently it was decided that this is a good change for everyone.

              1 Reply Last reply Reply Quote 1
              • T
                tomasz1986 @patrickdrd
                last edited by tomasz1986 Oct 11, 2019, 12:48 PM Oct 11, 2019, 12:46 PM

                @patrickdrd said in Notepad++ 7.8 Release:

                did you change the font in search dialog?
                if so, is there an option I can change it back?

                The new font looks smaller and very blurry in my system (Windows 7). As such, it is very difficult to read. It also uses serif fonts for Korean (and possibly all CJK languages), which are not suitable for small sizes.

                Here are two screen shots.

                old (crispy)
                2019-10-11-21-41-30-1953125.png

                new (blurry)
                2019-10-11-21-42-01-4218750.png

                Please consider adding customisation options, or at least an option to switch between the old and the new fonts.

                1 Reply Last reply Reply Quote 2
                • T
                  tomasz1986
                  last edited by tomasz1986 Oct 11, 2019, 1:12 PM Oct 11, 2019, 1:10 PM

                  I am very sorry for two posts in a row, but I am no longer allowed to edit the previous one.

                  Just to clarify, my point is that Windows does not even ship with monospace fonts for languages like Korean. This makes it use a fallback font instead. The problem is that the default fallback for monospace fonts is the default serif font (called Batang), which looks blurry in small sizes. In the previous version of Notepad++, the default sans-serif font (Dotum) was used instead. That font stays crispy even in small sizes.

                  Even with 3rd party monospace Korean fonts installed, Windows will still use serif fonts in their place. Right now, I am able to manually set Notepad++ to use 3rd party monospace Korean fonts in the Style Configurator, but those settings do not seem to apply to the Find window.

                  1 Reply Last reply Reply Quote 1
                  • C
                    cybermcm
                    last edited by Oct 11, 2019, 5:28 PM

                    Possible bug: I’m using npp as replacement for notepad on Windows (according to this page:
                    https://npp-user-manual.org/docs/other-resources/#notepad-replacement )

                    Worked with 7.7.1 portable, it is now broken (in 7.8 portable) if files have a space in its name.
                    E.g. file “xxx yyy.txt” -> double click -> npp shows xxx doesn’t exist, yyy.txt doesn’t exist -> file is opened after that along with desktop.ini which is opened every time

                    For now I’m reverting back to 7.7.1

                    A 1 Reply Last reply Oct 11, 2019, 6:02 PM Reply Quote 0
                    • A
                      Alan Kilborn @cybermcm
                      last edited by Alan Kilborn Oct 11, 2019, 6:03 PM Oct 11, 2019, 6:02 PM

                      @cybermcm

                      Related to this, possibly, although you don’t appear to have multiple ? :

                      23. Fix command line issues where filenames have multiple white spaces in them.

                      C 1 Reply Last reply Oct 11, 2019, 7:39 PM Reply Quote 0
                      • C
                        cybermcm @Alan Kilborn
                        last edited by Oct 11, 2019, 7:39 PM

                        @Alan-Kilborn no, just one white space. I just noticed that this is more severe. NPP openes all! other files in the same and in subfolders if one single file is opened. desktop.ini (from my posting above) was opened because it was the only other file on my desktop…
                        At least for me (or my current config) a no go

                        A 1 Reply Last reply Oct 11, 2019, 8:07 PM Reply Quote 0
                        • A
                          Alan Kilborn @cybermcm
                          last edited by Oct 11, 2019, 8:07 PM

                          @cybermcm

                          I guess maybe you want to make a bug report.

                          1 Reply Last reply Reply Quote 0
                          • D
                            dokutoku
                            last edited by Oct 11, 2019, 10:02 PM

                            I felt sad that my plugin added to nppPluginList was not reflected in 7.8.

                            R 1 Reply Last reply Oct 12, 2019, 7:49 AM Reply Quote 0
                            • R
                              rinku singh @dokutoku
                              last edited by Oct 12, 2019, 7:49 AM

                              @dokutoku said in Notepad++ 7.8 Release:

                              nppPluginList was not reflected in 7.8.

                              Send a pull request for notepad++ plugin template(d language)

                              D 1 Reply Last reply Oct 12, 2019, 3:51 PM Reply Quote 0
                              • D
                                dokutoku @rinku singh
                                last edited by Oct 12, 2019, 3:51 PM

                                @gurikbal-singh

                                Do you mean this request?

                                https://github.com/notepad-plus-plus/nppPluginList/pull/140

                                R 1 Reply Last reply Oct 12, 2019, 4:38 PM Reply Quote 0
                                • R
                                  rinku singh @dokutoku
                                  last edited by rinku singh Oct 12, 2019, 4:40 PM Oct 12, 2019, 4:38 PM

                                  @dokutoku
                                  https://gitlab.com/dokutoku/rdmd-for-npp/issues/3
                                  how we can exit from console (dub ATL+D in your plugin )? it close the npp

                                  D 1 Reply Last reply Oct 12, 2019, 5:54 PM Reply Quote 0
                                  • Z
                                    Zsolt Kántor Banned
                                    last edited by Zsolt Kántor Oct 12, 2019, 4:52 PM Oct 12, 2019, 4:50 PM

                                    When syntax highlight is enabled (e.g. C source code) and you check the global override Enable global bold font style box for keywords and some other characters will be less thicker. Is this normal? Here are the screenshots:

                                    not selected.png

                                    Just check the case keyword, dots, semicolons, equal signs and curly brackets

                                    selected.png

                                    It happens with most of the font types, and as far only if syntax highlight is enabled. Is this normal?

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      Bilbo47
                                      last edited by Oct 12, 2019, 5:27 PM

                                      “3. Add “No to all” and “Yes to all” options in Save dialog.”

                                      Regression: The Yes/No/Cancel buttons used to have hotkeys so that single keystrokes could give a command on how to proceed. In 7.8, “Y” and “N” are ignored, while “Escape” still works. This is a showstopper for me; back to 7.7 for that basic usability feature. Also for standard usability, the new “All” buttons need to have their own hotkeys.

                                      It appears the new “X to all” buttons are available only after the “Close All” command; in case of the “Close” command, they are greyed out. User interface principles say that buttons that are never available in certain circumstances should not even be visible in those circumstances. If “Close” and “Close All” are going to be two separate commands, then the corresponding dialog functionality/discoverability should also be different. If “X to all” is going to be not-available after “Close” then the “All” buttons should be not-visible after “Close”. Or, if “X to all” is going to be available after “Close” then “Close All” should not be a separate command. In short, the decision of all-versus-one should be made only once, or should be made available as often as possible. But showing that different functionality is available only if User backs up and starts over, that’s just maddening.

                                      From experience, custom buttons can be added to the Windows-standard Common Dialogs instead of writing custom dialogs; it just takes some more subclassing and API work to do so.

                                      A Grath777G 2 Replies Last reply Oct 14, 2019, 12:32 PM Reply Quote 3
                                      • D
                                        dokutoku @rinku singh
                                        last edited by dokutoku Oct 12, 2019, 5:55 PM Oct 12, 2019, 5:54 PM

                                        @gurikbal-singh

                                        how we can exit from console (dub ATL+D in your plugin)? it close the npp

                                        I’m sorry, but I couldn’t interpret the meaning of your question correctly.

                                        I think the problem you are referring to is more of a problem with the plugin itself.
                                        Please post your detailed questions.

                                        • gitlab issue
                                        • plugin thread
                                        1 Reply Last reply Reply Quote 0
                                        • SinghRajenMS
                                          SinghRajenM moderator
                                          last edited by Oct 13, 2019, 12:53 PM

                                          @donho a regression in 7.8 is explained https://github.com/notepad-plus-plus/notepad-plus-plus/issues/6211

                                          A D ldlxL 3 Replies Last reply Oct 13, 2019, 1:03 PM Reply Quote 2
                                          4 out of 66
                                          • First post
                                            4/66
                                            Last post
                                          The Community of users of the Notepad++ text editor.
                                          Powered by NodeBB | Contributors