• Notepad++ 7.5.5 release

    Locked release
    48
    9 Votes
    48 Posts
    93k Views
    ArkadiuszMichalskiA
    @donho Please fix this regression: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4313
  • Notepad++ 7.5.3 release

    Locked notepad++ 7.5.3
    51
    2 Votes
    51 Posts
    92k Views
    Cheryl Morse-StephensonC
    Holy Moly, you have absolutely saved me!!! Adobe Bridge is so STUPID that every time you upgrade all keywords are blown away! Each image that I have has the keywords in the exif data but the list of keywords is gone. So since I’ve slept since creating these I forget just exactly how I have things organized. With EXIFTOOL (executed at the command level (DOS)) I can get the keywords and with Notepad++ I can add them into the xml file. There are probably many other more exciting things to do with Notepad++ but I love it for this simple use. THANK YOU THANK YOU THANK YOU!
  • Notepad++ 7.5.2 release

    Locked
    29
    1 Votes
    29 Posts
    70k Views
    EnderDragonEPE
    I got an Exception message says Access violation. I’ve tried installing the older version, version number 7.5, Didn’t get this exception message. Here is the Screenshot By the way, 7.5.3 the new updated didn’t fix this issues
  • Just another ordinary release - 7.5.1

    Locked
    48
    3 Votes
    48 Posts
    104k Views
    klerbexK
    (I accidentally wrote that the user should be able to “disable” local conf mode, but I meant enforce! Couldn’t edit. Sorry about the confusion.)
  • Notepad++ 7.4.2 release

    Locked
    46
    1 Votes
    46 Posts
    97k Views
    Michael McGuireM
    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. [image: npp-7.4.2-bug.jpg]
  • Notepad++ 7.4.1 release

    Locked
    39
    2 Votes
    39 Posts
    71k Views
    AngryGamerA
    @Parpaluck209 Notepad++ is an open source project. You could always code up the feature and get it added through a Pull Request. hint hint
  • Notepad++ v7.4 released

    Locked
    41
    0 Votes
    41 Posts
    69k Views
    Boris UskovB
    Salut, @donho! The issue with hungin npp on large files preview is successfully fixed in the Notepad++ 7.4.1. Thanks!
  • v7.3.3 - Fix CIA Hacking Notepad++ issue

    Locked
    53
    3 Votes
    53 Posts
    136k Views
    Vedran VukV
    Rearranging tabs doesn’t work. Can’t drag them to reorder.
  • New Release 7.3.2

    Locked
    17
    0 Votes
    17 Posts
    30k Views
    miaXcovaM
    @miaXcova Please disregard and delete my above post. I reinstalled 7.3.2 and can no longer duplicate the above issue I poorly demonstrated. Apologies - was probably something to do with settings.
  • To Don, all the contributors and all the Notepad++ community

    3
    6 Votes
    3 Posts
    6k Views
    donhoD
    @guy038 Thank you. Merry Xmas & Happy new year to you Guy! And to Notepad++ Community!!
  • Notepad++ v7.3.1

    Locked release
    19
    1 Votes
    19 Posts
    29k Views
    C
    @Artur-Hareson This is the expected behavior.
  • Notepad++ v7.3 release

    Locked
    23
    0 Votes
    23 Posts
    48k Views
    Juan Manuel PedrosaJ
    @Claudia-Frank nope…it was an update
  • Notepad++ v7.2.2 released

    Locked
    39
    0 Votes
    39 Posts
    73k Views
    Thierry GrandjeanT
    After installation 7.3 version, the problem is over. I don’t know why. Thanks for you help
  • Notepad++ v7.2.1 released

    Locked notepad++ v7.2
    10
    0 Votes
    10 Posts
    16k Views
    sroeS
    @donho 7.2.2 does not help. I post some Details at 7.2.2 thread.
  • Notepad++ v7.2 released

    Locked
    17
    4 Votes
    17 Posts
    25k Views
    Joe DawesJ
    @Scott-Sumner I don’t know how to check if I’m in that mode. It’s not listed in my installed plugins. Here’s a data sample: |.|xxxx |#xxx |HENDERSON |NV|89074|0000|…|…|…| I installed an old version so this is no longer an issue for me.
  • Notepad++ v7.1 released

    Locked
    33
    3 Votes
    33 Posts
    60k Views
    Osvaldo AlencarO
    @Scott-Sumner Scott, you are rigth. I really noticed this “new” way for renaming a file. Even so, thanks for you attention.
  • Notepad++ 7 Release Candidate

    Locked
    30
    5 Votes
    30 Posts
    65k Views
    P
    Thanks @Claudia-Frank . BR, Pavel
  • Notepad++ 6.8.8 released

    Locked
    35
    0 Votes
    35 Posts
    116k Views
    guy038G
    Hi Scoot and All, Scott, sorry for this late reply ! So, I’ve just did a test, again, with the last N++ version ( v6.9.2 ) with the simple following macro, which searches for the exact case of the article the, in all the opened files, of your current N++ session : <Macro name="Test" Ctrl="no" Alt="no" Shift="no" Key="0"> <Action type="3" message="1700" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1601" wParam="0" lParam="0" sParam="the" /> <Action type="3" message="1625" wParam="0" lParam="0" sParam="" /> <Action type="3" message="1702" wParam="0" lParam="2" sParam="" /> <Action type="3" message="1701" wParam="0" lParam="1636" sParam="" /> </Macro> This macro is automatically inserted in the <Macros> node : The first line, defines the name of the macro and its possible shortcut The second line initializes the search process The third line defines the string to search : the word the The 4th line selects the search mode : the digit 0, in lParam, meaning normal search The 5th line defines the search options : the digit 2 means Match case The final 6th line defines the search type : the number 1636 stands for a search in all opened documents Refer to the link below, for further information : http://docs.notepad-plus-plus.org/index.php/Editing_Configuration_Files#Search_.2F_Replace_encoding Remark : The action of the flag value 512, when message = “1702”, is wrong ! The correct action is Search goes downwards :-)) So, if you run this form of the macro Test, you get the right result : the Find result panel, with all the occurrences found in all the files opened Unfortunately, if you create a macro, in order to search in current document only, or if you change the number 1636 with the number 1641( flag value for search in current document ), in the shortcuts.xml file, with an OTHER editor than N++, when any instance of N++ is closed, the Find result panel does NOT opened, as it should, when running the macro :-((( This bug is still there ! As a work-around, if numerous files are opened, in your session, you may : Close most of them, not concerned with the search Perform the above macro, which searches on all opened files Click, on the menu option File - Opened All Recent Files Best Regards guy038 P.S. : Oh, I forget to tell you that my technical configuration is, simply, a Windows XP SP3 system, on a NEC Versa M350 laptop :-((
  • 6.9 - A little fun interrupted by a period.

    Locked
    38
    1 Votes
    38 Posts
    114k Views
    CC007C
    Folder as workspace is a great improvement. One thing to make it even better is to allow for the option to collapse folders that only contain a sub-folder. This would very useful for java programmers, since their package names (and thus underlying folder structure) contains many nested folders. This is also true for scala and any other language that uses nested packages/namespaces
  • Notepad++ v6.9.1 is out there

    Locked
    39
    0 Votes
    39 Posts
    100k Views
    Thomas GrimaudT
    When I try to use the Column Editor with the Number to Insert feature, it crashes all the time. For info, I’m under windows 10.