• Auto Complete List

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Matthew-Smith

    afaik, this isn’t possible.

    Cheers
    Claudia

  • Replace IP's in Firewall Config for DR

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @Donald-Hickman,

    I don’t know of an internal npp way to do this but if you can install python script plugin
    I assume we can find a solution doing it. If you want to go this way, please install python script
    plugin from the msi instead of using plugin manager.

    Cheers
    Claudia

  • change default save language as java

    9
    0 Votes
    9 Posts
    7k Views
    fade2grayF

    @dail Good call.

  • Some numbers are letters or symbols

    5
    0 Votes
    5 Posts
    6k Views
    TheBandit PlaysGamesT

    @Claudia-Frank

    Thank you everything is working fine now. I am not too sure what the original font was unfortunately, I think it began with a C but I’m not too sure. The least I could do for you helping me is to keep looking so if I find it I’ll let you know.

  • Insert time only as hh:mm:ss

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    Claudia FrankC

    @Ron-Shaw

    I would use python script plugin and code like

    import datetime editor.appendText(datetime.datetime.today().strftime("%H:%M:%S"))

    to solve this. If you want to install this plugin I would recommend to use
    msi
    instead of
    plugin manager

    Cheers
    Claudia

  • Interface font size

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @Romain-Michard

    as this isn’t possible from within npp you maybe want to use
    windows way to do it.
    Control Panel->Display and enlarge by using 150% or specify
    a custome value by using set custom text size (DPI)

    Cheers
    Claudia

  • Pretty Print (XML only - with line breaks) from DOS command line

    4
    0 Votes
    4 Posts
    7k Views
    Claudia FrankC

    @Nishant-Kansal

    I assume, when using nppexec and wget, that retrieved xml document is opened in npp.

    Add the following line to the nppexec call of wget

    npp_menucommand Plugins\XML Tools\Pretty print (XML only - with line breaks)

    this will call the pretty print of xml tools.

    Cheers
    Claudia

  • Lost text from saved file after win crash

    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC

    @Mário-Orlický

    he is refering to the windows backup functionality but if you didn’t setup one you won’t be able to restore an older version.

    just wondering if the content can be revived somehow if the warning message “failed to load config.xml” has been displayed.

    If file content has been already replaced, I don’t see any chance.

    Cheers
    Claudia

  • Exception WM_CREATE

    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC

    @David-Stephens

    still thinking that it might be related to the AVAST update.
    Could you try uninstall AVAST, reboot machine and restest?

    Cheers
    Claudia

  • Search multiple lines, and replace... with other multiple lines!

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    Julien MarchantJ

    Ok! Actually Patrick (thank you Patrick), gave me a great idea.

    I put all the new strings that I was going to substitute at the top of the JSON file.

    Then I ran a search of the “title”: string, and bookmarked each instance.

    Then I ran a macro that:

    Highlighted the first line of the document
    Copied the line.
    Deleted the line. (So the second one would jump up, and the data gets deleted as well)
    Press F2 (to jump to the bookmark)
    Highlight the line
    Paste the line
    Pressed CTRL + F2 (to unmark the line)
    Pressed CTRL + Home (to go back to the top of the file)

    Rinse and repeat!

    Thank you again Patrick for giving me this idea!

  • Notepad++ is opening file with wrong encode

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    It looks like in v6.8.1 some terminology got changed.

    UTF-8 without BOM became UTF-8 UTF-8 became UTF-8-BOM

    So most likely your files have the exact same encoding, just the old vs. new Notepad++ are using a different terminology.

    For reference see this commit.

  • Where to report a bug? Track position changes for Find In Files

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    I think this is a great feature suggestion. When I first started using N++ I noticed this and have just sort of indifferently lived with it since.

    Here’s a hint though…usually when this situation occurs you are making edits nearby your found pattern. If you start at the bottom of the file (last hit) and make your edits, then double-click on an earlier (closer to top) hit, you will find that the positioning is accurate (because your edits have not altered the position data for the earlier match). Just an idea; it works a lot for my type of edits like this.

  • Change .ext on files to email

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    AvianographerA

    You can do this with Windows PowerShell.

    $files = Get-ChildItem | where {$_.Extension -eq ".ext"} foreach ($file in $files) { $filenew = $file.Name.Replace(".ext", ".eml") Rename-Item $file $filenew }

    Just change the extensions to match what you want. Try it in a test folder first so you don’t mess up all of your files if it doesn’t do exactly what you want.

  • The Blinky Bar

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    fade2grayF

    It seems you may have unwittingly pressed the Insert key and put the editor in overwrite mode rather that insert mode. Try pressing the Insert key again to see if that solves your problem.

  • Macro that copies selected lines from one file to another

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Minor Notepad++ 6.8.8 bug(?)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 'Find' dialog - default configuration?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    I think this is another great feature request regarding the Find feature. And, sadly, no, I don’t believe the state can be discovered programmatically (for instance, using the Pythonscript plugin).

  • Prevent autocomplete from selecting its text

    3
    0 Votes
    3 Posts
    2k Views
    Alex TaddiaA

    Hi, sorry I took so long to reply. I forgot I posted this. :P

    My NP++ version is 6.8.8 and I’m on Windows 7. I ran it with -noPlugin and that fixed it. Thanks for the idea. Now to track down the miscreant plugin wrecking my stuff…

  • come si mettono i colori ad ogni tag in note pad++?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to rename blocks of a program in notepad ++?

    Locked
    7
    0 Votes
    7 Posts
    5k Views