Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Douglas HarterD

      Is documentation available?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      AZJIO AZJIOA

      Here
      http://docs.notepad-plus-plus.org/index.php/NP%2B%2B_Guides

    • Douglas HarterD

      Possible to Shell?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      987 Views
      PeterJonesP

      And, FYI, some of those other “many ways” are mentioned in this other thread

    • AZJIO AZJIOA

      Plugin, window selection

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      3k Views
      Scott SumnerS

      @dail , @AZJIO-AZJIO

      I’m with @dail, I can’t make much of it either…I guess the language barrier is too wide.

    • Toasty HDDsT

      Document List Panel ('Doc Switcher') Improvements

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      1 Votes
      14 Posts
      8k Views
      AngryGamerA

      The reload is automatic in v7.5.6 or newer.

    • Klaus LehmannK

      automaticly changing hex00 into hex20 - why?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      guy038G

      Hi, @klauss-lehmann and All,

      Additional information to the excellent method of @meta-chuh :

      Firstly, contrary to any other character, you cannot insert NUL characters, either, with any of these 3 ways :

      Alt + nnn , where n are digits, pressed on the numeric keypad ( OEM encoding )

      Alt + 0nnn , where 0 and n are digits, pressed on the numeric keypad ( ANSI encoding )

      Alt + the + ( on Numeric keypad ) + hhhh, where h are hexadecimal chars ( UNICODE encoding ) :

      The letters, from a to f, typed on the main keyboard

      The digits, from 0 to 9, typed on the numeric keypad

      So, the only way is to use the Character Panel ( Edit > Character Panel ) and, then, to double-click on the first line 0 00 NULL in order to insert a single NUL character, at cursor location

      Secondly, the present regex engine of N++, can handle the NUL characters in search, without any trouble, using the regexes :

      \0 or \x00 or \x{00} or \x{0000} or \N{NUL} or \c@ or \c

      Unfortunately, in replacement, there’s, indeed, no mean to insert a NUL character :-(( A work-around is possible, using a local installation of N++ v6.9.0 and a modified version of the Scintilla library ( SciLexer.dll ). Refer to LAST part of this FAQ post :

      https://notepad-plus-plus.org/community/topic/15765/faq-desk-where-to-find-regex-documentation/1

      Best Regards,

      guy038

    • Pierre RuijtersP

      Reading java package directory for java source using notepad/nppexec script?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      2k Views
      Vitaliy DovganV

      …and also:

      manual
    • Vinícius BiavattiV

      Checkbox to select the search button type ugly

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      731 Views
      No one has replied
    • marcoagpintoM

      British speller

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      1k Views
      Martha SimonsM

      only on github?

    • Safe TexS

      Why is my NotePad in 32 bit

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      Meta ChuhM

      @Safe-Tex

      you can find the 64 bit installer here:
      https://notepad-plus-plus.org/download/v7.5.7.html

      direct download:
      https://notepad-plus-plus.org/repository/7.x/7.5.7/npp.7.5.7.Installer.x64.exe

    • pointv001P

      Fortran Syntax Highlighting User Defined

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      7k Views
      pointv001P

      Thank you. Thank you! Yep that did the trick. It was a simple fix that I actually found 1/2 way into my research on this subject but overlooked it because I didn’t understand why the user posted that LexerType had to be duplicated. Now I know and it works. Now I need to figure why NppExec is not saving my scripts when I upgraded to 7.4.2:)

    • Bill JustesenB

      Possible EOL Conversion Persistence Bug

      Watching Ignoring Scheduled Pinned Locked Moved eol
      11
      1 Votes
      11 Posts
      6k Views
      Bill JustesenB

      @PeterJones, I tried your suggestion and I also did it again without the symbols showing for EOL. Everything seems to be okay. I have an auto-update set for Notepad++ through Ninite but I noticed the version hasn’t changed. What did change, however, was an update to FileZilla.

      @whitegryphon, try checking out the issue now after updating FileZilla, if that is what you are using. Mine appears to have been fixed with the latest version…

    • Robert NagleR

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

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      2 Votes
      7 Posts
      17k 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.

    • Jonathan LockeJ

      Looking for notepad++ help

      Watching Ignoring Scheduled Pinned Locked Moved
      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
    • James WhiteJ

      Print Header and Footer, new fields.

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • BarleymanB

      Update madness

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      1 Votes
      7 Posts
      3k Views
      BarleymanB

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

    • Amjad MoghulA

      Alternative coloured lines

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • Wim RoffelW

      32/64 bit puzzle

      Watching Ignoring Scheduled Pinned Locked Moved
      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.

    • Jos DebouvereJ

      Launching Index.php in a browser

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      684 Views
      No one has replied
    • Richard LambR

      Spell check works weird?

      Watching Ignoring Scheduled Pinned Locked Moved
      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…

    • cipher-1024C

      Save Search Results with Highlighting

      Watching Ignoring Scheduled Pinned Locked Moved
      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

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors