• Login
Community
  • Login
  1. Home
  2. General Discussion
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • B

    Error Code2 ShellExecute-ERROR

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Jul 19, 2020, 6:40 PM
    Nov 8, 2018, 2:26 AM
    0 Votes
    6 Posts
    5k Views
    E Jul 19, 2020, 6:40 PM

    @Ahmed-Mujtaba said in Error Code2 ShellExecute-ERROR:

    I get This error every Time.

    You haven’t said whether you tested what @Meta-Chuh posted earlier
    or if it is related to what the OP asked for? Can you post your debug-info from ? menu?

  • H

    file extensions

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 18, 2020, 8:50 PM
    Jul 18, 2020, 4:44 PM
    0 Votes
    3 Posts
    9k Views
    M Jul 18, 2020, 8:50 PM

    @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.

  • F

    Distance between grids

    Watching Ignoring Scheduled Pinned Locked Moved
    14 Jul 18, 2020, 8:07 PM
    Jul 16, 2020, 8:35 PM
    0 Votes
    14 Posts
    1k Views
    F Jul 18, 2020, 8:07 PM

    @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

  • H

    Thank you

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jul 18, 2020, 5:02 PM
    Jul 18, 2020, 5:02 PM
    0 Votes
    1 Posts
    127 Views
    No one has replied
  • D

    Jagged text, align column

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Jul 16, 2020, 11:58 PM
    Jul 16, 2020, 4:38 PM
    0 Votes
    7 Posts
    2k Views
    G Jul 16, 2020, 11:58 PM

    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

  • R

    Working with multiple tabs is difficult in NP++

    Watching Ignoring Scheduled Pinned Locked Moved
    12 Jul 16, 2020, 12:46 PM
    Jul 15, 2020, 10:24 AM
    1 Votes
    12 Posts
    2k Views
    R Jul 16, 2020, 12:46 PM

    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.

  • R

    Notepad++ on Linux?

    Watching Ignoring Scheduled Pinned Locked Moved
    21 Jul 15, 2020, 4:57 PM
    Apr 26, 2017, 5:32 PM
    1 Votes
    21 Posts
    28k Views
    D Jul 15, 2020, 4:57 PM

    @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.

  • M

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

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jul 13, 2020, 12:09 PM
    Sep 4, 2019, 4:30 PM
    0 Votes
    5 Posts
    3k Views
    G Jul 13, 2020, 12:09 PM

    @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.

  • G

    EOL conversion and macros

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 13, 2020, 12:05 PM
    Jul 13, 2020, 11:50 AM
    0 Votes
    2 Posts
    173 Views
    A Jul 13, 2020, 12:05 PM

    @Globalcom-Santo

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

  • J

    autosave (backup) new not working for me

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 12, 2020, 11:49 AM
    Jul 12, 2020, 10:41 AM
    0 Votes
    2 Posts
    193 Views
    A Jul 12, 2020, 11:49 AM

    @Jon-Peterson

    Verify this setting:

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

  • Haqim ZuhariH

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

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 11, 2020, 7:30 PM
    Jul 9, 2020, 9:00 AM
    0 Votes
    3 Posts
    394 Views
    andrecool-68A Jul 11, 2020, 7:30 PM

    @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

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 10, 2020, 6:48 PM
    Jul 10, 2020, 4:57 PM
    0 Votes
    3 Posts
    290 Views
    Момчил БожиновМ Jul 10, 2020, 6:48 PM

    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.

  • Frank PosaF

    Forced Extension

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 10, 2020, 6:03 PM
    Jul 10, 2020, 5:47 PM
    0 Votes
    3 Posts
    305 Views
    PeterJonesP Jul 10, 2020, 6:03 PM

    @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.

  • Sebastián Orias SenderS

    Notepad++ funciona en linux?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 10, 2020, 12:18 PM
    Jul 8, 2020, 10:04 AM
    0 Votes
    3 Posts
    450 Views
    E Jul 10, 2020, 12:18 PM

    @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.

  • Hassan IqbalH

    Why does Notepad++ allow opening two windows but not synchronize between them?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Jul 10, 2020, 12:04 PM
    Jun 23, 2020, 11:11 PM
    0 Votes
    4 Posts
    1k Views
    E Jul 10, 2020, 12:04 PM

    @Hassan-Iqbal

    the second part sounds like a feature request.

  • SlamJammingtonS

    Plugin Manager missing

    Watching Ignoring Scheduled Pinned Locked Moved plugin-admin
    2 Jul 10, 2020, 12:01 PM
    Jul 8, 2020, 4:12 PM
    0 Votes
    2 Posts
    538 Views
    E Jul 10, 2020, 12:01 PM

    @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.

  • Best SellersB

    Issues while saving a file

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 9, 2020, 5:44 PM
    Jul 9, 2020, 5:13 PM
    0 Votes
    2 Posts
    479 Views
    A Jul 9, 2020, 5:44 PM

    @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.

  • Stefan PecenS

    Replace All in All Opened Documents if used in a macro

    Watching Ignoring Scheduled Pinned Locked Moved feature request
    3 Jul 8, 2020, 3:33 PM
    Jul 8, 2020, 1:00 PM
    0 Votes
    3 Posts
    200 Views
    Stefan PecenS Jul 8, 2020, 3:33 PM

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

  • Russel OlingerR

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

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 7, 2020, 11:35 PM
    Jul 7, 2020, 9:28 PM
    0 Votes
    2 Posts
    383 Views
    Russel OlingerR Jul 7, 2020, 11:35 PM

    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.

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Jul 7, 2020, 1:45 PM
    Jul 6, 2020, 8:54 AM
    0 Votes
    7 Posts
    344 Views
    A Jul 7, 2020, 1:45 PM

    @雑雑

    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.

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors