Community
    • Login
    1. Home
    2. Help wanted · · · – – – · · ·
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Mårten AxelssonM

      Search a textfile

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      2k Views
      Mårten AxelssonM

      Thanks alot guys! =)

    • Mimo SmilesM

      Display of unicode characters depends on characters around it

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      2k Views
      Mimo SmilesM

      @gstavi said:

      Did you report it at the issue board?

      A bit late, but I have now: Issue #3749

    • Adonis JacksonA

      Highlighting syntax

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

      How can I backup my open unsaved files (in the backup folder) via Dropbox?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      2k Views
      supplementfacts2S

      Thank you, that solved the problem. I just had to copy and paste my old unsaved files into new unsaved files, and now they’re being created in the new backup folder and backed up by Dropbox.

    • CreepyCreeper516C

      I updated to a new version, and my files are messed up

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

      Here is a better one:

      Current One: https://imgur.com/a/wJg75

      What it’s supposed to look like: https://imgur.com/a/b1nYd

      It’s like it’s a different font and it looks like an old version. It’s kind of hard to see unless you make it full screen.

    • Serg SamixonS

      "Find Prev" button is missing

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      893 Views
      No one has replied
    • Michael HorvathM

      Make folder browser bigger in search and replace

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      811 Views
      No one has replied
    • Theo FondseT

      NumLock switched off when launching Notepad++

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

      @Theo-Fondse

      There is probably a better solution, but until you find it you could script turning Num Lock back on after Notepad++ starts up with the Pythonscript plugin.

      Put the following code in startup.py and make sure Pythonscript’s “Initialisation” option is set to ATSTARTUP (under the Configuration menu option for the Pythonscript plugin). Note that Pythonscript is only 32-bit right now, so it will only work with 32-bit Notepad++.

      I really hope you find a better solution and don’t have to resort to this !! :-D

      If this (or ANY posting on the Notepad++ Community site) is useful, don’t reply with a “thanks”, simply up-vote ( click the ^ in the ^ 0 v area on the right ).

      import ctypes def turn_on_numlock(): VK_NUMLOCK = 0x90 KEYEVENTF_EXTENDEDKEY = 0x01 KEYEVENTF_KEYUP = 0x02 GetKeyState = ctypes.windll.user32.GetKeyState keybd_event = ctypes.windll.user32.keybd_event if not GetKeyState(VK_NUMLOCK): keybd_event(VK_NUMLOCK, 0x45, KEYEVENTF_EXTENDEDKEY | 0, 0) keybd_event(VK_NUMLOCK, 0x45, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0) turn_on_numlock()
    • Robin BronsteedeR

      Error XRMtools plugin

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

      Session management in multi-instance mode

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      923 Views
      No one has replied
    • Nicolas MachadoN

      Search text, only in ranges in the line!

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      3k Views
      Nicolas MachadoN

      @Scott-Sumner You are totally right, reg expression are still a mystery for me. I use it in a dummy way, chek email format, numbers. But to me is a pending issue. Thank you very much, you gave me more than I expect.

    • Lionel AnicetteL

      how to set this up

      Watching Ignoring Scheduled Pinned Locked Moved function hint sidebar help
      1
      0 Votes
      1 Posts
      857 Views
      No one has replied
    • Оксана КасимоваО

      Syntax sql is not correct

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      cipher-1024C

      This appears to be a bug in Scintilla that has been there since the dawn of time. Coincidentally, this was patched a month ago. The bad news is that it can take a long time before NPP gets a new Scintilla engine. If it’s really vexing you, you could install the Poor Man’s T-Sql Formatter plugin. I think that comes with a custom language definition that doesn’t suffer from the same bug. It does some nifty automatic formatting for you too.

    • Angel KaragogovA

      Python function list with Notepad ++ v7.4.2

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

      Highlight doesn't work on a clone view of the same file.

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      4k Views
      Taihai ChenT

      @dail That’s a shame.

    • Álvaro MeirelesÁ

      HOW TO MAKE A SHORTCUTS FOR THIS?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      Álvaro MeirelesÁ

      Wow,

      Very nice!

      Now I can close the find result using this Script System more one shortcut :D

      Thank you!

    • Angela WuenscheA

      Changing the background color of the editor window

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

      yes,
      in the “Style Configurator” panel, you can chose various theme.

    • Brian SmithB

      pretty print XML by default?

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

      The one line python script is :
      notepad.runPluginCommand(‘XML Tools’, ‘Pretty Print (XML only - with line breaks)’)

    • mapnamM

      replace notepad with notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      2k Views
      No one has replied
    • ZSquare IndiaZ

      I have lost my html file data after notepad++ crashed while I am unable to find the any backup file of that date of my file in notepad++ backup directory

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors