• -4 Votes
    8 Posts
    825 Views
    Helder MagalhãesH

    @webforpcnet seen similar issues before, also with other tools. Thing is accessing network drives (and even external plugged drives) triggers security and caching tools such as anti-virus, status utilities such as TortoiseGit, etc.

    A separate check needs to be done using another crawler, such as a simple script dumping the file contents. Paste something like the following in cmd.exe:

    @echo off rem Position in the target base directory pushd \\NAS\shared\code\ rem Iterate through all files in the subtree, assume all files, "*.*" for /R %i in (*.*) do ( echo Dumping '%i' rem Force reading file contents (but don't output them!), same as Notepad++ would type "%i" >nul ) popd

    (I’m assuming the \ special character sequence got escaped in the report.)
    If the speed is substantially better than Notepad++ then it might mean there’s a problem (this quick/dirty check cannot assess for any whitelisting or heuristics in the environment).

  • XML - insert rows without nesting

    4
    1 Votes
    4 Posts
    316 Views
    PeterJonesP

    @Rich said in XML - insert rows without nesting:

    I was missing a single “/”

    I hate being bit by something so small but dangerous. :-)

    If you don’t already have it, XML Tools plugin can help with XML syntax check: it can be automatic or on-demand. (If you are using XML>10Mb, you might not want to automatically do the syntax and validation checks; you can turn on/off those options in the XML Tools menu). But I think it might have helped you find that problem.

    Thanks for help!

    Glad to help.

  • Are there n++ plugin that sort of behave like a spreadsheet ?

    2
    0 Votes
    2 Posts
    132 Views
    CoisesC

    @shodanx2:

    Take a look at the documentation for Columns++ and see if it will work for you.

    One of my goals when I wrote it was to never have to open a spreadsheet program again. (I hate them with a passion.)

    It won’t draw the table lines as in your examples; instead, it depends on using tabs to separate columns. The Elastic tabstops option makes tabs adjust to the width of the column content.

    You can do various column-oriented operations, such as sorting, searching, aligning left, right or numeric, and creating new columns based on calculations from other columns.

    You can install Columns++ from Plugins Admin.

  • How to open documents in different windows?

    3
    1 Votes
    3 Posts
    440 Views
    G

    @PeterJones said in How to open documents in different windows?:

    Settings > Preferences > Multi-Instance and Date > ☑ Always in multi-instance mode – every time you use Windows Explorer to double-click on a file (or similar) to open it with Notepad++, it will go in a new instance. (This will not change the behavior of File > Open inside Notepad++, which always opens in a new tab, not a new instance.)

    Thanks for the answer.
    Everything works.
    Issue resolved.
    Notepad++ is my favorite text editor.

    Special thanks to you for the clarification about the publication of posts and for additional information on the topic of the question.

  • Networking problem

    4
    0 Votes
    4 Posts
    483 Views
    xomxX

    @TBugReporter

    Sounds like the bug I fixed for the v8.7.5, so try to update to any N++ v8.7.5+ (ideally to the latest, as of now v8.8.5)

  • Notepad++ won't launch with internet offline

    2
    0 Votes
    2 Posts
    200 Views
    Mark OlsonM

    @kilson69
    Notepad++ does not normally need internet to function, so this is probably due to a plugin or an unusual installation.

    I would recommend that you share your debug info (?->Debug Info... from the main menu) and hopefully a forum regular will be able to use that information to give you more informed guidance.

  • Unattended install not actually executing from a PowerShell script

    2
    0 Votes
    2 Posts
    248 Views
    PeterJonesP

    @Steven-Young_ivanti said in Unattended install not actually executing from a PowerShell script:

    The script line I’m using is fairly straight forward:

    But opens questions, for me.

    C:\Install\npp_setup.exe

    What is this npp_setup.exe? Where did you get it? Is it a renamed copy of the official installer, or some repackaged installer?

    /S ALLUSERS=TRUE

    /S is a valid installer option on the official installer, to enable silent installation; but from anything I’ve ever heard, and searching the repo for ALLUSERS, the option ALLUSERS=TRUE is not understood by the official installer, AFAICT.

    It’s going to be hard for anyone here to help you if you’re starting from some random unknown installer or trying to use options that don’t exist. You might need to give a bit more information.

    The developer doesn’t support unofficial installers, and unless one of the regulars has happened to have heard of / used it, it’s not likely any regulars will be able to help you in the forum, either.

  • Ability to turn off indent guideline?

    3
    1 Votes
    3 Posts
    180 Views
    T

    @PeterJones Thank you so much!! 💙

  • Problema con la incorporación de texto

    2
    0 Votes
    2 Posts
    182 Views
    PeterJonesP

    @Laura-Pla ,

    If I have a long piece of text in Word and I try to add it to Notepad, it all comes out with strange characters. Is there a possible format that Notepad accepts, so I can format it later, or do I have to retype the entire text?

    This forum is about the application Notepad++, not Microsoft’s notepad.exe app that automatically comes with Windows. If you are asking about the Microsoft app, we cannot help you. But I will continue my response assuming you meant “Notepad++”

    If you copy text from inside MS Word and paste it in Notepad++ , it will properly paste the text. If you open the .docx Word file in Notepad++, then you will see a bunch of weird symbols like ETX and DC4 and NUL , and you cannot copy and paste that and expect that it will be “normal text” – our FAQ explains why it doesn’t work to open a .docx file in a text editor like Notepad++ (short version: because .docx is a binary format, not a text format).

    If this isn’t enough of an answer for you, you will need to provide more details, including the ?-menu’s Debug Info and the exact steps you are taking to copy from Word to Notepad++. Screenshots could also help us diagnose your problem.

  • PythonScript regex error, but not as NPP regex

    4
    0 Votes
    4 Posts
    195 Views
    M Andre Z EckenrodeM

    @Ekopalypse

    Thanks much. My bad for even bringing it up, actually, since I already had back in 2021 and was advised about the lambda workaround at that time. Forgot about that.

  • Autoformating of HTML comments - how to turn off ?!

    4
    0 Votes
    4 Posts
    174 Views
    PeterJonesP

    it was Consolas!

    Weird. I have never been able to get Consolas to give ligatures.

    but here is the weird thing - i changed Consolas to JetBrainsMono (love the IntelijIDEA font xD).
    It stopped auto-converting!

    That’s truly weird, because JetBrains Mono has ligatures. JetBrains Mono NL is the version that doesn’t have ligatures (the NL literally means no-ligatures, as far as my research uncovered)

    Now, reverting to Consolar…it no longer changes it !

    Glad you got it to a state you like it. (However, I would actually recommend that you try to get used to the ligatures: those fonts were designed to be monospace even with the ligatures, so it helps your brain parse what you’re reading much easier, even more than just syntax highlighting alone. At first, I was opposed to the ligatures, but I forced myself to try the experiment for a week, and found when I tried to go back that I missed the ligatures. So now Fira Code is my go-to monospace font.)

  • 0 Votes
    4 Posts
    236 Views
    David FoxD

    @PeterJones said

    mybrowser.exe file:///E:/dwgs/Json/OSM_tag_history/index.html?$(CURRENT_WORD)

    This was the solution. upvote.

  • Macro does not record my Run action

    17
    0 Votes
    17 Posts
    992 Views
  • AutoComplete XML Problem

    3
    1 Votes
    3 Posts
    228 Views
    S

    @PeterJones said in AutoComplete XML Problem:

    Thus, it does not see the # at the beginning as being part of a “word” when trying to auto-complete.

    I thought something like that might be the case but there was always a possibility of user error!

    You’d have to do #PB instead of #P before it would pop up
    Use Settings > Preferences > Delimiter’s

    By default the PureBasic IDE doesn’t show autocomplete before 3 characters anyway so I can’t see an issue there personally, but there’s a workaround for anyone who just can’t live with that.

    I am updating the wording of the user manual:

    Thank you for your amazing response! That’s just what I’m looking for.

  • Need some help on comparing text files.

    2
    0 Votes
    2 Posts
    124 Views
    Mark OlsonM

    @tlt1970s
    The ComparePlus plugin is your best bet for this sort of task.
    I highly recommend this plugin for all Notepad++ users. I regard it as almost essential.

  • Opening files with Notepad++ is very long (more than 30 seconds)

    2
    0 Votes
    2 Posts
    157 Views
    Alan KilbornA

    @Bernard-Jouffrey

    Antivirus software in use?

  • How to replace two separate lines.

    Moved
    7
    0 Votes
    7 Posts
    370 Views
    ?

    :) you are not lucky, eh?

    It looks like the reason it works for me is that I’m using the LF EOL, not CR LF as typical in Windows.

    Cheers

    P.S. @Brent-Ficker if you’re not familiar at all with regex, the “Extended” mode setting would work for this particular problem too, to gently introduce you to such things.

  • Disable menu activation for a shortcut not working for english.xml

    5
    0 Votes
    5 Posts
    194 Views
    jabcreationsJ

    @PeterJones

    I had to reinstall to get the English Customizable file installed (C:\Notepad++\localization\english_customizable.xml). I made some recommended changes (name="Exit&°"), changed to English and then back to English Customizable and tested it and it did not exit as desired; thanks!

  • Search characters if exist in any order with no spaces?

    Locked
    5
    0 Votes
    5 Posts
    308 Views
    PeterJonesP

    Moderator Note: Please do not delete posts after the conversation has happened. It removes context.

    (Moderator restored deleted posts; topic being locked, because it appears the original poster is no longer interested, since the posts were deleted)

  • Unable to see Data in the Notepad++

    28
    0 Votes
    28 Posts
    12k Views
    NebojshaN

    @xomx said in Unable to see Data in the Notepad++:

    I’d like to ask the affected users here, for which switching the DirectWrite OFF helped - what OS, graphics card and version of its drivers are they using?

    E.g. post: Windows 10, Nvidia GeForce xyz, 2/24/2023 30.0.14.7430

    (you can find such info e.g. by WinKey+R, type there devmgmt.msc -> OK, and check the Display Adapters > doubleclick on an adapter > Driver tab)

    Win 11, VMware SVGA 3D, 4/28/2023, 9.17.6.3
    Win 11, Microsoft Remote Display Adapter, 6/21/2006 10.0.26100.4484

    Accessing a VMware virtual machine via Remote Desktop Connection (RDP)