• TextFX Plugin Completely Missing

    Locked
    12
    0 Votes
    12 Posts
    29k Views
    Glen FordG

    I found the same issue with NP++ 64 bit. TextFX, which I use a lot, is not available on 64 bit.
    My solution was to go back to the 32 bit version which still has TextFX in the admin list as an available addon.

  • Python lexer for matrix multiply operator

    Locked
    4
    2 Votes
    4 Posts
    700 Views
    Meta ChuhM

    @Alan-Kilborn

    from what i’ve found out so far, this @ prefix highlighting as decorator “would” be fixed since scintilla 3.7.3.
    but notepad++ uses a scintilla base version 3.5.6. with custom modifications.

  • Problemas al desencriptar un archivo encriptado con plugin NppCrypt

    Locked
    7
    0 Votes
    7 Posts
    1k Views
    Meta ChuhM

    ps: loool … like triplets simultaneously saying the same 😂

  • 7.6.6 no longer notifies when several open files need to be reloaded

    Locked
    5
    0 Votes
    5 Posts
    820 Views
    John KallaJ

    Makes total sense! I’m glad it’s an option!

  • Notepad++ 7.6 and the plugin TextFX ?

    31
    0 Votes
    31 Posts
    55k Views
    David LeighD

    The folder solution helped me and also for the “RunMe” plugin. It had also disappeared and after creating its folder and putting the dll in it, it reappeared! Thank you!

  • UDL > Delimiters > (EOL Space Operator)

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    EkopalypseE

    :-D LOL

  • Notepad++ Failed to Start after Windows 10 Updates (Ninite)

    13
    2 Votes
    13 Posts
    7k Views
    Galahan_G

    The hdd format fixed the issue.

  • Changing default directory

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    padreP

    Thanks. I seem to have it working now.

  • How to find two or more non-consecutive tabs in a line?

    21
    1 Votes
    21 Posts
    4k Views
    guy038G

    Hi, @glossar, @alan-kilborn, @meta-chuh, @peterjones and All,

    Fundamentally, the new Alan’s solution and mine give the same right results, i.e. to match any non-empty line which does not contain a tabulation character !

    By the way, we, both, forget to add the leading in-line-modifier (?-s) to be sure that, even you previously ticked the . matches newline option, the regex engine will suppose that any . char does match a single standard character, only !

    So, our two solutions should be :

    Alan : (?-s)^((?!\t).)+$

    Guy : (?-s)(?!.*\t)^.+

    However, note that the logic, underlying these 2 regular expressions, is a bit different :

    In the Alan’s regex, from beginning of line ( ^ ), the regex engine matches for one or more standard characters, till the end of line ( $ ), ONLY IF each standard character encountered is not a tabulation character, due to the negative look-ahead (?!\t), located right before the . regex character

    In the Guy’s regex, the regex engine matches for all the standard characters of a line, ( ^.+ ), ONLY IF ( implicitly at beginning of line ) it cannot find a tabulation character further on, at any position of current line, due to the negative look-ahead (?!.*\t)

    I did a test with a file of 2,500,000 lines, half of which contained 1 tabulation character and, clearly, the Alan’s version is faster ! ( 2 mn 15 s for Alan instead of 5mn for my version )

    BR

    guy038

  • Notepad++ no longer reliable!

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    Alan KilbornA

    @gstavi said:

    Notepad++ is a BAD tool for notes

    Wha…? I think N++ is a GREAT tool for taking notes… :)

    @Meta-Chuh said:

    sounds like the tape of a banking help-line

    Please know that your call is important to us…please stay on the line…(45 seconds pass)…Please know that your call is important to us…please stay on the line…(45 seconds pass)…Please know that your call is important to us…please stay on the line…(45 seconds pass)…Please know that your call is important to us…please stay on the line…(45 seconds pass)…Please know that your call is important to us…please stay on the line…(45 seconds pass)…

  • 0 Votes
    9 Posts
    2k Views
    Meta ChuhM

    @guy038

    you are absolutely correct.

    this happened due to posting inline code in between ` characters.
    please press edit on my post and you will see three spaces instead of one when copying the line.

    good to know that we must avoid inline coding when posting more than one whitespace, thanks for making me have a look at that 👍
    (maybe this happened in the past as well to others, and was the reason why users could not achieve the same, verified results as we do, making us wonder why)

    apparently this is a limitation of nodebb not rendering nbsp’s on the canvas when using inline span of code highlighting.

    original sample code:

    before: abc123ABC123+#*123 123 after: ab12AB12+#12 12

    ps: my apologies, from now on i will re-copy-paste from a post back to notepad++ to verify a successful, reproducible experience for the op.

  • Problem with COBOL program

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    Meta ChuhM

    @PaoloRicardo

    It seems to have been an isolated incident.

    eventually bookmark this topic if you continue using notepad++ for cobol, so if it ever happens again, you can quickly crosscheck with the portable version from above and peter’s information.

    best regards

  • Strikethrough feature

    Locked
    5
    0 Votes
    5 Posts
    28k Views
    EkopalypseE

    @Chris-Overland

    in addition you could use the builtin UDL feature to define a user define language like
    for example such a simple one
    Define an unique file extension and every time you open such a file it tries to color it.

  • Jumplist empty after upgrade from 7.6.3 to 7.6.5

    Locked
    12
    0 Votes
    12 Posts
    4k Views
    Sverre TS

    Thx a lot for your advise and useful and to the point helpful descriptions.

    Of course the easy strategy is to stick to current 7.6.3 32 bit forever (which works fine). But I believe this upgrade/jumplist problem is due to the mentioned win7/win10 recent upgrade. For example, I was not able to install the jumplist plugin, I could not upgrade another (no errors displayed), I also tried the
    ? -> upgrade

    menu option. But nothing happened. So I can live with creating the jumplist from scratch - the reported problem however did not show any recent files from taskbar icon and hence could not pin any files at all using the windows built in.

    I will try the following

    Uninstall current 7.6.3 Reinstall the x64 most recent one Try the plugin manager to see if it works Adapt the config that suits my need.

    If I’m not happy I once again revert using win restore… I am pretty dependent on this component of windows and text files are an important file src

  • Lang File Import Fails

    13
    2 Votes
    13 Posts
    4k Views
    nation of gandhisN

    @Ekopalypse Looks good now (no just pops when npp LOADS or… did) don’t know what happened. I did not do a thing ;)

  • Add a brower to launch file.html

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP

    @Daniele-Medda, Welcome to the Community Forums,

    I wrote a post back in February, at https://notepad-plus-plus.org/community/topic/17160/latest-version-browser-export/2, which explains how to edit the shortcuts.xml to add browsers in the Run menu (or re-enable browsers after EU-FOSSA changes hide them from the Run menu).

  • 0 Votes
    7 Posts
    1k Views
    EkopalypseE

    @Vasile-Caraus

    depends on how you installed npp and which version you use.
    At the end you need to delete either a folder, within plugins directory,
    which is called DSpellCheck or if you use an older version the file DSpellCheck.dll.
    Under Config directory you may delete the Hunspell folder and the DSpellCheck.ini as well.
    If you uncertain where those folders are, post your debug-info from ? menu.

  • Highlight modified text

    38
    0 Votes
    38 Posts
    20k Views
    EkopalypseE

    I haven’t thought about the old post and that it might generate trouble, therefore, better
    just leave it as it is and don’t worry about it anymore.

    Thx for all insights and tips. :-)

  • Search is broken

    Locked
    4
    0 Votes
    4 Posts
    652 Views
    Meta ChuhM

    @wiesl

    Thnx. I’m not sure but it seems to me that also not all files are displayed in the search result. Also a known bug?

    not that i currently know of, at least nothing reported here or at the notepad++ issue tracker.

  • Suggestion of improvement

    Locked
    3
    0 Votes
    3 Posts
    732 Views
    ChromusMasterC

    Ex.: /* the program complete with */