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

      Scrolling in response to Find

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      977 Views
      No one has replied
    • Zhi GuZ

      Replacement in vertical block

      Watching Ignoring Scheduled Pinned Locked Moved replace vertical block block mode
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Charles BillowC

      Set line length for word wrap?

      Watching Ignoring Scheduled Pinned Locked Moved wordwrap word wrap
      2
      0 Votes
      2 Posts
      8k Views
      decodermanD

      Using the forum built in search function I found this:
      https://notepad-plus-plus.org/community/topic/14543/set-word-wrap-column

    • Scott M. TurnerS

      View refreshes after dismissing file changed dialog

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      decodermanD

      Does it help when “File status autodetection” is disabled in Settings/Preferences/MISC.?

    • Vic PaineV

      I have txt file with [CR CR\LF] how do I remove CR\LF but leave first CR?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      5k Views
      Vic PaineV

      @Scott-Sumner
      Thanks, worked a treat. Also found that if I opened it in Libre Office Writer and saved as *.csv it cleared unwanted blank lines as well.

    • Stephanus SchoemanS

      App scaling in 4K Resolution

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

      @Stephanus-Schoeman

      you can enable big icon or use the plugin Customize Toolbar, although I’m not sure how it does handle 4K resolution, and you can use your own set of icons by following this way.

      Cheers
      Claudia

    • Juan CarlosJ

      Option to Add X number of spaces after a parenthesis or square bracket

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

      Yes, there is such an option.
      The option is called ‘Macro’. You can find it in the Notepad++ main menu
      between ‘Tools’ and ‘Run’.
      Macro - Start Recording would be a good starting point.
      Have fun !

    • User NameU

      How to disable all popup messages for another files?

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

      I can’t work in notepad++! Always popup messages for another files, but i don’t want see this! I want to see this messages only for selected(current opened) file!

      Need disable ‘RELOAD’ and ‘KEEP’ messages for another files! (For updated files: Silent update. For deleted: keep opened)

      Show this messages only for editing file(currently opened)

    • Mark BratcherM

      How to turn off auto-highlight on single click?

      Watching Ignoring Scheduled Pinned Locked Moved settings highlighting
      4
      0 Votes
      4 Posts
      6k Views
      Claudia FrankC

      @Mark-Bratcher

      I assume smart highlighting is what you are looking for

      Cheers
      Claudia

    • Dallas FischerD

      Backwards slash doesn't escape backtick in javascript

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Claudia FrankC

      @Dallas-Fischer

      npp uses scintilla as its highlighting engine. If you think this is an bug you might open
      a request here.
      Be sure to check if it hasn’t been already opened.

      Cheers
      Claudia

    • Charles BillowC

      Page layout definitions

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      5k Views
      Charles BillowC

      OK, thanks.

    • GregHilaG

      Can't initialize plugins directory

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      6k Views
      PeterJonesP

      If you use the portable (zip-file) version, it doesn’t register itself with Windows, so Windows doesn’t automatically list it for choosing with “Open With…” or similar. However, under most versions of Windows, you can select “browse” in the “Open With” dialog, and go find notepad++.exe yourself.

      Or, if you are an advanced user, you can edit your association(s) in your registry. (For example, in mine, HKCR\.txt\ uses the (Default) string value with data txtfile, and HKCR\txtfile\Shell\open\command\ uses the (Default) string value of my full path for notepad++.exe. If you don’t understand any of those terms in these parentheses, you probably should be wary of editing your registry yourself.)

    • patrickdrdP

      is "find in files" way too slow?

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

      I don’t know abot the “way too” but it is “slow”.
      Was discussed many times. For example here.

    • Fernando ContiF

      Searchin with wildcards

      Watching Ignoring Scheduled Pinned Locked Moved search pattern
      2
      0 Votes
      2 Posts
      12k Views
      guy038G

      Hi, @fernando-conti,

      Very easy with regular expressions, indeed !

      Open your file, in Notepad++

      Move back at the very beginning ( CTRL + Origin )

      Open the Find / Replace dialog ( Ctrl + H )

      Check the Regular expression search mode

      Check, if necessary, the Match case option

      In the Find what: zone, type the regex \[.+?\]

      In the Replace with: zone, simply type the text that must replace all the [......] zones or leave it empty if you prefer to delete the [......] zones

      Click on the Replace All button

      Et voilà,

      Notes :

      As the symbols [ and ] have special meaning in regular expressions, they have to be escaped, both, to be considered as literal characters

      The part .+? stands for the smallest range of characters, between the symbols [ and ]

      For instance, given the example text, below :

      This is a [123] test for searching [abc] all the [.......] zones !

      The regex :

      SEARCH \[.+?\]

      REPLACE Leave EMPTY

      modifies the text as below :

      This is a test for searching all the zones !

      If the regex was \[.+\], it would have select the largest zone between the symbols [ and ], that it to say, the string “[123] test for searching [abc] all the [.......]”, in our example. Certainly not what you’re looking for !

      Best Regards,

      guy038

    • Robert DerivanR

      Comparing Files

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Robert DerivanR

      Thanks Claudia. I’ll give it a try.

    • patrickdrdP

      any way (plugin etc) to encrypt a file?

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

      @patrickdrd
      yes
      you just need to install the nppcrypt plugin
      this will allow you to select your desired algorithm and passphrase to encrypt or decrypt any file or any selected text within a file

      you can install it by downloading it here: https://github.com/jeanpaulrichter/nppcrypt
      or via the plugin manager if you have installed it

    • Avinash KothuruA

      How to extend notepad++ API to use in WPF application

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Rowan Sylvester-Bradley183R

      Enable Page Up/Down please!

      Watching Ignoring Scheduled Pinned Locked Moved scroll pages
      2
      0 Votes
      2 Posts
      3k Views
      Scott SumnerS

      @Rowan-Sylvester-Bradley183

      Page up/down functionality works for me. Check your Shortcut Mapper (on Settings menu) as a first step to troubleshoot this. Here’s what mine looks like:

      Imgur

    • Muhammad AhmadM

      BAT file (Dos files) not working after install notpad++

      Watching Ignoring Scheduled Pinned Locked Moved dos file bat file
      3
      0 Votes
      3 Posts
      2k Views
      decodermanD

      @Muhammad-Ahmad
      You must have associated *.bat files with another program or maybe even NPP?
      See here how to reset it:
      https://superuser.com/questions/53948/how-do-i-restore-bat-files-association-with-the-system-make-them-run-when-doub
      Or maybe this if above does not solve it:
      https://social.technet.microsoft.com/Forums/windows/en-US/fc2ca91d-5509-4c9b-92a5-5af19375e361/lost-bat-file-association?forum=w7itprogeneral

      You may have to restart Windows for this to take effect.

    • patrickdrdP

      default file save to all files?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      4k Views
      patrickdrdP

      correct! thanks a lot!

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