• The best way to boycott NP++ is to use another better Text Editor: CudaText

    21
    -1 評價
    21 貼文
    10k 瀏覽
    hycmosH

    well, It seems I can post again.
    Thank the freedom.

    So Now, I show you a wonderful function in CudaText.
    after study CudaText some days, I write my first plugin for the Cudatext.

    [Share My Idea] Plugin to get alt+C function same as NP++:
    function: column mode to insert increasing leading number at everyline (Same as Notepad++)

    you can find menu Plugins–> Make Plugin Click it Plugname=MyaltC,module name=MyaltC,items=MyaltC>run Click “OK” At line 27, find “def run(self)” replace all of def run(self) with: def run(self): cnt = ed.get_carets() altCnum=dlg_input_ex(4, 'Number be inserted', 'start' , text1="0", label2="Step by", text2="1", label3="Leading Char", text3="",label4="Following Char", text4="") if altCnum==None:return() i=0 for a_cnt in cnt: altCtxt=int(altCnum[0])+i*int(altCnum[1]) altCtxt=altCnum[2]+str(altCtxt)+altCnum[3] a_caret=a_cnt[0] if a_cnt[0]>a_cnt[2]: a_caret=a_cnt[2] ed.insert(a_caret, a_cnt[1], altCtxt) i=i+1

    only 15 lines!!!
    could not believe!!!

    Now restart CudaText. you can find new menu in “Plugins–>MyaltC”, even you can assign a hotkey ‘alt+C’ to this. get the Alt-C function same as many editor :D :D
    Thank too the Cudatext’s power python API,
    this function is more powerful than NP++'s Alt+C. This can add the following char.

    It is so easy to implement this function in Cudatext. more powerful! So easy!
    ByNP1.png

  • F... N++ because..

    4
    0 評價
    4 貼文
    2k 瀏覽
    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 評價
    4 貼文
    2k 瀏覽
    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 評價
    4 貼文
    2k 瀏覽
    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 評價
    27 貼文
    18k 瀏覽
    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

    已鎖定
    2
    0 評價
    2 貼文
    2k 瀏覽
    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

  • WHY SoUrCeFoRgE for plugins(yeah, it isn't reasonable to rant, but just venting)

    已鎖定
    5
    1 評價
    5 貼文
    3k 瀏覽
    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?

    已鎖定
    13
    0 評價
    13 貼文
    6k 瀏覽
    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

    已鎖定
    3
    0 評價
    3 貼文
    2k 瀏覽
    Meta ChuhM

    @Alan-Kilborn
    nooooooooooooooo … ;-)

  • Let's hate on the forums!

    12
    2 評價
    12 貼文
    5k 瀏覽
    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

    已鎖定
    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆