Menu

Notepad++ v4.9.2 has been released

Don HO
2008-05-11
2012-11-13
  • Don HO

    Don HO - 2008-05-11

    https://sourceforge.net/project/showfiles.php?group_id=95717&package_id=102072&release_id=598510

    This version is based on v4.9.1 : 2 regressions (folding state and x offset position while switching back to the document) are fixed;
    a new feature "Save a Copy as" is added.

    For the complete information of v4.9.x, please refer to :
    https://sourceforge.net/forum/message.php?msg_id=4944399

    Don

     
    • Anonymous

      Anonymous - 2008-05-11

      I thank, all is excellent! Houses has established, and tomorrow at office. =+)

       
    • Fool4UAnyway

      Fool4UAnyway - 2008-05-11

      Is the CTRL+V paste bug also fixed?

       
      • kRs

        kRs - 2008-05-11

        Not yet.. at least in my case. Pasting richtext clipboard content give different results depending on whether pasting is done through menu (ok) or ctrl-v (unwanted characters).

         
        • Don HO

          Don HO - 2008-05-11

          I confirm that this bug comes from my personal setting of NppTextFX plugin in installer and zipped release.
          Remove NPPTextFX.ini from "plugins" directory will remedy your problem.

          Don

           
          • LarkSS

            LarkSS - 2008-05-12

            I looked for NPPTextFX.ini in my plugins directory and it wasn't there. Removing NPPTextFX.dll fixed the problem, but I didn't want to lose the features it provided. Finally, I went into Documents and Settings, my User Name, Application Data ( hidden folder ), and Notepad++ where I found the file.

            Also, rather than deleting the .ini, if you instead open it and change the values VizPasteBinary and VizPasteToEditorEOL to 0, the problem dissapears right away.

            Just mentioning this for other users who were confused like I was/don't want to delete their .ini.

             
          • kRs

            kRs - 2008-05-11

            Thank you, now everything is ok. VizPasteBinary option was the cause of that behaviour.
            It was not even a bug.

             
        • DooGie

          DooGie - 2008-05-11

          Same here kRs. However a copy and paste from word docs works ok now.
          For me it's only if I copy from WordPad then paste into Notepad++ I get a row of NUL showing at the end of it.

           
    • TodWulff

      TodWulff - 2008-05-12

      Don Ho Wrote:

      "This version is based on v4.9.1 : 2 regressions (folding state and x offset position while switching back to the document) are fixed."

      Thanks, Don.  MUCH APPRECIATED!!!

      -t

       
    • jive

      jive - 2008-05-13

      no auto update on this one?

       
    • CodeNexus

      CodeNexus - 2008-05-14

      Is the Update feature in the Help ment working?

      It might be because of a firewall issue at my work but I just wanted to check first.

      If it is a firewall issue would Notepad++ tell you that it couldn't connect to the update server or something??

      Thanks for the great tool.

       
    • CodeNexus

      CodeNexus - 2008-05-16

      Any update on the updates??  :-)

       
    • mathmax

      mathmax - 2008-05-11

      Hello,

      just to point that the new function "Save copy as" is not translated in french when using the french version of notepad++.

      Best regards,

      mathmax

       
      • Alex

        Alex - 2008-05-13

        To enter translation for the new "Save a Copy As..." menu item, you can open "nativeLang.xml" and enter the menu item translation, after:

                            <Item id = "41013" name = "[save session]"/>
                            <Item id = "41014" name = "[reload from disk]"/>

        add:
                            <Item id = "41015" name = "[translated text for 'Save a Copy As...']"/>

        example (italian):
                            <Item id = "41015" name = "Salva una copia come..."/>

        Save and restart notepad++ to enable new description.

        Also, you may want to adjust accelerator keys my moving/inserting &amp; character before the desired key (in my Italian translation, 2 items have "a" selected as accelerator, didn't check for others).

        Great job, Don. And thank you for advice before deletion of "HexEditor.dll". Do you think we'll have it back some day? I use it and works perfectly, just wonder if making it fully compatible with current version is too much of an effort...