• 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

  • Doesn't ask to reload, when inactive tab-file changed

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    Sun W KimS

    I think he is stating the inactive tab prompts to reload.

    @Der-Skythe there is a “Update silently” feature. Did you try that?

  • Type quote results in doubles

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Cyril GanchevC

    Check Preferences | Auto-Completion | Auto-Insert.

  • Plugin Manager still using SourceForge?

    2
    1 Votes
    2 Posts
    4k Views
    Dave BrotherstoneD

    Yes, there are plans. And some action too :)

    Hosting the plugins is up to the individual authors, and since the 1.3 version of PM, github etc can all be used without any issue.

    The current work is going into rehosting the XML list - whilst this is a tiny file (currently about 50kb), it’s downloaded a lot. Like, a serious lot.
    It results in about 800GB of traffic per month. I’m going to be doing some work in PM itself to try and reduce that, but that might take some time (security is hard, and needs to be done carefully). Prior to that, I’m going to be moving the hosting from SF to a cloudflare CDN, which should hopefully take the brunt of the traffic, and then I’m in talks with a potential sponsor for the rest of it. Yes, that means there’ll be a logo in PM, but it will just be a static logo, and I think we can live with that.

    I’m also working on making the updates more regular, via an automatic system. This will actually increase the bandwidth requirements, but hopefully with the other improvements, we should stay steady.

    Thanks for bearing with us whilst I get this all organised.

    Cheers
    Dave

  • Lost my file on System restart

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Disable font smoothing option? (v6.7.9.2 and onwards)

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    jonandrJ

    See, in particular, my reply from 7 days ago in the above thread.

  • Shortcuts!

    10
    1 Votes
    10 Posts
    14k Views
    cmeriauxC

    Hy Guy,
    You’are completely true. Disabling plugins (with folder rename or with n++ start option -noPlugin) involve the loose of plugin shortcut configuration.
    Thanks to my GitHub PullRequest (https://github.com/notepad-plus-plus/notepad-plus-plus/pull/70), this problem will disappear.

  • Find in Files and still working

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Will there be np++ for mac ?

    3
    0 Votes
    3 Posts
    5k Views
    Tayfun SusamciogluT

    The only program I feel the lack on Mac OS.

  • I can't choose Korean fonts in v6.7.9.x

    5
    0 Votes
    5 Posts
    4k Views
    notemeinyoureyesN

    me too, plz fix

  • Show Verticle Edge in wrong position

    3
    0 Votes
    3 Posts
    5k Views
    guy038G

    Hello Tbimbra,

    I’ve never noticed this fact, because I usually work with the default Courrier New font

    First of all, just have a look to my old post, on SourceForce forums, about the differences between the monospaced fonts and the other fonts, at the address below :

    https://sourceforge.net/p/notepad-plus/discussion/331753/thread/5c8c669b/#2143

    Now, let’s create, in a new tab of N++, a small text file, with the eight lines, below :

    iiiii IIIII wwwww WWWWW 123456789012345678901234567890123456789012345678901234567890123456789012 1 2 3 4 5 6 7 ------------------------------------------------------------------------------------------

    Notice that the seventh line contains exactly 72 spaces (\x20)

    Then, supposing that you previously choose 72 columns, in vertical edge settings, of the Settings - Preferences - Editing panel :

    First, select these 72 spaces, at the seventh line of the new tab

    Open the Style Configurator ( Settings - Style Configurator… )

    Choose the language Global Styles

    Choose the style Default style

    Select, on the right, the Font name field

    Use the Up and Down arrow keys, to change the current font

    => You’ll easily notice that :

    The vertical edge line is between columns 72 and 73, ONLY IF the current font is a monospaced font

    The physical width of the selection change, for all fonts, monospaced font or not

    So, we can deduce that, in vertical edge settings, the number represents, rather, the number of spaces of the current font than the number of physical columns.

    In addition, don’t forget that the physical width of a space is generally smaller than letters or digits, for NON monospaced fonts !

    Here are two pictures with the Courrier New and the Lucida fonts

    With Courrier New

    With Lucida Sans
    Best Regards,

    guy038

    P.S. :

    BTW, could someone be so kind to tell me how to attach images, stored in my computer, to a NodeBB post ? As you can see, the two links With Courrier New and With Lucida Sans don’t work at all, infortunately :-(((

    I currently use Firefox v38.0.5, on a Win XP SP3 computer

  • FindinFiles

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    NoitidartN

    This is a great idea because sometimes searches can take awhile.

  • 64-bit Notepad++, will this be possible anytime soon?

    Locked
    2
    0 Votes
    2 Posts
    5k Views