• Adding commas

    Locked
    3
    0 Votes
    3 Posts
    18k Views
    Zhana RisleyZ

    You are my new ‘Rock Star!’ That worked exactly like i needed it to!!! Thanks a million!

  • remove a word in a block

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    Pouemes44P

    i think that i shall read the regex links before to try python :-)
    still thanks guy, your way to copy a block was really great for me

  • Help with strange highlight

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • The problem of adding Notepad++ to the list of default programs...

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Иван ЯщерицынИ

    (EN)
    Problem solved…
    In the settings menu added default program
    (RU)
    Проблемма решена…
    В меню настроек добавил программы по умолчанию

  • Open Files as Read Only

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How would i combine Every 3 Lines together?

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    Aaron MCA

    Thank you man it worked! You came clutch for me. :)

  • Question about Macros

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    MaxsteinfeldM

    Hi Claudia,
    that works perfect !! many thx :-)
    feedback: if you make changes before running the modified macro
    npp asks if the changes should be saved.
    best regards
    Bernd

  • Combine Doc Switch and Function list

    7
    1 Votes
    7 Posts
    4k Views
    Matt HallM

    Does anyone know if something like this exists yet? Can’t Imagine I’m the only one missing this functionality!

  • How do I restore a html file?

    Locked
    1
    0 Votes
    1 Posts
    934 Views
    No one has replied
  • Delete near duplicate rows

    Locked
    1
    0 Votes
    1 Posts
    947 Views
    No one has replied
  • Blending out code sections and scroll 2 docs at the same time

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Michael SteinM

    Hi Scott, thanks for your answer, but unfortunately this does not help, because the lines are very long and to be able to fully see them I need to have automatic line break enabled. The translated german lines are even longer than the english ones. So a line in english that is wrapped into 3 lines sometimes goes to 4 lines in the german version. So the more I scroll down, the more difference I have. For example when I scoll the german version down to line 1200, the other text is still at line 950. What I need is to have the same line in both texts side by side.

  • CSS+HTML+JS+PHP code style/color

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to let jsx file highlight in notepad++ ?

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Line operations in several files simultaneously

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • XAML support?

    7
    0 Votes
    7 Posts
    6k Views
    Robert PR

    Posted. Thanks! :)

    I didn’t realize the enhancement was over at github.

    Sorry about that :-\

  • Multiple Saving UTF-8 From Ansi

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Michele-Iddas

    A possible solution might look like this.

    Cheers
    Claudia

  • 1 Votes
    6 Posts
    4k Views
    Pouemes44P

    hello Nabodita

    can you paste here some word that you have to undrstand

  • 0 Votes
    2 Posts
    1k Views
    PeterJonesP

    Your method will mostly work as long as you’ve got Settings > Preferences > Backup correctly enabled, and you have a short enough backup time. If you want to make sure it’s got enough time to register the changes in the file, add a sleep($time) before the check, where $time matches your NPP backup interval.

    I would probably add a test for existence of the backup file, not just it being listed in session.xml. (I just ran an experiment, and a minute after my most recent save, when the backup file was gone, session.xml still listed the backup file). I would also use -M to check the modified-time of both the original and the backup, since I found outdated “backups” in my backup directory that were months out of date (probably remained open after a reboot or crash).

    Also, if you find that the file hasn’t been saved yet, you could also use Win32::OLE or Win32::GuiTest to force NPP to save the file, if you wanted, instead of just pestering yourself with a message box. But that’s up to you.

    PS: Perl is not an acronym: “Perl” is the language, “perl” is the executable/interpreter, “PERL” is a backronym.

  • Shortcut key or toolbar button to quickly toggle Document List Panel?

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    MAPJe71M

    Plugins - LuaScript - Edit Startup Script.

  • Notepad++ hangs when coverting line endings

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    asman2000A

    I checked and on my machine your example file hang Notepad++. But when I started cut your file to smaller one then I figured out that operation just take some “huge” time to convert EOL. On my machine conversion of 16000 lines took about 5 seconds. So you have about 1 000 000 lines so it will takes much more

    I converted this file to UNIX (LF) successfully with other text editor without any “hangs”