• HTML on a single line -- how to wrap and show syntax with pretty indents?

    Locked
    7
    2 Votes
    7 Posts
    16k Views
    Robert NagleR

    Hmm, I reinstalled and used the “Xml Tools 2.4.9.2 x64 Unicode.zip” and am still getting the 32 bit warning. I already reinstalled, but perhaps I need to verify I did everything correctly. Will report back.

  • Looking for notepad++ help

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    Scott SumnerS

    @PeterJones

    Haha…I’m glad that “baking cookies” is a favorite of yours, or is at least somewhat memorable…I’ll make it a FAQ Desk entry for future use!

    :-D
  • Print Header and Footer, new fields.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Update madness

    Locked
    7
    1 Votes
    7 Posts
    3k Views
    BarleymanB

    I thought that’s social-media-like “lol”-button?

  • Alternative coloured lines

    Locked
    2
    1 Votes
    2 Posts
    1k Views
    Scott SumnerS

    @Amjad-Moghul

    You can do it with LuaScript, for example, this does it for csv files.

  • 32/64 bit puzzle

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    YaronY

    You can download Compare Plugin v2 x64 by Pavel Nedev here.
    Please read the installation guide.

    Good luck.

  • Launching Index.php in a browser

    Locked
    1
    0 Votes
    1 Posts
    658 Views
    No one has replied
  • Spell check works weird?

    3
    0 Votes
    3 Posts
    2k Views
    Scott SumnerS

    @Richard-Lamb

    When I spell check, I right-click a word with a red squiggle under it and the Notepad++ context menu offers me suggested corrections. When I accept one, the incorrect word is replaced by the word I’ve chosen. This is just using the default DSpellCheck plugin that comes with Notepad+±-is this what you’re using? Don’t know why it wouldn’t work the same for you…

  • Save Search Results with Highlighting

    8
    0 Votes
    8 Posts
    5k Views
    AZJIO AZJIOA

    Drawing on other people’s knowledge, I managed to make a plug-in for highlighting using regular expressions
    http://purebasic.info/phpBB3ex/viewtopic.php?p=89420#p89420
    http://rgho.st/8nRX9DYpj

  • Script to modify data in .csv file

    Locked
    3
    1 Votes
    3 Posts
    2k Views
    Christian MartinssonC

    Thank you peter,

    That was a great solution! The output example was incorrect, sorry for that…

  • Can't distinguish 1 from l

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Jim DaileyJ

    @Jozsef-Szasz-Fabian

    You should try the Consolas font, if you have it available on your system and if a mono-spaced is sufficient for your needs.

  • ignore double filtering in same line when find word

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Jim DaileyJ

    @Junseok-Park
    For example, searching in regular expression mode for

    XYZ.*\K$

    would find every line containing “XYZ” (one time only, no matter how many times “XYZ” was on a line) and nothing in the find window would be highlighted.

    If you want to highlight the first “XYZ” and everything after it, leave the “\K” out of the regex.

  • crashes when trying to open network folder

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Nchi BikeN

    just with N++.

    open other files in the same network with notepad(windows), Excel, explorer… works perfectly.

  • Xml files are extremely slowly reloaded.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    chcgC

    Could be also a plugin. You could test this by starting N++ from command line with parameter
    -noPlugins
    , see http://docs.notepad-plus-plus.org/index.php/Command_Line_Switches.

  • display and print line spacing

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    James WhiteJ

    Well I did not see ‘increase lines printed’ BUT I did change global, font size to 8 and font r_ansi and now it prints 73 lines per page.
    This is Great !
    Thanks.

  • search functionality

    7
    0 Votes
    7 Posts
    2k Views
    patrickdrdP

    yes, but the problem is you can’t use the same shortcut/function I see,
    I mean you’ve got to start with “select and find next” and then “find next”,
    while I want to be able to press f3 each time (assign it to “select and find next” maybe),
    is this possible?

  • 0 Votes
    8 Posts
    2k Views
    Jorge JorhoeJ

    If I make MS Notepad my default text editor,

    with Dexpot running,

    and I open 5 text files at once,

    it opens them with no problem . . . 5 separate text windows open

  • 0 Votes
    25 Posts
    8k Views
    Jean-Pierre RoussetJ


    thank you for your kind words and those wonderful images, really appreciated.
    Now I know that I’m ready for holidays, unfortunate - I have to stay another 2 month
    at work. Dreaming …

    Good evening Claudia,

    Why not France as a destination! … Auvergne, Bretagne, Jura; Alsace, Aquitaine, the Alps …

    Still a little patience so, 2 months, it’s not too long! …

    Cheers
    Jean Pierre

  • How to remove all formatting

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Feature Request:UDL + regular expressions

    Locked
    2
    1 Votes
    2 Posts
    1k Views
    PeterJonesP

    Great idea. You might want to see this FAQ to find the right place for feature requests. (Also, it explains how to search for an existing feature request… I have a feeling you aren’t the first to ask for regular expressions in UDL.)