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

      Copy leaded data to clipboard without leading tabs or spaces while document stays the same

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

      Recent update 7.3.3 causing menu drop-down issues...

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

      tabSettings in custom language

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

      Vertical Edge Shows in Printed Output

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

      Starting Compiled Notepad++ generate an Error: load dll

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

      Thanks to everyone, I changed the “SciLexer.dll” file generated by “nmake” with the “ScliLexer.dll” file in the official zip install zip, only that still made the same mistakes, then I put the file in the folder “Unicode Debug” generated by visualstudio that contained the compiled project, then it worked.

      Thank you again to everyone and I hope to be able to contribute to this project

    • kito fool paceK

      comment but have attribute like placeholder (html)

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

      Comment Line and Comment Block starting with same character

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

      @Claudia-Frank

      Works perfectly! Thanks so much!

    • SanderBouwhuisS

      How to select word under cursor?

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      10k Views
      SanderBouwhuisS

      Dear Scott,

      Make a ‘really smart’ post? Every post in this topic has a 0 next to it. This is not about smart posts, it’s about somebody simply removing the limitation by clicking someone’s post regardless of usefulness.

      Thanks for the explanation, but to me it is limiting enough that I’ll not be returning to this forum until I can have a normal conversation and edit posts with new insights. Most forums allow you to edit you post as long as no one has added a post after yours. Forums have existed for almost 20 years now and this is one of the worst ways to limit spam.

    • Niels Van WilligenburgN

      save on exit

      Watching Ignoring Scheduled Pinned Locked Moved save on exit
      2
      0 Votes
      2 Posts
      9k Views
      Scott SumnerS

      @Niels-Van-Willigenburg

      Go to Settings (menu) -> Preferences -> Backup. I think you’ll see “Enable Session Snapshot and Periodic Backup” is checked. Remove the checkmark and then upon exit Notepad++ will prompt you to save the contents of the tabs that are red (changed, or never saved in the case of “new _” files).

    • Joseph SteinJ

      Special Character "E" after editing large file

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

      how i start my programm or execute

      Watching Ignoring Scheduled Pinned Locked Moved problem thanks please can solve ny pl i hope than yo
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • __WS64___

      inc files

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • Gary WG

      Random file associations

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

      Delete Multiple lines in Multiple files

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

      It appears the OP has undergone an identity crisis…no matter…

      OP:

      Firstly, I encourage if not demand you make a complete backup copy of your entire original file set…Whew!, now nothing that follows is my fault! :-)

      So, this could work, if I have a good understanding of the “spec” on what is needed:

      Find what: (?s).+?\RSummary:[^\r\n]+\R(.+)
      Replace with: \1
      Search mode: Regular expression

      Very high-level summary of what happens with the find and replace:
      From the start of file (in a Replace in Files operation) match a string of any characters followed by a line-ending with “Summary:” immediately after; continue matching through (and including) the line-ending of the “Summary:” line. At that point, grab the contents of the remainder of the file and remember it. At replace time, substitute what was remembered (everything after the “Summary:” line) for the contents of the entire file. This effectively deletes the desired lines.

      For the regex experts out there reading this, I DID try some things with the \A anchor (for start-of-file matching), but I recall reading something from @guy038 on a bug with \A in Notepad++'s regex engine, and my testing bore out that there is a problem with it.

    • Ron PoultonR

      SCI_WORDLEFT and SCI_WORDRIGHT treats sentences as words in New File?

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      3k Views
      Huilian HarukiH

      I had the same problem.
      I was running v7.3.3 (64 bit). I uninstalled it and installed v7.3.2 (64 bit). It works fine now. :)

    • stehtimschilfS

      Move to next word (ctrl+left / right) behaves strangly since 7.3.1

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

      How come there are two fonts?

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

      Clear certain area

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      3k Views
      Claudia FrankC

      @Claudia-Frank

      or if there is always a space after the number but not in the case with the calling-station you could do

      find: ^.*(49160\d+)\s.*$ replace: \1
    • Alan KilbornA

      'Replace All, In Sel text only' with multiple selections

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

      Earlier I linked to a posting by me in another thread.

      I should have linked to a posting by me in yet another thread: https://notepad-plus-plus.org/community/topic/77/blank-trim-operations-on-a-text-selection-only

      :-D

      I guess the answer to the OP’s question is that this (a selection-based action acting only upon the single, most recently made selection [when there are multiple selections active]) has been known behavior for a long time.

    • Tanya HendersonT

      Double-Click single Word selection problem

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      2k Views
      young-developerY

      @Tanya-Henderson , reinstall npp
      https://notepad-plus-plus.org/community/topic/13620/double-click-a-word-selects-more-than-that-word

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