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

      Hang on MenuIcons + Hide menu bar + Right click

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      351 Views
      rinku singhR

      this can be fix via another plugin uninstall
      if there another plugin has culprit. ex.

      Notepad++ v7.8 (32-bit)
      Build time : Oct 5 2019 - 22:30:37
      Path : C:\Program Files\Notepad++\notepad++.exe
      Admin mode : OFF
      Local Conf mode : OFF
      OS Name : Windows 7 Ultimate (32-bit)
      OS Build : 7601.24289
      Plugins : 3P.dll BetterMultiSelection.dll Console_output.dll CustomFileMerge.dll MenuIcons.dll mimeTools.dll NppConverter.dll NppExport.dll NPPJSONViewer.dll nppRegEx.dll NppTextFX.dll Remove_dup_lines.dll

    • Láng Attila D.L

      Syntax highlighting certain Unicode characters

      Watching Ignoring Scheduled Pinned Locked Moved unicode syntax highlight characters regex
      7
      0 Votes
      7 Posts
      830 Views
      EkopalypseE

      @Láng-Attila-D

      strictily speaking, UDL does not remain too but get automatically reapplied.
      One further thing you can do is to record a macro, save the action and assign
      a shortcut then you have to just press that shortcut and the regex marks get reapplied as well.

    • gibberishbcG

      New UserDefinedLang - colorizing keywords but not params

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      364 Views
      EkopalypseE

      LOL :-D

    • Loli GunnerL

      Need Help

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      213 Views
      rinku singhR

      find what :items=".*"
      replace with :items=“0,0,0”
      mode : regular expression

    • Magnum OpusM

      RegEX in Notepad++ removing different text with \ in it

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      386 Views
      dinkumoilD

      @Magnum-Opus

      Your search term *\\EngramEntry_ doesn’t work because you used the quantifier * without a preceeding character to define the character(s) the quantifier should operate on.

      Because you want to match any characters before \EngramEntry_ you have to insert . which means an arbitrary character. This results in the search term:

      .*\\EngramEntry_.

      BUT your replacement string OverrideNamedEngramEntries=(EngramClassName="EngramEntry_ isn’t error-free as well. You need to escape the ( character because it’s a meta character in regular expressions. Thus your replacement string should be:

      OverrideNamedEngramEntries=\(EngramClassName="EngramEntry_

      If you would like to read a really good regular expression manual visit this site. At some points in the manual you have to know the exact flavour of regular expressions used at your site. Notepad++ uses the boost lib regex flavour.

    • James DunnJ

      spaces tabs

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

      @James-Dunn said in spaces tabs:

      Space to Tab (leading) took care almost all of them. Space to tab (all) works as well.

      If it works then it must be that you have a setting of 3 spaces for each tab in your Preferences.

    • Cedric REYMONDC

      Hello, I am trying to replace a whole paragraph in many files. But the replace function always truncate the paragraph after the first line.... I tried all different options available... Is there anything I missed?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      284 Views
      Alan KilbornA

      Oops, embedded special characters (e.g $) would need to be “escaped” in the search expression; example \$. Note: NOT needed or desired in the “replace” part.

      Sorry for the omission.

    • ?

      How To Use Code To Set Font Size In A New NotePad Window (On Another Person's Computer)

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      -2 Votes
      2 Posts
      382 Views
      PeterJonesP

      There are so many things wrong with this…

      This is a forum about Notepad++, which is not the same thing as Windows notepad.exe. Your script is referencing the Microsoft product, not the open-source Notepad++ project that this forum is dedicated to. You seem to be asking how to code something. This is not a coding forum. You seem to be asking how to make a email attachment that automatically runs on someone else’s computer without their desire to have it run, and to have it do malicious or at least rude things. DON’T DO THIS

      This is tantamount to creating malware / virus / trojan / worm / etc.

      No, we are not going to help you “improve” this script to make malicious software.

    • patrickdrdP

      new site rss?

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      0 Votes
      14 Posts
      1k Views
      PeterJonesP

      @Ekopalypse said in new site rss?:

      thought you were talking about this community/forum site

      If you read back through the conversation, I thought the same thing. It wasn’t until @patrickdrd 's penultimate post that I realized he meant the main site. :-)

    • rddimR

      RegEx to remove a part of numbers

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      230 Views
      rddimR

      @Alan-Kilborn
      Great, thank you very very much :)

    • Zsolt KántorZ

      There is no other way to associate files from NP++ Preferences only if you start the app with Admin rights?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      359 Views
      Alan KilbornA

      @Zsolt-Kántor said in There is no other way to associate files from NP++ Preferences only if you start the app with Admin rights?:

      I hope it will in the future version.

      Well, it doesn’t look good as (a) that pull request is from 2018 and (b) it is a closed pull request.

    • Tobias DietrichT

      Write access forbidden

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      685 Views
      pnedevP

      I don’t know but I don’t think so.
      You can file a feature request here if you like:
      https://github.com/notepad-plus-plus/notepad-plus-plus/issues

      BR

    • Aku SuonpääA

      Notepad++ 7.6 autoupdate disable

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      0 Votes
      17 Posts
      16k Views
      mtnrunner2M

      @Meta-Chuh said in Notepad++ 7.6 autoupdate disable:

      change the nextUpdateDate value in config.xml to the next millennium. nextUpdateDate=“30000101” for example

      Thanks for the workaround! It worked for me 🙂

    • Jean NobleJ

      Long time struggle with opening search results

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      536 Views
      Jean NobleJ

      @PeterJones Again many thanks for your effort and patience. I will try to work out your line of thought, but that will not be today, perhaps not even tomorrow. Busy as hell and in the mean time I work as I have done two years or so, which is rather a nuisance.
      But again I appreciate your helpful thinking.
      I will be back as soon as I can.
      Cheers.

    • MeMyselfAnd_IM

      NP process still active when closed

      Watching Ignoring Scheduled Pinned Locked Moved process
      4
      1 Votes
      4 Posts
      414 Views
      MeMyselfAnd_IM

      DSpellCheck is at v1.4.13, and I haven’t got jN installed, so I checked the other one.

      MenuSearch is the culprit. When I close NP, it disappears from the process tree as well. Sorted :)

    • Rajesh TR

      Remove Spaces if match with keywords

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      432 Views
      Rajesh TR

      Thank you @gurikbal-singh .
      The information you provided matches few conditions.

    • Mosaad AljobairM

      How to open multiple files then delete all lines inside and save all files?

      Watching Ignoring Scheduled Pinned Locked Moved multiple files delete text save on exit
      5
      0 Votes
      5 Posts
      358 Views
      Alan KilbornA

      @PeterJones

      Heheh…Peter holds people hostage to some decoding effort…hehehe. Wish I’d thought of that technique. It’s got snarky me written all over it. LOL

      In other words, Nice one Peter!

    • Levente VargaL

      Mass editing G-code

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      0 Votes
      17 Posts
      2k Views
      Levente VargaL

      Now it works like a charm. Thank you again!

    • Sherif GaddS

      notepad ++ recent files

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

      how to export a column from notepad++ file to csv file format

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

      @Akshay-Khatavkar said :

      I want to get certain columns from the file and convert it to csv file format

      You could do it with code. Or you could use Notepad++'s column-select mode (*) to grab a column and paste it into your favorite spreadsheet app.

      *: Edit > Column Mode… shows you how: e0a84169-ecc7-41f2-947e-365178020c69-image.png

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