• Artifact?

    9
    0 Votes
    9 Posts
    518 Views
    Alan KilbornA

    It appears that an official issue has been created here:
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15080

  • Merging two tags into one in XML

    4
    1 Votes
    4 Posts
    389 Views
    Дмитрий ПрокопьевД

    Thank you very much, it helped a lot!

  • 0 Votes
    3 Posts
    331 Views
    CletosC

    OK, very sorry for the wrong code, just habit. Many thanks for correcting!

    That is how it works, as long as you have clicked on the Document List panel.

    OK, yes, just clicking an item in the list and pressing any key does not work (that’s what I tried).

    But if you click on the Document List title, it will change to a highlighted title bar, like:
    Maybe such a mouse over hover field, don’t know the name, saying this would be good. Is there a shortcut which could do what that mouse click does?

    Many thanks, also for updating the help.

  • Space bug

    6
    1 Votes
    6 Posts
    629 Views
    M

    I’ve tried to differents options (global styles, directwrite, update plugins,…) but it does not work. Finally I have had a clean install and work it!

    I don’t know why, because other than plugins, I don’t remember touching any option

    Thank you all

  • Everything is underlined

    2
    0 Votes
    2 Posts
    204 Views
    Charles BillowC

    I just uninstalled and started over, and all seems OK now…

  • Multiple save as - how to?

    2
    0 Votes
    2 Posts
    233 Views
    Mark OlsonM

    @Steve-Carlsson
    I could recommend how to do this with plugins, but I won’t, because this is fundamentally not a task for Notepad++.

    I would recommend learning PowerShell or Python, to name just two of the many tools that can accomplish this for you. Of course, if you only need to rename 10-20 files once, you could probably do this by hand in less time than it would take you to write a script.

    If you choose to go that route, StackOverflow and Google would be your best friends, not this forum, because this forum is really only for discussing how to do things with Notepad++.

  • Notepad++ cannot open SRT

    7
    0 Votes
    7 Posts
    1k Views
    lon from appletonL

    @PeterJones

    Thanks for the reply. All things to consider.

  • Bug regport - Style all of token

    2
    0 Votes
    2 Posts
    177 Views
    Alan KilbornA

    @Lin-Pepsi

    Maybe try this setup:

    ec91d739-9d0c-4a47-8fbf-d996cd2ee823-image.png

  • column editor with negative numbers

    6
    0 Votes
    6 Posts
    535 Views
    Alan KilbornA

    @Alus said in column editor with negative numbers:

    when he reverses the numbers, he also reverses the unselected text.
    I had to build the numbers in an empty area

    You did not have to do this if you would have done Peter’s step 2.

  • Computer freezes if you open several files at once

    2
    0 Votes
    2 Posts
    369 Views
    PeterJonesP

    @Dexter ,

    It works fine for me. It might be something specific to your setup.

    You should share your ?-menu’s Debug Info, which might indicate something strange, or at least show if you have a lot of plugins.

    Debugging techniques:

    You might also try to only pick a subset of the files (maybe doing 4 or 5 of the 6 shown, in various groupings) to determine if it’s one specific file that’s causing it, or if it’s just any time you pick a handful of files and open at the same time, it does this.

    If you do have plugins, you could see if disabling them fixes it. You can either rename one or more of the directories in the c:\program files\notepad++\plugins directory to disable them one-at-a-time, or just rename the whole plugins directory to disable all plugins at once. Also, if you know how to change the “Edit with Notepad++” action in your registry using regedit.exe, you could add the command-line option -noPlugin to the right-click action, and see if that speeds it up. If disabling one or more plugins fixes it, then the plugins are your culprit.

    If that’s not enough, and you can edit your registry, then trying the -loadingTime command-line argument in your right-click action might show you where the time is going.

    Double-checking before posting : I had forgotten the “Edit with Notepad++” was provided by NppShell.dll, so you cannot add a command-line argument to it; sorry. However, if you have registry access, you can still try some experiments: go to HKEY_CURRENT_USER\SOFTWARE\Classes\* and go into the Shell key if it exists (or create it if it doesn’t). Add a new key NppExperiment under Shell, and set the (Default) inside Shell to Open With Notepad++ Experiment. Create command key under NppExperiment. In the command key, set the (Default) to "C:\Program Files\Notepad++\notepad++.exe" -noPlugin -loadingTime "%1" . Once that’s all done, your right click menu (or, if you’re in Win 11, you might have to use Alt+F10 or whatever its shortcut is today for the hidden old-style menu) and select the “Open With Notepad++ Experiment” when multiple files are selected, and see if it’s better (because of -noPlugin) or gives more info (because of -loadingTime)

    (Both of those command-line options are described in the User Manual at https://npp-user-manual.org/docs/command-prompt/)

  • Error when trying to "check for updates"

    3
    0 Votes
    3 Posts
    415 Views
    Murray Sobol 1M

    You can close this issue, I agree that it was probably a “timing” issue.

  • How to stop "Line Copy without selection" behavior ?

    3
    0 Votes
    3 Posts
    403 Views
    M

    @PeterJones Thank you very much Peter, spot on
    BR
    Mike

  • [ToolBar] Color Icons for Notepad++

    3
    4 Votes
    3 Posts
    785 Views
    Manu elM

    Hello @guy038!
    Thank you for the point, I have updated the link, unfortunately it won’t let me edit the original post after 4 hours.

    I leave here the new link with the correction: https://bit.ly/3QbqkXU

  • Run Notepad++ As Administrator?

    9
    0 Votes
    9 Posts
    11k Views
    PeterJonesP

    @mkupper said in Run Notepad++ As Administrator?:

    Thus, you first need to exit or close Notepad++ and then run Notepad++ as Administrator.

    Alternatively, you can have the shortcut that enables Admin privileges also run with the -nosession -multiInst command-line options, so that you can run a standalone admin-Notepad++ without closing any existing normal Notepad++ instances.

  • Compare 2 files using Command Line (CMD)

    6
    0 Votes
    6 Posts
    4k Views
    Nando LopezN

    Thanks! @Ekopalypse now it works properly!

  • Highlight All Braces

    2
    0 Votes
    2 Posts
    214 Views
    Lycan ThropeL

    @Barry-Margolius ,
    You can start by reading the Notepad++ User Manual in particular the User Defined Language section.
    Afteward, if you have any questions you can ask again, but do try first yourself.

    Also read the manual as you may be able to change global settings to do the same thing.

  • File Content Vanishing?

    18
    1 Votes
    18 Posts
    3k Views
    donhoD

    @Steve-Valliere
    Were you using “SaveAsAdmin” plugin?

  • POLL: File grouping in Search-results -- what kind do YOU want?

    13
    4 Votes
    13 Posts
    915 Views
    Alan KilbornA

    @PeterJones said in POLL: File grouping in Search-results -- what kind do YOU want?:

    So if you’ve looked at this thread 6 times, that counts as 6 separate “views”, even though you’re only one “viewer”. (For example, I was both view 196 and view 198 by going somewhere else then coming back to this page.)

    Hmm, this doesn’t seem to be my experience. It is sitting on 198 and no matter what I do to try and increase it, it stays on 198.

  • [feature request] Folder as Workspace

    3
    0 Votes
    3 Posts
    480 Views
    deleeleeD

    @PeterJones said in [feature request] Folder as Workspace:

    We cannot do anything about Feature Requests here except talk about them. For more, see “FAQ: Feature Request” per this ancient issue, it used to be completely unsorted; then he sorted by name within the directory, but it didn’t work for everyone, and the developer indicated here that doing such sorts in a hiearchical display like FaW is difficult, so I doubt much more will happen. If you want to explore, you can see what happened in the other “Folder As Workspace + sort” results of searching existing issues Right click in the empty space at the bottom of the Folder as Workspace panel, choose Add. This is documented in the User Manual. Also, see this feature request to add an icon to add/remove a folder to FaW panel Interesting. I don’t know that anyone has ever asked for that before. It might be worth at least trying to request it officially (see item 0)

    Thanks again, Peter.

    Apologies, I completely forgot about that.

    Those articles seem to be referring to sorting of files within folders. I would like to be able to sort the folders when multiple folders are added to the workspace.

    I am so sorry I missed that. I thought I had tried right-clicking empty space but, obviously, I didn’t.

    I didn’t think it would be a common request. I shall consider opening a feature request on GitHub.

  • Is there a plugin for "Save as"?

    8
    0 Votes
    8 Posts
    1k Views
    John PollardJ

    @PeterJones said:

    The error you showed indicates that what you actually
    typed had a space between the n and f if config

    I can guess what happened now.

    I used Copy/Paste rather then keying the entire path myself. But my selection of text to Copy must have stopped after the n in config - but I never noticed it.