• Mouse pointer disappears when over line number/bookmark column

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Eric ThirolleE

    OK, so… I was wrong :-): CursorFX does have some kind of background process (some deets here: http://www.shouldiremoveit.com/CursorFX-6963-program.aspx). After uninstalling CursorFX & rebooting my laptop, the issue has resolved: I can now see my mouse pointer when it is over that line number & bookmark column.

    Cheers,
    Eric

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Any way to get past the 30 recent file history limit in notepad++?

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    Scott SumnerS

    @vorticusbot

    Did you see my screenshot here where I have 35 items on the recent file history list by editing config.xml and changing the value to 35 before running Notepad++?

  • arquivos no notepad++ não abrem

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Batch automate "Find in Files"

    Locked
    3
    2 Votes
    3 Posts
    3k Views
    Jim DaileyJ

    @Hasso-Falisco

    Suppose you have a file named FilesToFind.txt that contains:

    filenameA filenameB filenameC

    Open a command window in the directory you want to search. Then enter this command:

    for /F %F in ('type FilesToFind.txt') do @dir /b %F

    If you also want to search in sub-directories, use:

    for /F %F in ('type FilesToFind.txt') do @dir /s /b %F

    That will spit out a list of the files that exist, which you may be able to use effectively.

  • Unwanted Tab Insertions

    Locked
    6
    1 Votes
    6 Posts
    2k Views
    Jennifer ThompsonJ

    @dail THAT DID IT!! Thank you!! @Scott-Sumner I didn’t see his suggestion until after I saw yours. Then I had to wait to post my thanks as I am but a fledgling on here.
    Thanks community!

  • Hello Can someone make a js and html5 file for mario? for me???

    Locked
    2
    -3 Votes
    2 Posts
    965 Views
    Onur GencO

    why no one explain

  • Convert to lowercase in xml text

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Stefan KrumovS

    Wow man! You made me very happy indeed :) Thanks so much

  • DSpellChecker not working

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    alindbergA

    It seems that the Hunspell dictionaries did not install. Just a simple matter of selection the dictionary required and install.

    Now the nice red squiggles are everywhere telling me how bad my typing is… :-).

    Thanks.

  • Automatic indentation for Python

    3
    0 Votes
    3 Posts
    3k Views
    CutterXYZC

    Sorry, I don’t know much about language definitions for NPP, but aren’t indentation rules supposed to be part of them?

  • In UTF-8 saved files ara always open in ANSI

    Locked
    1
    0 Votes
    1 Posts
    976 Views
    No one has replied
  • 0 Votes
    6 Posts
    41k Views
    It YsI

    I followed what Claudia suggested and Voila, all the CJK two bytes characters are now properly shown. Try for example “Arial Unicode MS”…

  • notepad++ un archivo de wireshark

    Locked
    1
    0 Votes
    1 Posts
    795 Views
    No one has replied
  • simple question

    Locked
    8
    1 Votes
    8 Posts
    3k Views
    davebyers02D

    I did get this to work pasting it back in to a new document. The original files have a single space leading each numerical row that get stripped away when pasted into html. I changed the search to include a space in front of the search value and a space in front of the replace value and that seems to work, I will flush it out in more detail tonight. Thanks!

  • Request for enhancement

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    NippurDeLagashN

    @pnedev said:

    Good point @Scott-Sumner ,
    I totally agree with you. What about a Discard All button with a second pop-up question dialogue “Are you sure?” ?

    I also agree. This option is better than one of the dialogs available in WinMerge, which has a Discard All button, but without asking a confirmation.

    Here is a similar issue: when files are modified by another application, Notepad++ Always expects a Yes/No answer for each modified file. Sure, you can avoid this with the miscellaneous setting Update silently , but this assumes a “Yes” answer for all the files. It would be better to add two extra buttons: Yes to All and No to All.

  • Find URL Encoded string in file and replace with proper utf name

    Locked
    1
    0 Votes
    1 Posts
    906 Views
    No one has replied
  • Function list empty for js files

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    Scott SumnerS

    @Denis-Peter

    Good that it’s working.

    If it’s a reported bug then it is “known about”…but there’s not really much more a user can do about it. You can certainly dive in and fix it yourself, but even then there is no guarantee that it will be integrated, even if you present a perfectly-good fix. See the posting by @Claudia-Frank in this thread for some detail on how to do this…

  • Notepad ++ does not read the latest Word docx format

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    Claudia FrankC

    @Alonso-Santamaria

    I don’t think that notepad++ will included a builtin function to read/write docx files in the future
    but as I’m not the developer I can’t say for sure. Same is true for plugin development.
    Npp is used for editing plain text files and not for binary packed xmls. I assume you’re
    better looking out for something different maybe LibreOffice etc… to do what you want.

    Cheers
    Claudia

  • v7.5.2 of N++ will not launch

    Locked
    14
    0 Votes
    14 Posts
    5k Views
    Claudia FrankC

    @no9on

    sorry, unfortunately nothing which makes me think this could be the problem.
    Btw. the tests were done with clean npp setup, means no additional plugins used, correct?

    Cheers
    Claudia

  • [CR][LF] colour not following settings

    Locked
    4
    2 Votes
    4 Posts
    2k Views
    glennfromiowaG

    @Scott-Sumner I sometimes use it to verify that the lines end where they look like they end, and not off the page to the right. I suppose I could use the Show White Space and TAB option to do this, but unlike some others, I don’t think the White Space display characters are big enough. :)

    The other reason I sometimes turn it on (besides your use of verifying mixed line endings) is when I have Word Wrap on, and even with the Show Wrap Symbol on, it helps me distinguish more easily where the end of the line is. I don’t keep it on all the time, but I guess the way it currently displays (as opposed to White-on-Orange, which would be hideous!) doesn’t bother me all that much, as I often forget to turn it off when I’m done. Ah, perhaps our grandchildren will be able to easily configure all aspects of their favourite editor.