• Notepad++ inserts text on carriage return

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Atul-Vaidya

    first thing I would try is to start npp without plugins and see if problem still exists.
    Either by renaming the plugin directory or by starting npp with parameter -noPlugin.

    Cheers
    Claudia

  • how to change line spacing

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Carol-Granger-Umberger-King

    you need to be more specific about what you want to do
    and keep in mind that notepad++ is an editor and not a
    word processor like libre office writer or MS Office Word.

    Cheers
    Claudia

  • Chardet methods integration in a VS C# Project

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @EuGeNiO-ChIoDo
    maybe this will help?

    Cheers
    Claudia

  • want Edge not IE in RUN - Launch

    8
    0 Votes
    8 Posts
    5k Views
    Jim Gerland243J

    This works for me:

    Download the MicrosoftEdgeLauncher.exe from https://github.com/MicrosoftEdge/edge-launcher/releases/tag/1.0.0.0 to your C:\Program Files (x86) folder Edit your C:/Users/<put your username here>/AppData/Roaming/Notepad++/shortcuts.xml file In the <UserCommand> secton add this line:
    <Command name=“Launch in Edge” Ctrl=“yes” Alt=“yes” Shift=“yes” Key=“83”>“C:\Program Files (x86)\MicrosoftEdgeLauncher.exe” "$(FULL_CURRENT_PATH)</Command> Exit and reload Notepad++ Open an HTML file and try it.
    Jim…
  • 0 Votes
    15 Posts
    45k Views
    Cecilia DalzellC

    Go raibh maith agat, a guy038! Thank you so much, guy038! Notepad++ has been one of my go-to places to type in Irish (Gaeilge)text without the craziness you get in Microsoft when attempting a bilingual document. I could find nothing about how to reactivate the spellchecker and keyboard in Notepad++'s help, and it was definitely there before my computer was reimaged. Your instructions are most helpful. For the record, I have it working in English and Irish on Notepad++ 7.2.2 64 bit, windows 7 64 bit.

  • Function list with PHP with abstract functions

    7
    0 Votes
    7 Posts
    3k Views
    Florent PagèsF

    Nice!

    RE seem to be so powerful.

  • Ruby Syntax highlight issue

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    dereiusD

    @gstavi I brought this into attention of the Ruby Lexer dev within Scintilla. Hopefully it will be corrected.
    Thanks for the suggestions.

  • Frequently forgetting the current session

    5
    0 Votes
    5 Posts
    2k Views
    gstaviG

    If you want a fix, do your part of debugging. Tinker enough until you come up with a short sequence that reproduces the problem and perhaps then someone will try to fix it in the code.
    Otherwise it is just your problem and nobody cares.

  • Allow to download and install plugin for a non admin user ?

    4
    0 Votes
    4 Posts
    4k Views
    dailD

    When installing Notepad++ (which needs admin access of course) you can tell it to load plugins from the user’s %APPDATA% directory. That way N++ can then be executed by a non-admin user and install plugins (normally through the plugin manager) and the plugins and their config files get stored in the user’s own writeable directory.

    Keep in mind this works for most plugins but not all since some need to have files in the same directory as notepad++.exe (e.g. PythonScript).

  • when i doing new line with enter is writing me on the line:LF CR.

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    Scott SumnerS

    @Florent-Pagès

    Yes, that will work, too, if one has the patience to count 20 items rather than use the View menu approach first proposed. :-)

    Or one could just describe that toolbar button as the one with a “paragraph marker” symbol on it. A backwards P with double vertical line.

  • signs instead of numbers

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    נועם יאגודייבנ

    thanks alot, i fixed that by changing the font,

    the bugged font is “courier new”

  • Multiple search terms replaced with multiple terms

    Locked
    17
    0 Votes
    17 Posts
    7k Views
    Claudia FrankC

    @Alan-Preda

    Alan, your welcome.
    You are right, this setting is set because I only work with utf-8 at all.
    Just to be sure, your question has been answered or is there something left?

    Cheers
    Claudia

  • 0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @A-Stod

    afaik, user defined languages don’t work with stylers and langs.xml.
    They reside in userDefineLang.xml.

    Cheers
    Claudia

  • Where is file with automatic syntax highlighting?

    6
    0 Votes
    6 Posts
    4k Views
    Pete NorrisP

    @Claudia Frank

    Claudia;

    Thanks! :)

  • How to highlight SVG instructions and attributes?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Raúl-Eduardo-Cárdenas-S.

    please be more specific. Which language? Why do you expect suggestions?
    What did you do to make suggestions working? etc…

    Cheers
    Claudia

  • How to remove duplicate row in Find result?

    5
    0 Votes
    5 Posts
    5k Views
    Casey CrockettC

    @guy038 Thank You! You went above and beyond.

  • Notepad++ crashed then style.css empty

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    natchlabN

    Ok this has been solved.
    If it happens for you, Notepad++ automatically save the current file in C:\Users\Name\AppData\Roaming\Notepad++\backup

    I feel reassured :D

  • Validate multiple XML files against one xsd?

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    MAPJe71M

    Use a command line tool like XMLStarlet.

  • Easy way to align lines from different files by line numbers and tabs

    5
    0 Votes
    5 Posts
    4k Views
    glossarG

    Hi guy!

    I’ve just started again from where I was. :) I have restarted the computer, but no luck! The chunk that I created to try contains 1 million lines and is 218 MB. I think Notepad (32 bit version) cannot send the data that big to the clipboard, even it could open the file. I have tried it with EditPad Lite without problem, so reinstalled the 64 version of Notepad, trading for the “Sort output only UNIQUE (at column) lines” function of the plugin TextFX, and the 64 version can handle it.

    Luckily, I have found a regex for removing duplicate lines (“^(.?)$\s+?^(?=.^\1$)”), so I don’t have to be cheeky asking for it. :)

    I have finally managed to go through the above steps, and it works as expected.
    Again, thank you for your help! I do appreciate it!

  • 0 Votes
    8 Posts
    3k Views
    Jakub ŠenkJ

    @Claudia-Frank

    make sense. This problem I have only for a couple weeks and on Windows 7. And I think that I tried change mouse with completely different one (different producer…) and I had the same problem. I don’t really know what cause this issue and I am sad because of that. I haven’t a similar problem with any other software.

    Thanks anyway.