• file extensions

    3
    0 Votes
    3 Posts
    8k Views
    Michael VincentM

    @Harry-Nelson

    Worth noting N++ behavior is now just like all other Windows applications. It’ll add the extension of recognized file types but otherwise you need to do as @PeterJones suggests. I much prefer it this way … predictable and like other Windows applications.

    Cheers.

  • Distance between grids

    14
    0 Votes
    14 Posts
    961 Views
    FranciscoF

    @PeterJones FIND = (?-is)^.+~\h*(?=\d+km) I hope I got it right in the reply, Peter just this command resolves to, thank you very much. GL

  • Thank you

    1
    0 Votes
    1 Posts
    120 Views
    No one has replied
  • Jagged text, align column

    7
    0 Votes
    7 Posts
    2k Views
    guy038G

    Hi @daniel-lysk, @michael-vincent, @ekopalyse and All,

    An other useful little trick :

    Let’s imagine that our previous table has the size file values left justified, as below :

    ACP5191 *PGM CBLLE 5120000 RELEASEID: ITI 19.045.004 06/12/15 14:12 ADS0130 *PGM CBLLE 3137536 VERSION 9.0.1 02/20/17 14:00 ADS0910 *PGM CBLLE 18124800 VERSION 10.1.5 02/11/20 00:38 GUY0000 *PGM CBLLE 123456789 RELEASEID: ITI 3.020.074 08/15/17 10:30

    Now, in order to get the same values right justified, move the caret right before the left-justified numbers and note its column number C, in the status bar. Then, use the number C-1 in the regex S/R, below :

    SEARCH ^.{42}\K(\d+)(\x20+)(?=\x20)

    REPLACE \2\1

    Click on the Replace All button

    And… voila ! Even, if you have 1,000,000 records, it would have been the same !

    ACP5191 *PGM CBLLE 5120000 RELEASEID: ITI 19.045.004 06/12/15 14:12 ADS0130 *PGM CBLLE 3137536 VERSION 9.0.1 02/20/17 14:00 ADS0910 *PGM CBLLE 18124800 VERSION 10.1.5 02/11/20 00:38 GUY0000 *PGM CBLLE 123456789 RELEASEID: ITI 3.020.074 08/15/17 10:30

    Note that the regex S/R, below, does the opposite. It left-justifies the size files. So you get, again, the original file !

    SEARCH ^.{42}\K(\x20+)(\d+)(?=\x20)

    REPLACE \2\1

    Cheers,

    guy038

  • Working with multiple tabs is difficult in NP++

    12
    1 Votes
    12 Posts
    2k Views
    R JR

    Here’s a new feature request ticket
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8568

    It turns out this has been requested several times before dating back to 2016. Interestingly, @donho (I think he’s one of the devs?) stated in an old ticket https://github.com/notepad-plus-plus/notepad-plus-plus/pull/2243 that this was already implemented, and the ticket was closed. I don’t know if this was supposed to be implemented back then and got removed for some reason (or he made a mistake?), but there have been more tickets since then requesting the same thing.

  • Notepad++ on Linux?

    21
    1 Votes
    21 Posts
    28k Views
    dailD

    @Guus-Ellenkamp

    Notepad++ is developed using the Win32 api and is solely dependent on it. A native Linux version would require a nearly complete rewrite of the application…and you’d have to be crazy to want to do that.

  • Notepad++ doesn't notify any more of changes on other open files

    5
    0 Votes
    5 Posts
    3k Views
    ggo98G

    @Alan-Kilborn

    May be you are not so wrong after all, and the key word in the manual is could be “periodically”, which is not very precise.
    What does it mean exactly? (did not find what is the delay between 2 checks, neither where it can be configured)

    Best regards.
    Olivier.

  • EOL conversion and macros

    2
    0 Votes
    2 Posts
    166 Views
    Alan KilbornA

    @Globalcom-Santo

    What makes you think that it isn’t macro-recordable?

  • autosave (backup) new not working for me

    2
    0 Votes
    2 Posts
    182 Views
    Alan KilbornA

    @Jon-Peterson

    Verify this setting:

    91a58413-6402-4be6-b085-4b34d97fa988-image.png

  • My 2 cents about Notepad++ (i really2 love notepad++)

    3
    0 Votes
    3 Posts
    302 Views
    andrecool-68A

    @Haqim-Zuhari said in My 2 cents about Notepad++ (i really2 love notepad++):

    Change this icon from workspace to a better one or remove it

    This topic has already been asked by me, and the author of Notepad ++ does not want to delete these curved icons))

  • Npp 7.8.8 and Windows notepad show my file differently

    3
    0 Votes
    3 Posts
    263 Views
    Момчил БожиновМ

    That was extensive. Thank you. For real.

    Now, turns out Npp was right and notepad and github are wrong.
    That’s what I get for copy and pasting code from random sites.

    Glad it was sorted. Saves me a bunch of time.

  • Forced Extension

    3
    0 Votes
    3 Posts
    286 Views
    PeterJonesP

    @Frank-Posa ,

    Since v7.8.7, even the new-style applies an extension based on the selected file type in the save/save-as dialog. If you type no extension, it will take the first extension from the Save as type box:
    d4585943-5e2b-4801-9c57-a82459467aef-image.png

    Knowing that typing your own extension (like blah.ext) will override the auto-extension, I tried a trick of typing blah. to try to convince it to use an empty extension: as shown in the screenshot above, it still appended .txt to the filename, making it blah..txt, which isn’t what I wanted. However, if you then change Save as type to All types (*.*), and don’t type an extension, it will save the file with no extension.
    bd742425-f9dc-495f-b454-321fa4f5af73-image.png
    It’s a little extra work, but that will enable you to save a file with no extension. (Alternately, change your workflow slightly: create the file in Windows Explorer with no extension, then right click and open-with Notepad++ or drag the file into the open Notepad++.)

    Unfortunately, we’re finding that no matter how the save-options are defined, someone will think that NPP has done it completely wrong and not given the option they want.

  • Notepad++ funciona en linux?

    3
    0 Votes
    3 Posts
    433 Views
    EkopalypseE

    @Sebastián-Orias-Sender said in Notepad++ funciona en linux?:

    Hola tengo como sistema operativo Ubuntu y cuando pruebo notepad++ me dice el siguiente mensaje:
    No se puede encontrar la aplicación en su sistema
    Me pueden ayudar?

    Debes instalar Notepad++. Si estás usando un Ubuntu relativamente reciente, lo harás a través de Snap.

    You must install Notepad++. If you are using a relatively recent Ubuntu, you will do this via Snap.

  • 0 Votes
    4 Posts
    978 Views
    EkopalypseE

    @Hassan-Iqbal

    the second part sounds like a feature request.

  • Plugin Manager missing

    2
    0 Votes
    2 Posts
    527 Views
    EkopalypseE

    @SlamJammington

    My first guess is that you use notepad++ from the windows store, could this be? If so, this is NOT the official application which is available from here.

    If this is not the case, may I ask you to explain in detail what you are doing? Step by step so that one can replicate what is happening.

    In addition, please post the debug-info from the ? menu.

  • Issues while saving a file

    2
    0 Votes
    2 Posts
    466 Views
    Alan KilbornA

    @Best-Sellers

    Your steps don’t really “repro” all that well.

    Click on New

    What does this mean?
    Toolbar button for new document?:

    cf4d7b55-b723-4bfe-a740-99b251424448-image.png

    That is the only thing on the UI (without doing more actions that you haven’t described) that would give a “New” behavior.

    Right Click on the new sheet and click on Save As

    If I right click on the new “sheet” I get no option to Save As:

    69ad2e1c-ebd7-4c9e-afbc-eee4a554c0c1-image.png

    However, if I right-click on the tab of the sheet (but you didn’t say that, so I’m confused) I get that option:

    f595a5ab-6a35-45bc-8a03-b67b73aa768c-image.png

    But choosing it I get no crash, I get:

    2cbbb86d-c36d-470a-a5c4-f9bfc4a48c6f-image.png

    And then continuing on to save the file I still get no crash, thus to:

    Observe that Notepad++ app crashes.

    I say “I can’t reproduce”.

    I’m doing all this on N++ 7.8.8.
    Does it make sense that you should have also told us what version you are using?

    At this point I have to point you HERE.

  • Replace All in All Opened Documents if used in a macro

    3
    0 Votes
    3 Posts
    192 Views
    Stefan PecenS

    @PeterJones Sorry, I hit the link and … sorry again.

  • Notepad x64 with Wine on Mac works but newer versions getting errors

    2
    0 Votes
    2 Posts
    374 Views
    Russel OlingerR

    And if Notepad x64 7.0 (npp.7.bin.x64) is the only version that will work, maybe someone can show me how to enable the Plugin Manager so I can load a few basic plugins - its not listed in the PLUGINS section.

  • I want you to enhance the search function and the copy function.

    7
    0 Votes
    7 Posts
    327 Views
    Alan KilbornA

    @雑雑

    If you are going to follow the advice given, you should create one issue per suggestion item. No one will take you seriously if you jumble a bunch of stuff together in one issue.

    Also, I’ve read over your list of suggestions. As a long-time user of Notepad++ (so I think I have somewhat of a grasp of its design), I don’t see a lot of value there (sorry).

    Here are some additional comments:

    While launching two windows, I want the search tool to switch to the search for the active window.

    Not reasonable. You are talking about multiple instances of Notepad++. The design is to allow this, but in an independent (and limited) way.

    Please add “▲first hit” and “▲last hit” to the search tool.

    Presume the second up arrow should be a down. This is easily achieved by using Find All in Current Document and looking at (and/or jumping to) the first and last line of the results.

    This is a convenient feature that is implemented in other text editors. (screenshot)

    Can’t tell if this is another request for first/last hit, or next/previous hit. If next/previous, then menu items and hotkeys F3/Shift+F3 already exist for it.

    When the search window is active, you must click the editor window once to activate it in order to overwrite the file (Ctrl + s).

    Yes. Do you understand the concept of “input focus”? The keys that work when the editor window has focus do not (in general) work when other windows have focus.

    Immediately after startup, you cannot create an empty file with “Ctrl + S”.

    This is a fairly common “complaint” and it isn’t a big issue. I mean, you’re going to put data in fairly soon, right? If you have to save it like right now immediately, type one character and then you’ll be able to save.

    It would be nice to have a shortcut key to reload the file.

    The default is Ctrl+r which is pretty clear from the File menu.

  • 0 Votes
    2 Posts
    162 Views
    EkopalypseE

    @Андрей-Максимов

    File->Restore recent closed file (CTRL+SHIFT+T) maybe this can help?