• Search and Replace Failed

    23
    0 Votes
    23 Posts
    13k Views
    Matthew CarvenM

    Ok ok, last post. Thanks @Claudia-Frank @Scott-Sumner
    8 bit not byte f’‘’‘’’ edit 3 mins

  • changing the config.xml doesn't work

    Locked
    1
    0 Votes
    1 Posts
    784 Views
    No one has replied
  • Error 503

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    653 Views
    No one has replied
  • Forward and reverse search buttons in the Find dialog box?

    7
    1 Votes
    7 Posts
    3k Views
    Per IsaksonP

    I use Notepad++ daily and I think that <<Find and Find>> is an improvement!

  • 0 Votes
    3 Posts
    3k Views
    Frank OvermanF

    Hi - Thanks for the reply.

    @cipher-1024 said:

    Hi Frank. I would uninstall/reinstall and see …

    I did that just now. We’ll see.

    Earlier this morning I right clicked on an html file in MyDocuments, and it happened again. (The PC was on all night, locked, with File Explorer windows open. First time I right-clicked on a file it happened. Wonder if it’s a once a day thing?)

    Again, I let the config run to conclusion to see what it was doing. This time it threw a different error at the end:
    “Error 1316. The specified account already exists.”

    Again, this was *before *the uninstall/reinstall, so we’ll see what happens. Thanks!

  • Recover unsaved new tabs

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    Phil sissonP

    So, I should have googled before posting. I’m sorry - :( So if you are wondering you can go to — C:\Users\USER PROFILE HERE\AppData\Roaming\Notepad++\backup —this works provided you didnt change the default setting (not too sure how didnt look for it)

    If you did change it you can try to see the path --in notpad ++
    *click on settings
    *preferences
    *backup
    *should see the backup path
    **this is where you can make adjustments to backups (how and where)

    Hope this helps others

  • text selection and cursor

    Locked
    1
    0 Votes
    1 Posts
    849 Views
    No one has replied
  • Putting numbers in parentheses

    3
    0 Votes
    3 Posts
    2k Views
    Viktoria OntapadoV

    Thank you so much for the solution and explanation Scott, I really appreciate it.

  • Trying to add a C compiler to the "run" options

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    Scott SumnerS

    @guy038

    Of course, one could take less of a “brute force” method than I initially did…and check the source code to arrive at the same 259 character limit:

    RunDlg.cpp: INT_PTR CALLBACK RunDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { //...snip... case WM_COMMAND : { switch (wParam) { //...snip... case IDOK : { TCHAR cmd[MAX_PATH]; ::GetDlgItemText(_hSelf, IDC_COMBO_RUN_PATH, cmd, MAX_PATH); WinDef.h: #define MAX_PATH 260

    The GetDlgItemText function docs discuss the one-byte null terminator for C-style strings (thus 259+1=260) and the truncation that occurs when the limit is exceeded, so all is explained. :-D

  • No widerange Unicode characters to see

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Sybell LirwacoS

    solved. please delete my post.

    Error
    You are only allowed to edit posts for 180 second(s) after posting

  • color settings bug? - brace missing Current Line background colour

    Locked
    1
    0 Votes
    1 Posts
    805 Views
    No one has replied
  • Language Definition Question

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    No one has replied
  • Clipboard History

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Autocorrect?

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    not2bryteN

    Thanks!! I’ll give it a go when I get a chance. :-)

  • notepad ++ freezes when scrolling big txt file

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    guy038G

    Hello, @Baka-csaba and All,

    Could you check if you, presently, use the Word Wrap feature ( menu View > Word Wrap ) ? I often noticed that this reduces, drastically, easy navigation, throughout important files, even if their contents do not exceed the present window editor length !

    I just did a test, with a 25Mb file, containing 458,000 lines, about. For instance, when trying to get the end of this file, with the Ctrl + End shortcut, it took ~6s, on my old Win XP machine, with the Word Wrap option set. When this option is unset, the same operation is instantaneous :-))

    And, idem, with the Page Up / Page Down keys. So, I would advise you to always uncheck this feature, when navigating in big size files :-))

    Best Regards,

    guy038

  • handlebarsjs pluggin for notepad++

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Is there a way to change the default path for backups?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    Scott SumnerS

    Of course there is nothing stopping you from donating: https://notepad-plus-plus.org/donate/
    :-)

  • Notepad++ 7.5.1 forgetting previously opened files and unsaved tabs

    5
    0 Votes
    5 Posts
    3k Views
    Pak RatP

    hey alberto/Claudia:
    Just had a similar issue, where NP++ would NOT keep closed a file I had closed before, nor would it keep the settings I wanted
    and kept reopening past files I had closed. Looked in NP folder for session.xml & just changed the name ( added 1 to end of name before extension ) and seemed to re-create it, with the settings I wanted NP++ to have.