• F... N++ because..

    4
    0 Votes
    4 Posts
    2k Views
    PeterJonesP

    Wine changes all the Win32 API calls to Linux-compatible calls. You either have to do that translation of calls after-the-fact (like Wine does: it captures those function calls, and translates it), or you have to do it in the original source code (ie, translating the source code to use some method compatible with both Windows and Linux), which would require a complete rewrite, because as @Alan-Kilborn says, NPP is written “from the ground up to only support Windows” – ie, using Win32 API.

    It’s not impossible to do; it’s just impossible to do without a complete rewrite (at which point, some would argue it ceases to be Notepad++, even if it is 100% feature-compatible).

  • So I'm not usually one for F-ck Notepad++ but...

    4
    5 Votes
    4 Posts
    2k Views
    Chun Kit WongC

    I am very happy to use v7.8.1. I think it is much more meaningful than any bug fixed. Programming is very important for me but not all of my life. There are something’s else meaningful in the world. @donho, well done!

  • Why can't you stop?

    4
    -1 Votes
    4 Posts
    2k Views
    Alan KilbornA

    @PeterJones

    Ha. Maybe I’m just “poking the bear”? I think I replied so fast I didn’t note the category.

  • FUCK YOU AND YOUR TEMP FILES MANAGEMENT

    27
    0 Votes
    27 Posts
    17k Views
    pnedevP

    Try using Recuva to restore your lost data. You can read here:
    https://superuser.com/questions/377904/recover-file-corrupted-due-to-power-cut-off

  • I get garbage characters randomly when using macros with notepad++ 32bit

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Imdjs FX247I

    I have a lot of macros that include Unicode, so I have to restart notepad++ several times to use macros correctly.
    This error has been with notepad++ 32bit since the first day I used it, have been for 6 years…
    npp.gif

  • 1 Votes
    5 Posts
    2k Views
    kicKORhIT-16384-needSYDneyK

    Thanks for the positive reaction.
    Well, currently this is what I did:

    vented to Sourceforge(in the form of email)-yes, at least the Sourceforge people told me that they’ll look into it, but it’s very likely that it’s an automated response. could not vent to South Korean government site:
    as always, each government agencies deny their responsibility in this situation. nobody seems to take care of the problem.
    (just an update for whom interested in this problem)
  • Boy or Girl?

    Locked
    13
    0 Votes
    13 Posts
    6k Views
    GubithG

    If you need some, I heard the movie theater has kids for 5 bucks, adults for 10.

  • Sticky NPP to all Virtual Desktops by default

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Meta ChuhM

    @Alan-Kilborn
    nooooooooooooooo … ;-)

  • Let's hate on the forums!

    12
    2 Votes
    12 Posts
    4k Views
    Alan KilbornA

    @Jacktose

    Maybe it’s only you that has those types of problems. I’ve never seen anything like that. But…the forum software isn’t under Notepad++ developer’s control, so complaints about it here are, well, not all that is useful. It is something called NodeBB I think; perhaps they have their own issues list and support forum.

  • how to avoid CRLF on the ending code: go to view

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied