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

      file hidden

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

      @Romualdo-Zarco

      https://notepad-plus-plus.org/community/topic/15739/faq-desk-request-for-help-without-sufficient-information-to-help-you

    • Meteor0idM

      Adding new keywords and styling to an existing language

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

      SCI_STUTTEREDPAGEUP doesn't work as expected

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

      Hello, @FriendOfFred, and All,

      I can confirm that, after assigning shortcuts to the SCI_STUTTEREDPAGEUP and the SCI_STUTTEREDPAGEDOWN Scintilla commands, the "UP movement does not act as expected :-((

      I, personally, use a local 7.5.6 version of N++, on a Win XP SP3 old laptop. Unfortunately, we do not dispose of any other “Page” command than the default ones and the “stutter” ones.

      I don’t think that this behaviour depends on N++ and probably, the best would be to report this bug to SCIntilla :

      https://sourceforge.net/p/scintilla/bugs/

      You could also test the SCIntilla based text editor, named SciTE :

      https://www.scintilla.org/SciTE.html

      However, I don’t know if that text editor can manage shortcuts assignments in order to test the “STUTTER” commands !

      Best Regards,

      guy038

    • Mario ValleM

      In user defined language the escape character is ignored

      Watching Ignoring Scheduled Pinned Locked Moved udl markdown
      1
      0 Votes
      1 Posts
      879 Views
      No one has replied
    • Alexey FominA

      How NPP deletes files?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      602 Views
      No one has replied
    • Dan EdwardsD

      Replace In Files not working for me using Extended Mode

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      906 Views
      Dan EdwardsD

      Turns out that this was because the files were read-only. I was counting on the Perforce Plugin to automatically check them out but I guess that is not going to work. I will have to manually checkout everything and then perform the replacement.

    • Aaron DobbinsA

      Simple question

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      900 Views
      Scott SumnerS

      Ugh! … not another baking cookies question…

    • Rolkis NesvarbuR

      help with lithuania letters

      Watching Ignoring Scheduled Pinned Locked Moved letter
      3
      0 Votes
      3 Posts
      1k Views
      Rolkis NesvarbuR

      thank you

    • jackshlinJ

      Config tainted?

      Watching Ignoring Scheduled Pinned Locked Moved multiinst snapshot config.xml session
      1
      0 Votes
      1 Posts
      596 Views
      No one has replied
    • Alasdair Beckett-KingA

      Merging 2 files *only* where there are changes?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      718 Views
      No one has replied
    • Gabor SzakacsG

      Merge multiple blank lines into a single blank line?

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

      Hello, @gabor-szakacs, @scott-sumner, and All,

      Indeed, Scott, I thought about capturing \R ! But, as my regex have two alternatives, when it matches \h+\R, the group 2 ( = \R ), in the first alternative does not exist. Thus, I need to capture \R in the second alternative, too ( group 3 )

      So :

      SEARCH (\h*(\R)){3,}|\h+(\R)

      REPLACE (?1\2\2:\3)

      And, of course, the conditional replacement rewrites :

      Two line-breaks \2\2, if the first alternative is found

      One line-break \3, if the second alternative is found

      However, to my mind, this second syntax does not look as elegant as my previous one ;-))

      Cheers,

      guy038

      BTW, my previous regex S/R may be slightly shortened as :

      SEARCH (\h*\R){3,}|\h+\R

      REPLACE \r\n?1\r\n ( or \n?1\n on UNIX files )

    • Daniel MolendykeD

      Text Search + Line Position

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

      sort file removing duplicates possible?

      Watching Ignoring Scheduled Pinned Locked Moved
      75
      0 Votes
      75 Posts
      66k Views
      Vasile CarausV

      ^([A-Z])([a-z]+)\R(?i:\1)\2$

    • NexusTheBronyN

      Monitor function seems a bit bugged

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      781 Views
      NexusTheBronyN

      I just found a plugin that I assume enhances the Monitor function to always update every 3 seconds. Hope this fixes it (if this plugin works that does not mean the issue is resolved)

    • dbusrD

      Last upgrade changed open file path

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      2k Views
      gitit1G

      Thank you! I’ve been looking for that solution

    • УменяМодем ОграниченныйТрафикУ

      After the computer restarted, all the text in the notebook disappeared!

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      940 Views
      Scott SumnerS

      @УменяМодем-ОграниченныйТрафик

      Or maybe see this FAQ which will not solve your issue and likely will make you sad…

    • УменяМодем ОграниченныйТрафикУ

      I change the encoding sometimes the text disappears

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

      @УменяМодем-ОграниченныйТрафик

      can you replicate this? If so, can you post some sample text?

      Cheers
      Claudia

    • rajesh patilR

      add new text in multiple files

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      4k Views
      rajesh patilR

      it works ….thank you so much…

    • Eduardo JorgeE

      help with Oxygen Basic syntax definition

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      593 Views
      No one has replied
    • Pete WrightP

      multiple (highlight) languages in one file ((PHP +) HTML + CSS + JS)

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

      @Pete-Wright

      creating an UDL lexer for HTML, PHP, CSS and JavaScript is nearly impossible
      as you can’t specify when a new lexer needs to jump in.

      The lexer can be modified to support another lexer as seen
      in the code itself.

      I have no idea how complicated, in terms of lexing, css is, but in theory we could
      use python script plugin and indicators to do this.

      Cheers
      Claudia

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