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

      0110001001101001011101000010000001110110011100110010000001100010011110010111010001100101

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      2 Votes
      3 Posts
      1k Views
      Mark OlsonM

      @mkupper said in 0110001001101001011101000010000001110110011100110010000001100010011110010111010001100101:

      is there a way to do it in one shot within Notepad++.

      Yes, but only if you count running a pure python PythonScript script with no editor/notepad functions

    • ThosRTannerT

      An old rhyme about computers

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      6 Votes
      1 Posts
      793 Views
      No one has replied
    • zeta orionisZ

      notepad#

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      750 Views
      rdipardoR

      Believe it or not, “NotepadSharp” is the name of a (very obsolete) plugin with a long list of features, many of them now replaced by N++'s built-in capabilities.

    • donhoD

      Daily WTF

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      4 Votes
      8 Posts
      2k Views
      ThosRTannerT

      While looking at the win32 xml APIs, I found https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms762722(v=vs.85)

      Specifically the C API here:

      HRESULT load( VARIANT xmlSource, VARIANT_BOOL *isSuccessful);

      where

      Parameters xmlSource[in] An indicator of the source XML to parse. This may be an URL (String/BSTR), a Request object (in an ASP page), an IStream, SAFEARRAY of bytes (VT_ARRAY|VT_UI1), a DOMDocument object, or any object that supports IStream, ISequentialStream, or IPersistStream. See Remarks for more information. isSuccessful[out, retval] True if the load succeeded; False if the load failed. Return Values S_OK The value returned if successful. S_FALSE The value returned if the load fails. E_INVALIDARG The value returned if the isSuccessful parameter is Null.

      So you have to pass a pointer to a bool to hold more or less the same information as the return value of the function, and if you pass a null pointer, you get your hand spanked…

    • donhoD

      A programmer is walking along a beach and finds a LAMP...

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      9 Votes
      1 Posts
      671 Views
      No one has replied
    • donhoD

      ^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      4 Votes
      1 Posts
      1k Views
      No one has replied
    • donhoD

      New Folder (3)

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      8 Votes
      4 Posts
      1k Views
      TBugReporterT

      @mkupper said in New Folder (3):

      Is this the one starring @donho?

      Yes, and I believe he actually sings in this one!

    • donhoD

      Coding vs debugging

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      8 Votes
      1 Posts
      451 Views
      No one has replied
    • donhoD

      Always read terms and conditions

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      6 Votes
      2 Posts
      800 Views
      Lycan ThropeL

      @donho ,
      That is standard language for the Windows OS license also, by the way.
      :-)

    • donhoD

      A research about coffee

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      6 Votes
      1 Posts
      518 Views
      No one has replied
    • Alan KilbornA

      Can you change that 8==D around, cause now it's a d!ck

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      1 Votes
      5 Posts
      772 Views
      Lycan ThropeL

      @donho ,
      LOL.
      I was thinking it would look more like this. :-)

      NotepadXXX.png

    • donhoD

      PBKAC (even with no Keyboard)

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      7 Votes
      2 Posts
      485 Views
      Alan KilbornA

      @donho

      The above would have been a perfect direct reply to THIS?

      Summary:

      User is searching for sign User very clearly has Match whole word only checkmarked Find Next doesn’t hit on text RequestSigningCertificate User complains that “find is broken” (at least user had Match case unchecked, or we’d have had a double-level brokenness report)
    • EkopalypseE

      To crash or not to crash ... this is the plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      6 Votes
      1 Posts
      493 Views
      No one has replied
    • donhoD

      It's not a bug, it's a feature

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      4 Votes
      5 Posts
      864 Views
      Lycan ThropeL

      @donho ,
      Your wish is my command, oh great poobah. :)

      https://www.etsy.com/listing/239105146/funny-coffee-cup-humorous-mug-nobodys

      Enjoy, and Happy Holidays. :)

      Edit: As they may be out of stock, using the SearchSiteThatKnowsAll, here is another one

      https://www.ebay.com/itm/Italian-Mug-Las-Vegas-NV-Novelty-Mug-w-inside-handle-/151122461334

      …not a bad price either, though depending on the shipping price being legit to France. :)

    • zeta orionisZ

      semicolons

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      682 Views
      No one has replied
    • lollilolL

      add "/downloads/latest/" as url on the website

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      PeterJonesP

      @lollilol

      fdf5d986-58a6-4eae-8ff3-e14283946387-image.png

      I’d think that huge button on the front page of the website would be sufficient for anyone to find the most recent download.

      And if your actual desire is to automate the finding of the most recent version of Notepad++, there are two options.

      You can replicate the behavior of Notepad++'s built-in updater, which uses the file c:\program files\notepad++\updater\gup.xml, which has the <InfoUrl>https://notepad-plus-plus.org/update/getDownloadUrl.php</InfoUrl> which points the updater to https://notepad-plus-plus.org/update/getDownloadUrl.php, which has the location tag which tells you what the most recent version to auto-trigger update.

      If that’s not sufficient for you, Notepad++ uses GitHub, and as with all GitHub projects, GitHub provides a redirect from https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest to the release/tag for the latest release. So https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest will always take you to the latest release. (And if you don’t know how to make your download-automation library handle simple redirects, you need to read the documentation for that library, because it’s usually just a single option toggle on any such library worth its salt.)

    • donhoD

      I hope it doesn't happen to Notepad++ users...

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      8 Votes
      1 Posts
      584 Views
      No one has replied
    • donhoD

      Like a pointer

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      7 Votes
      4 Posts
      1k Views
      BoozyB

      I love you sister. I jump for your love. (https://www.youtube.com/watch?v=uyTVyCp7xrw) … just pointer … sisters

    • benphoneB

      NEED HELP GETTING THIS TO A BASH CODE

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      489 Views
      Alan KilbornA

      Please refrain from replying to this, as it is off-topic. And what makes it worse is that OP knows that it is off-topic and asked it anyway.

    • Nicholas JamesN

      A Classic!

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      3 Votes
      1 Posts
      763 Views
      No one has replied
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors