• 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
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • undo is acting buggy

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hello None-Ofyourbusiness,

    no this is just a quick overview which os, npp version and plugins are installed.
    Helps to try to reproduce what happens.

    Cheers
    Claudia

  • REGEX GROUP cuts off data

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello @spickles
    one thing might be that you did not escape the forward slash !?
    But the replace … you want to replace the part which is found with the part which is found … ???

    Cheers
    Claudia

  • How to cancel a pending plugin installation?

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    dailD

    Go to %APPDATA%\Notepad++\plugins\config (or possibly the installation directory of Notepad++ depending how it was installed) and delete PluginManagerGpup.xml.

  • Pleas Help! I just lost months of hard works.

    5
    0 Votes
    5 Posts
    3k Views
    Claudia FrankC

    @Seyi-M,

    yes, this can be a problem as they have notepad++ included as app which can be cleaned and guess what,
    it cleans the session information but this means that only the LIST which file should be loaded has been
    deleted, not the files themself. They should be still somewhere on your disc.

    Cheers
    Claudia

  • How to run "Hello World" command in notepad++ from Python ?

    2
    0 Votes
    2 Posts
    12k Views
    Claudia FrankC

    Hello Trum-Bolt,

    One way to do it would be … described here.

    Cheers
    Claudia

  • Help with editing a file

    3
    0 Votes
    3 Posts
    2k Views
    JBlack788J

    Thank you so much! This helped a great deal.

  • 0 Votes
    3 Posts
    3k Views
    glennfromiowaG

    @Raul-Chiarella Only thing I can think of is if you have a keyboard shortcut installed for Notepad++? Search in Windows for notepad++.exe and for every instance of that file found, right-click on it and open the properties. In the Properties dialog, in the Shortcut tab (which should show by default), check that the Shortcut key: field says None. If not, select the Shortcut key field and delete the contents. It’s a long shot, but this could cause the behavior you’re describing.

  • License Notices in Exported UDL file

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello Michael,

    I’m not a lawyer and don’t know if this legal but what about using an additional
    keyword field which has the a license statement pointing to the gnu website?
    E.g http://opensource.org/licenses/GPL-3.0
    To avoid mismatches, all should be encased of course.

    Cheers
    Claudia

  • Automatic backup not working properly

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Well there seem to be a misunderstanding what backup means and how it should be treaten.
    Backup is, in best case, a duplicate of a file and in worst case your original file without the changes of the last saving.
    That a backup file can be lost, as well as the original file, is possible. Many external influences can causing this.

    To use backup functionality, you normally would edit a file and save it when done, which would then update
    the original file. In case of a crash there is a minimal possibility that both files (original and backup) are open and
    get corrupted because operating system wasn’t able to close files properly.

    What you do seems to be working on temporary files always, so there is no backup functionality.

    Regarding the backup every 7 seconds.
    Of course, there must be made a decision how often a file should be backed up but one must keep in mind
    that shorten the time period means increasing the possibility that the file is open while crash happens.
    And if it happens that often I would say you have to start investigating what is causing the crash because
    next time it might be that the whole disc is damaged.

    Regarding backup functionality lost. Did you check the settings if they are still set?

    Cheers
    Claudia

  • Lost Clipboard History

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Thomas-Bihn

    strange, what about a restart of npp?
    Do you using customized language version of npp?
    OS?
    npp version?
    Plugins?
    Did you try to start npp with -noPlugn switch?

    Cheers
    Claudia