Menu

Notepad++ v4.7.5

Don HO
2008-01-14
2012-11-13
1 2 > >> (Page 1 of 2)
  • Don HO

    Don HO - 2008-01-14

    Sorry for bothering you with the new releases - some of you might think that I'm enjoying to release :)

    Due to the installer problem, I redo this release and increase its version number. I take the chance to fix a bug : thanx to Garthex's patch, the invisible tab issue while closing tab is fixed.

    Here are Notepad++ v4.7.5 fixed bugs and added features (from v4.7.3) :

    1. Fix invisible tabs bug while closing.
    2. Fix the horizon scroll bar flicker bug.
    3. Fix the full screen (F11) bug regarding multi-display issue
    4. Explorer context menu is available under xp 64 bits et vista 64 bits.
    5. Add YAML language.
    6. Fix the crash issue of window dialog while clicking Sort button without selected item.
    7. Enhance Sort feature GUI part - Enable Sort button only after clicking on the column tab; Disable Sort button after sorting.

    Included plugins :

    1. TexFX v0.24a
    2. NppExec v0.2 RC2
    3. Spell Checker v1.3.1
    4. Quick text v0.02
    5. Explorer plugin v1.6.1
    6. Hex editor v0.84
    7. Base64 encoder/decoder v1.2
    8. FTP_synchronize v0.9.6
    9. NppExport v0.2.5.0

    Don

     
    • Anonymous

      Anonymous - 2008-02-04

      Thanks much for NPP! I'm moving from the PC realm to Mac to cut my MS addiction, and wanted an alternative to the code editor I'd used on Windows thus far. I found NPP. After a week of self-teaching, NPP feels like an ol' friend! I look forward to using it on my new Mac next month! (PS NO OOXML)

       
    • DooGie

      DooGie - 2008-01-14

      Just keep them coming Don.
      I'm certain that none of us are bothered by the latest influx of builds.
      Just keep up the good work it's much appreciated.

       
    • Nobody/Anonymous

      No bother at all DonHo!  Thank you very much for all the hard work you put into this program!  Love it!!!

      P.S.  I use the bin (zip) version at work since it doesn't require an install and have issues with the "auto update".  I have it all setup correctly, but I keep getting an error that says "Could not resolve Proxy: [] Host not found" (the [] is a square character).  I have all my proxy info setup correctly and GUP 1.5 installed).  Any suggestions would be appreciated.

      Thanks again!

       
      • Don HO

        Don HO - 2008-01-15

        This bug is fixed in newest gup (v1.6).
        Check gup v1.6 here :
        https://sourceforge.net/project/showfiles.php?group_id=209723

        Please let me know if it works now.

        Don

         
        • Nobody/Anonymous

          Don,

          I tried GUP 1.6 and now I get the XML Exception error: "It's not a valid GUP.xml".  I put the <?xml version="1.0"?> at the top of the document (as it didn't like this being after the comment)... XML was failing to validate.  Even with this fixed, it still did not work.

           
    • Nobody/Anonymous

      Thanks for the release!

       
    • Nobody/Anonymous

      Appreciated!

       
    • Nobody/Anonymous

      Thank you Don for all your hard work.

       
    • Nobody/Anonymous

      auto update available yet?

       
      • Don HO

        Don HO - 2008-01-15

        Coming soon.
        If there's no regression found in this release, I'll make updater url point to this release (in a couple of days).

        Don

         
    • wraithdu

      wraithdu - 2008-01-15

      I'm curious, what was the installer bug?  I had a problem with the install freezing on the stylers.model.xml file on 2 computers back in version 4.7.3 (I posted about it).  I used the zip package for 4.7.4.  I tried the installer again for this version, and it works!  So, what was the bug / what was changed?

       
      • Don HO

        Don HO - 2008-01-15

        It was the nppcm.dll (Explorer Context Menu module) overwritting problem in installer.

        Don

         
    • Nobody/Anonymous

      Well, I am bothered by the spam in my inbox, to the extent that I came here to post.  What's up with that?

       
    • Trpplayer79

      Trpplayer79 - 2008-01-15

      Don,

      Keep up the good work.
      why do you keep the plugin NppExport v0.2.5.0 in stead of version v0.2.6.0?

      Trpplayer79

       
      • Don HO

        Don HO - 2008-01-15

        NppExport v0.2.6 will be included in v4.8 if it's bug free.

        Don

         
    • Nobody/Anonymous

      Tiny bubbles!

       
    • Nobody/Anonymous

      Keep up the good work Don. I will do the same ;)

      Jens

       
    • Nobody/Anonymous

      > Due to the installer problem

      Just one reason I use the ZIP release :)

      Bob

       
    • Nobody/Anonymous

      Thank you!!!!
      do not forget to update the website home page, it still claims 4.7.4 is the latest :)

       
    • LMS_RampagE

      LMS_RampagE - 2008-01-16

      Thank you Don for the best text editor ever made!!!
      P.S.
      I'm using Notepad++v4.6 (WinXP SP2), usually in semi-transparent full screen mode (F11). After an upgrade with v4.7.5, I've found that there is problem with switching windows (Alt+Tab) in Full Screen Mode - they just stay in the background. And I tried to make a new tab via double-clicking with the mouse in Full Screen Mode but without success :(. Everything seems to be fine in regular mode though... I've switched back to v4.6 (4 now ;))

       
      • Don HO

        Don HO - 2008-01-16

        I tested v4.7.5 under xp sp2 with full screen mode feature, the Ctrl+Tab to switch documents works fine for me.

        > they just stay in the background

        How do you know that if they were in the background? A screenshot may be helpful.

        Don

         
        • Nobody/Anonymous

          You means other Windows windows ;).
          N++ is set to topmost in fullscreen, but it seems that's not needed.
          Don, if you want you can add SWP_NOZORDER in all the ::SetWindowPos in fullscreenToggle() so N++ doesnt become topmost. Like
          ::SetWindowPos(_hSelf, HWND_TOPMOST, fullscreenArea.left, fullscreenArea.top, fullscreenArea.right, fullscreenArea.bottom, SWP_NOZORDER);
          It'll ignore HWND_TOPMOST then.

          -Harry

           
          • Don HO

            Don HO - 2008-01-16

            Oups, I misunderstood.
            Then it'll be fixed in the next release.

            Don

             
    • LMS_RampagE

      LMS_RampagE - 2008-01-16

      I'm sorry for the confusion about "windows". Yes i meant other "Windows" windows. Seems Harry got my problem, though :). Npp is topmost I realize that now :). But I still can't open a new tab via double-click in the tab area of npp. Ctrl+N works fine for me though, even in Full Screen Mode so that's not so big problem :)
      P.S.
      Don, when you see the shot I've made, you'll find out how I know that the windows are in the background (behind npp). Thank You again for the great editor (luv ya npp :-|\)
      http://picbg.net/u/7266/4270/82291.png

       
1 2 > >> (Page 1 of 2)
MongoDB Logo MongoDB