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

      Alt key interferes with work

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      1k Views
      Lee HoganL

      @Lee-Hogan I also having the same problem regarding the typing in a computer. So, we can say that its a common problem facing by the people globally.

    • Ron AllenR

      UDL - parser for journal file "' 0:<" delimeters

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      407 Views
      naumanmyN

      Hi Ron
      Were you able to fix the issues and use the UDL?
      Can you please share the current copy of the Journal file highlighting?
      Thanks

    • M

      How do I recongnize slightly different coding characters?

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

      @guy038 it looks good, however I don’t have an ANSI file so I can’t practice it

    • Jacques PrestreauJ

      To add the button "Save as..." in the toolbar

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

      @PeterJones
      Hello Peter,

      Thanks a lot for your help.

      Great ! Your procedure works !

      I had troubles to reproduce it. I didn’t understand why it didn’t work the first times until I thought “Gosh ! The semicolons at the beginning of the lines are probably there to transform these lines to comments !”

      Then I removed the semicolon which was the first character on the newly created line, and… Ha ha ! Won ! The button appeared ! And with its tooltip. And it works.

      :)

      Now it will be a piece of cake to modify the icon and put a small bitmap in its place using the last step of your explanation.

      Thanks a lot again, Peter !

      Cheers !
      Jacques (from France)

    • Jergen Ross EstacoJ

      what are list Regex available "named capture group" for find and replace in current version

      Watching Ignoring Scheduled Pinned Locked Moved regex replace
      13
      0 Votes
      13 Posts
      1k Views
      Alan KilbornA

      @guy038 said in what are list Regex available "named capture group" for find and replace in current version:

      Refer to this link for further explanations :
      https://www.boost.org/doc/libs/1_78_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html#boost_regex.syntax.perl_syntax.branch_reset

      Why not this LINK as well?:

    • Metro CityM

      How to enable syntax error

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Metro CityM

      @Ekopalypse Great ^^

    • Henry SoinnunmaaH

      Ctrl+down to jump to the beginning of the next paragraph

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      554 Views
      Alan KilbornA

      This can be seen/changed in the “Shortcut Mapper”, the area of the Notepad++ software that allows customization of keycombos. Invoke it:

      e70ecd40-0823-4b2c-9f47-9813225047dd-image.png

      And change to the “Scintilla commands” tab and do some downscrolling:

      6c679e17-4457-4a11-b6f7-28b8480625b7-image.png

      So, as a user you probably don’t care about “Scintilla” or even know what it is – it is an editing component that Notepad++ embeds to get its real work (editing text!) accomplished.

      Thus, you’d have to have some intuition about what “SCI_PARADOWN” means, but for the most part this isn’t too difficult.

      BTW, you could remap this command to Ctrl+down if you wanted, but that keycombo is tied by default to a different command, so you’d have to remap the other command as well so as to not have a conflict.

    • Cyril Di ValentinC

      Export Hex view in Txt format

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Cyril Di ValentinC

      Tanks a lot for your answer. I will try to use xxd as you mentonned.
      I can also use hexedit but the size of the file (dump file .bin) is too big for hexedit so that i don"t have the whole file…
      Therefore if you already used a similar application, I would be very interested in that.

      Thanks and have a good week.

      Cyril

    • MaximillianMM

      Changing the default save as type to all types (*.*)

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      307 Views
      MaximillianMM

      @Alan-Kilborn Thanks so much!
      Cheers

    • Arnab MitraA

      Clear read only flag

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      1 Votes
      2 Posts
      203 Views
      Alan KilbornA

      @Arnab-Mitra

      See HERE.

    • Zean YauhZ

      Add a character to the beginning of each bookmarked line

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

      Hello, @zean-yauh and All,

      Do you mean something like that ?

      SEARCH (?-s)\R(?!.+:)

      REPLACE \x20

      Tick the Wrap around option

      Select the Regular expression search mode

      Click on the Replace All button

      Best Regards,

      guy038

    • Christopher Johns 0C

      the np++ is displaying gibberish, not words

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

      @Christopher-Johns-0

      The two bytes that start the file on line 1, PK are a dead giveaway that this is a zipped archive file, as Peter indicated. Long ago, zip files were created with a program called pkzip.exe and their contents extracted with a program called pkunzip.exe. I think P was for the name of someone named “Phil”. I’ll really press my memory and say the K was for “Katz”. (I could cheat and google it, but it is often more fun to just try to pull stuff from memory – googling it is left as an exercise for interested readers)

    • Kerb SpaceK

      Theme settings for better dark mode

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      6k Views
      deleeleeD

      @PeterJones

      I have found an issue logged with the Snippets project on GitHUb where other users are having the same problem so hopefully it will be resolved soon.

      https://github.com/ffes/nppsnippets/issues/45

    • omegaglmO

      A few questions about integration with Windows.

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      721 Views
      omegaglmO

      @PeterJones

      Alright, thank you for all your help.

      Have a great day!

    • Özgür UlusoyÖ

      Search for a string which ends with a Right parenthesis

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      184 Views
      EkopalypseE

      @Özgür-Ulusoy

      Using a regular expression search like this
      ^Installing.+\)$ should do the job.

      If you want to understand what this means, please read here.

    • Evan Mark yang hebat dari 2020 MinecraftE

      rename not working

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      293 Views
      Evan Mark yang hebat dari 2020 MinecraftE

      @PeterJones i will try, thank you

    • skimmer333S

      Python Script help, stop execution

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      572 Views
      skimmer333S

      Thanks heaps. Makes sense to me now.

    • Gary WineyG

      How do I enable up and down search?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      792 Views
      PeterJonesP

      @Gary-Winey

      Do you mean
      761fc813-0d67-4690-9387-5d5e53141309-image.png
      vs
      c69dcc71-32c7-4399-8041-cbbd69a7c1b8-image.png

      If so, then the checkbox on the right controls that. It tells you this when you hover over that box:
      c4c1b4bf-9ec7-4476-ac7f-67c761911e0e-image.png

      It’s also documented in the usermanual

      (I showed a screenshot on the Find tab of the dialog, but it’s the same on the Find and Replace tab as well)

    • Meatball FootballM

      Find in all open documents that match a given filename pattern?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      456 Views
      PeterJonesP

      @Meatball-Football ,

      If you want to filter which files are searched, the expectation was to use Find in Files rather than the Find feature’s Find in All Opened Documents command – and that Find in Files does have a filter syntax described in the hover text and in more detail at npp-user-manual.org in the section “Find in Files”

    • Mo_Mon_Mo_ProbsM

      TOS/EULA and VDI?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      467 Views
      Mo_Mon_Mo_ProbsM

      @PeterJones Thanks for taking the time to reply. I have the same understanding as you but still have to make the effort. Fortunately, I only have to log the attempt then push the matter further up the team ladder.

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