• "Close all BUT this" Bug

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Undoing a cursor move

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    David BaileyD

    Thanks for that - it seems to work fine!

    David

  • as Transpose list (como Transponer listado)

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    guy038G

    Hi Scoot,

    Yeah, you’re right. In addition, if you previously did a selection, only the selected lines are joined :)

    But just consider that the way to always solve things, with regexes, is really my besetting sin !!

    Cheers,

    guy038

  • Cython Syntax Highlighting

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Better (and updated) native Powershell support

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • VBA (VB) language is gone in V6.7.9.2

    3
    0 Votes
    3 Posts
    18k Views
    RicardoR

    Unless you disabled it from “Preferences”-“Language Menu” it should be in letter V.

  • Regualr Expression Help

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Mike KovachM

    Worked perfectly, that you.

  • Language menu doesn't show INI but INNO

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    pnedevP

    Look for MS INI file in Languages menu.

  • Notepad++ 6.7.9.2 does not focus when I open a file

    Locked
    3
    1 Votes
    3 Posts
    8k Views
    David CourtneyD

    Thanks for the reply. There is a weird relation there it would seem. If I check that checkbox, then minimizing Notepad++ puts it into the system tray instead of the task bar. However, when I open a file from the file explorer with it in the sys tray, it brings Notepad++ to the forefront as I was use to. I was hoping checking and unchecking that would essentially reset something and fix the problem, but it didn’t. Once I unchecked it, minimizing puts Notepad++ back in the taskbar like usual, but then opening a file leaves it in the background. Thanks for the thought. I’ll keep digging. Maybe an uninstall/reinstall will fix it. (While also wiping out %appdata%/Roaming/Notepad++ )

  • Number of rows allowed??

    2
    0 Votes
    2 Posts
    11k Views
    glennfromiowaG

    I don’t believe there is a hard upper limit - I believe it’s dependent upon memory and other system resources. However, I have opened files with hundreds of thousands of lines with no problem.

  • Request about the Auto-indent feature

    5
    1 Votes
    5 Posts
    7k Views
    guy038G

    Hi Scott,

    Once again, you’re completely right. Although the two functions Insert Blank Line Above/Under Current came with a recent N++ version
    ( v6.4.4 ), I should have looked around the different N++'s features, before posting :-(

    Indeed, your solution behaves exactly like mine. So, my post was, therefore, useless !

    Cheers,

    guy038

  • Korn Shell Syntax Highlighting?

    Locked
    1
    0 Votes
    1 Posts
    7k Views
    No one has replied
  • Centre the cursor vertically after search etc.

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Reload modified files

    5
    0 Votes
    5 Posts
    6k Views
    David BaileyD

    Actually, most of the threads here are about enhancements or bugs of various sorts!

  • Not Responsive for seconds after Alt-Tab

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    Kevin DonnellyK

    Had a network drive file open - that may have been it. Thanks for the assist.

  • Hacer texto en forma al principio al ultma forma inversa

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Diego HernándezD

    Creo que una forma de hacer eso en Notepad++ es mediante expresiones regulares (RegEx).
    Ejemplo:
    Teniendo el siguiente texto:
    % Hola Hola

    Nota: Coloca un carácter especial al inicio del texto, en este caso es el ‘%’

    Dentro del cuadro de diálogo Reemplazar colocarías lo siguiente:
    Buscar: (%)(.*)(.)
    Reemplazar con: \3\1\2
    Habilitas la opción Expresión regular, repites la operación (reemplazar) hasta que el texto sea invertido completamente.

    Espero que sea de ayuda

    Estoy de acuerdo con @MAPJe71 , postearlo en inglés aumentará tus posibilidades de obtener más respuestas.

  • Software project gruoping and control.

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Is this program out of beta?

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    David BaileyD

    Clearly Notepad++ is long out of beta - unless you used a test version of some sort. While no software is completely bug free, my guess is that there is something else going on here.

    How big was your file - I am wondering if the save operation took an appreciable amount of time, and there was some sort of unfortunate interaction between NP++ and Filexilla.

    You really should use a backup system of some sort - but for now, possibly the hosting service for your website has backups that you could access.

    You might find something in:

    %AppData%/Notepad++/backup

    To resolve this problem, you clearly should experiment with a copy of your file. If you can reproduce the crash, you should disable any plugins and see if NP++ crashes.

    The strange thing to me is that NP++ clearly hadn’t crashed at the point when you saved your changes and went back to Filezilla - so why did it crash while you were using Filezilla?

    Did the crash message say anything useful?

    David