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

      How to remove unwanted space in html tags?

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      5k Views
      Olivier ThomasO

      Search: (?<!>) (?=[/>\w])
      Replace:

    • Simon GarrattS

      Proxy works for Plugins but not updater

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

      Search Results Not Displayed

      Watching Ignoring Scheduled Pinned Locked Moved search results
      9
      0 Votes
      9 Posts
      508 Views
      Alan KilbornA

      @Sylvester-Bullitt

      Perhaps your best course of action is bookmarking these threads.
      This seems to happen to you a lot.
      Apparently has happened to very few others.

    • JRJ

      Help with UDL config

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      392 Views
      EkopalypseE

      @JR

      feel free to open an issue if something is unclear from the usage description in the script.
      As for the startup.py, if you use the one under machine then there is
      a chance that it gets overwritten once an PythonScript plugin update happens. Like @Alan-Kilborn said, I would create a custom script with “New Script” and name it startup.py.
      It is automatically created in the correct path.
      By the way, the PythonScript configuration has to be changed from LAZY to ATSTARTUP so that it is executed at every npp startup.

    • Gilles MaisonneuveG

      Perl language syntax highlighting troubles (bug or limitation ?)

      Watching Ignoring Scheduled Pinned Locked Moved
      112
      2 Votes
      112 Posts
      44k Views
      PeterJonesP

      For those being directed here by other links from the forum, @Ekopalypse has a newer version available at his github, here.

    • Olivier ThomasO

      Selecting text

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      145 Views
      Olivier ThomasO

      Thank you very much.
      It works

    • dfdeboerD

      Select text via syntax highlighting

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      802 Views
      TroshinDVT

      @Дмитрий-Трошин said in Select text via syntax highlighting:

      I am using jN plugin for such task.
      https://github.com/sieukrem/jn-npp-plugin
      The “href” selection functionality is in the file:
      https://github.com/trdm/jn-npp-scripts/blob/master/includes/IntellHtml.js

      How it works.
      ![alt text](image url)

    • mocking_biirdsM

      High contrast (Windows 10) messes with NP++

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

      Newly installed font displayed as italic only in Notepad++

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      514 Views
      andrecool-68A

      Open any editor or font viewer.
      And you will see that the “Courier Code” font contains only italic characters!

      2.png
      1.png

    • pravin neheteP

      Cannot open .txt files with NP++ v 7.7.1 (64bit) on Win 10 version 1903

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      903 Views
      PeterJonesP

      @igitthatalot said:

      any update on this dev team?
      …
      Any update? have you tried to reproduce this at all?

      You seem to be under the mistaken impression that this community forum is the dev team. That is not the case. If you have an issue with the codebase, and have reproducible methodology that anyone can follow to recreate your problem, you can read this community forum FAQ to find out where to submit bug reports, because this forum is not the bug tracker. But if your problem description is as vague as you’ve used in this discussion, I doubt you’ll get any traction in the issue tracker, either. Good luck.

    • Mike GillM

      Firewall Scripting Question

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      626 Views
      Mike GillM

      @Alan-Kilborn Noob to Notepad++ I have ALWAYS used Textpad until recently. I was not looking at the BIG picture and trying to do 5 things at the same time… In my original script I was doing it the long and hard way and yours blew it out of the water…LOL!

      I REALLY do appreciate your help and patience with answering my questions. Once again THANK YOU for your help on this!

    • MyvhM

      Cannot post because of spam detection

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      342 Views
      Alan KilbornA

      @Myvh

      Why don’t you ask your question without the URLs.

      To me it sounds like you are asking how to get around the filter…so that you can then spammify the forum!

    • S

      Toggle between "Doc switcher" and "Folder as workspace"

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      134 Views
      No one has replied
    • Ismael ObiedatI

      How to fix Arabic language in this list‏

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      223 Views
      No one has replied
    • Asher StuhlmanA

      Setting a font specific to .txt files

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

      @Asher-Stuhlman ,

      I would like to use monospaced font for unknown file types and a specific font only for .txt files if possible.

      That’s not the way that Notepad++ works. All unknown file extensions are interpreted by Notepad++ as “Normal Text”, and all Normal Text, whether it ends in .txt or not, get the Default Style applied. That’s the way Notepad++ was designed.

      You might be able to get your desired behavior by creating a User Defined Language (UDL) associated with the .txt extension, and use the UDL dialog to set the font for just .txt. (This would override .txt so it’s using the UDL lexer, and is no longer considered “Normal Text”)

      official UDL overview: https://npp-user-manual.org/docs/user-defined-language-system/ UDL details: https://ivan-radic.github.io/udl-documentation/
    • Jan HoogmaJ

      'Find in all files' does not find anything

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

      For example, this worked for me:
      1aa86c85-13c5-4226-9e5b-f08b214ae294-image.png

    • MysticMyleseM

      ks syntax highlighting

      Watching Ignoring Scheduled Pinned Locked Moved syntax highlighting ks file
      2
      0 Votes
      2 Posts
      383 Views
      PeterJonesP

      @MysticMylese ,

      It might depend on what .ks files are. I don’t know of any of the builtin language lexers that expect that file extension, but I don’t know all the lexers myself.

      In general, if there isn’t a builtin lexer, you will have to create a User Defined Language (UDL).

      Official docs UDL overview: https://npp-user-manual.org/docs/user-defined-language-system/ Detailed UDL description: https://ivan-radic.github.io/udl-documentation/

      There is a community-supplied collection of UDL at https://github.com/notepad-plus-plus/userDefinedLanguages/blob/master/udl-list.md , which you can download as described in the official docs UDL overview… but I don’t see any there that immediately jump out and say “I use the extension .ks”

    • Vinnie MV

      Double-click select highlight only cursor occurrence?

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      1k Views
      Alan KilbornA

      @Vinnie-M said in Double-click select highlight only cursor occurrence?:

      I just expect to see only one thing highlighted

      If you look carefully, the highlights are different. There’s the light-green for the smart highlighting, and a different color for the selected text. Of course the “different color” is a blended version of the light-green and the selected text background color, but that’s because a double-clicked word is selected and smart-highlighted simultaneously.

      for example, 3 different markers for blocks: circle vs. square

      Well, for this you mean folding markers. This type of thing is provided because the underlying component supports it; Notepad++ developers had to code very little to achieve folding, so they probably felt that they needed to do some amount of work. :-) Other settings are similar; someone else coded it, and Notepad++ developers just allow their users to turn it on/off.

      I think it would also be appropriate to ask “is there a setting to do this or not do that”

      Yes, of course, certainly. Ask away.

    • Captain ShepardC

      Changing the focus from Function List panel to the main editor, and vice-versa

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      892 Views
      Alan KilbornA

      @guy038 said in Changing the focus from Function List panel to the main editor, and vice-versa:

      At no time did I want to suggest that people should donate to help me get a new laptop !

      Of course not; all my idea.
      Nobody interpreted it as you with your hand out.
      At least I don’t think so.
      I’ll cease with the joking around as perhaps it is making you feel awkward; apologies.

    • Vinnie MV

      Option to automatically trim trailing spaces as you leave a line?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      1k Views
      Vinnie MV

      OK, thanks.

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