Community
    • Login

    Notepad++ 6.8.5 released

    Scheduled Pinned Locked Moved Announcements
    18 Posts 11 Posters 52.4k 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.
    • donhoD
      donho
      last edited by donho

      Javascript autocompletion not working regression in previous release is fixed in this release:
      https://notepad-plus-plus.org/news/notepad-6.8.5-released.html

      Note:
      In order to take advantage of modern save dialog, the save dialog behaviour is changed in the 2 latest releases.
      The old behaviour: if user chooses one of the filters, the file name will be concatenated with a file extension.
      The new behaviour: the file name won’t be concatenated with a file extension if a filter is selected. User has to add the extension manually. The filter is used only for filter files.

      1 Reply Last reply Reply Quote 0
      • Helmut Schw.H
        Helmut Schw.
        last edited by

        custom keywords for JavaScript does not highlight correctly

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

          @Helmut-Schw. said:

          custom keywords for JavaScript does not highlight correctly

          Could you provide more info? (descriptions, screenshots, etc…)

          1 Reply Last reply Reply Quote 0
          • Jeff PageJ
            Jeff Page
            last edited by

            The function list is still not working for JavaScript - I am talking about the side bar you can open with View -> Function List

            It just shows all blank for any JavaScript files I open, all work fine on 6.8.3

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

              @Jeff-Page Could you try this binary then confirm me it’s fixed the issues you reported?

              https://goo.gl/0MQ0Zu

              Jeff PageJ 1 Reply Last reply Reply Quote 0
              • Jeff PageJ
                Jeff Page @donho
                last edited by

                @donho said:

                @Jeff-Page Could you try this binary then confirm me it’s fixed the issues you reported?

                https://goo.gl/0MQ0Zu

                Yes I installed 6.8.5 and then replaced the binary with the files you posted and it works now as it used to. Thanks!

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

                  I think I found a regression in v6.8.5.
                  Open a document (C++ source file in my case) and try to quick-search a word (Ctrl+F3 over the word). If it is found it is not always marked green (by the default theme) as it was before but it is grey. All other visible instances of the same word on the screen are also not marked (highlighted). If you scroll the page up and down with the mouse scrolling wheel the smart highlighting sometimes appears and sometimes disappears. This doesn’t happen always. With all other conditions the same, the issue has not been observed in 6.8.3.

                  Does anyone have the same problem?

                  1 Reply Last reply Reply Quote 0
                  • Sam FourieS
                    Sam Fourie
                    last edited by

                    File extension error.

                    After upgrading to 6.8.4 and also in 6.8.5 i find the following problems

                    When doing a “file save as” and “file save a copy as” the file extension seems to be omitted every time. when typing out the extension it works but it does not retain the file extensions as previously. Even if I select PHP file type (in my case) it still does not save it with the ext… i have to physically type out the "DOT.PHP " file extension to save correctly.

                    I have not installed or removed any other softrware in the period from 6.8.3 when it as last working until i upgraded, so my conclusion that it was maybe another program crashing also not valid. all that it seems to be is the newer versions.

                    Have tried removing all extra plugins but problem still exists.

                    Any suggestions or ideas ?

                    Regards
                    Sam

                    1 Reply Last reply Reply Quote 0
                    • codecodecode2C
                      codecodecode2
                      last edited by

                      Syntax highlighting bug, stylers.xml isn’t applied.

                      v6.8.3 (imgur)

                      v6.8.5 (imgur)

                      1 Reply Last reply Reply Quote 1
                      • MATEUSZ BRAKM
                        MATEUSZ BRAK
                        last edited by

                        replace oryginal file styler.xml in %appdata%/notepad++ to http://www18.zippyshare.com/v/3tmhRSwO/file.html

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

                          @codecodecode2 just close Notepad++, remove your %appdata%\Notepad++\stylers.xml then relaunch your Notepad++.

                          1 Reply Last reply Reply Quote 0
                          • Roberto BoriottiR
                            Roberto Boriotti
                            last edited by

                            @donho
                            Could you please fix the problem regarding Installer (is coming from many version ago) about not translated window/items into the installer?
                            Why don’t pout the installer script in Translation section to ask to other guys to help you to fix it?
                            Thanks.

                            1 Reply Last reply Reply Quote 0
                            • J. BrouwerJ
                              J. Brouwer
                              last edited by

                              I don’t see why the new behaviour would be OK, even if it is intended behaviour. If I select a file extension in the save dialog, I expect the file to be saved with that extension, so I do not expect to have to add it manually! It is confusing the way it is going now and it is not as expected.

                              1 Reply Last reply Reply Quote 2
                              • megamurmulisM
                                megamurmulis
                                last edited by

                                I agree - incredibly annoying.
                                Ever since 6.8.4 - extension is not added when selecting Language before doing Save, or even choosing File Type directly in Save As dialog…

                                ~ Is there a way to turn off “modern” dialog, because this is step backwards…

                                +correct me if i’m wrong - but adding extension is just a few lines of code…

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

                                  @megamurmulis
                                  In the old style dialog: adding extension is just a few lines of code - that’s why it has been done.
                                  In the new style dialog: adding extension is just a few miles of code - that’s why it is not done.

                                  This issue is still on my radar. I’ll see what I do about it.

                                  1 Reply Last reply Reply Quote 0
                                  • John BohnJ
                                    John Bohn
                                    last edited by

                                    I don’t clearly understand the motivation behind this change. IMHO, when a drop-down’s title is “Save as type”, it should allow the user to do just that: choose the type he wants his file to be saved as, not filter files in the file-view (otherwise it should have been titled something like “Extension filter”).
                                    Nevertheless, even if there’s a reasonable motivation behind it, and I’m sure there is, the OLD behavior is a feature as well! Removal of feature X for new, “better” feature Y is not something the user should experience so unexpectedly especially when he has been using feature X for a long time.
                                    Thus I suggest AT LEAST having an option somewhere in Notepad++ (checkbox, default unchecked) which when selected enables the old behavior - default extension = .txt, clicking save automatically appends the selected extension if one is missing :)
                                    I honestly find the current behavior annoying too and at first I thought it was unintended behavior - i.e. a BUG, not a feature, the reason being the first phrase of this reply :)

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

                                      @John-Bohn said:

                                      Thus I suggest AT LEAST having an option somewhere in Notepad++ (checkbox, default unchecked) which when selected enables the old behavior

                                      Done in v6.8.7
                                      https://notepad-plus-plus.org/community/topic/10877/new-shining-6-8-7-release-is-ready-for-black-friday

                                      1 Reply Last reply Reply Quote 0
                                      • John BohnJ
                                        John Bohn
                                        last edited by

                                        @donho
                                        Very nice! Thanks a lot :D

                                        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