• Invisible characters

    5
    0 Votes
    5 Posts
    950 Views
    Ertan KüçükogluE

    @PeterJones I didn’t know about Character Panel. Thanks for mentioning about it, too.

  • 0 Votes
    2 Posts
    182 Views
    SofistanppS

    Hi @gifthubbro

    The replacement expression should be (?1c)(?2d), that is, without the “|”.

  • 0 Votes
    2 Posts
    574 Views
    Alan KilbornA

    @Eightvo-8080

    So you haven’t mentioned the magic words, but clearly you are working with “regular expressions” or “regex”.

    Searching in a backward direction with regex has known problems and is partially disabled in Notepad++ currently (7.8.4) – but this isn’t a new problem, it has probably existed back to the days when regex capability was first introduced in version 6.0.

    If would be nice if it were either (a) fully disabled OR (b, as in “better”) made to work right.

    Unless and until it is made to work correctly, backward regex capture groups not working as intended is not surprising. I don’t think there’s any kind of workaround; sorry.

  • Regex Misidentifying Foreign Characters

    8
    0 Votes
    8 Posts
    1k Views
    guy038G

    Hello, @sylvester-bullitt, @alan-kilborn and All,

    Alan, good question ;-)) Personally, my old NEC 350 laptop does not have a numeric keypad. So, I’ve got an USB usual keyboard ( 105 keys ) plugged permanently to the laptop !

    When the Caps Lock key is set, my laptop’s French keyboard looks like, below :

    1234567890°+
    AZERTYUIOP^£
    QSDFGHJKLM%
    >WXCVBN?./§

    And if I want to use the pseudo-numeric keypad, I just hit the Num Lock key and the keyboard is then changed as below :

    123456789*°+
    AZERTY456-^£
    QSDFGH123+%
    >WXCVBN0../

    So :

    The keys 7890 are mapped to keys 789*

    The keys UIOP are mapped to keys 456-

    The keys JKLM are mapped to keys 123+

    The keys ?/§ are mapped to keys 0./

    As the A, B, C, D, E and F keys are mapped to their default, I’m always able, even without any additional keyboard (in case of travel, for instance), to use, in conjunction with the Alt key, all the Input methods, described in my previous post ;-))

    Unfortunately, I don’t use any new mini-laptop, with a special keyboard layout, so I cannot tell anything else about this subject :-((. Even the laptop of my wife has a physical keypad !

    So, I’m sorry : without material, it’s impossible for me to give pertinent clues about the way to handle these Windows Input methods with atypical keyboard configurations !

    Best Regards,

    guy038

  • delete line between bookmark

    45
    0 Votes
    45 Posts
    13k Views
    pinuzzu99P

    @guy038 tank you so much, your last string (?-s)^((?!.+@).+\R?)+ work very well for my purpose! Regards.

  • Good news new NPP

    4
    -1 Votes
    4 Posts
    762 Views
    Alan KilbornA

    the number of file & find history is more than 70

    Isn’t this achievable with regular N++?

    less binary size

    Can’t imagine why this could possibly be important

  • Word count

    9
    0 Votes
    9 Posts
    13k Views
    Alan KilbornA

    @andrecool-68

    TextFX is sort of deprecated, and continuing to give answers that use it is probably not the best idea (for future readers of these threads/posts). Especially when other viable options exist, and especially when the same things can be done inside Notepad++ (meaning no plugin needed).

  • What is equivalent of TextPad's 'Workspace'

    9
    1 Votes
    9 Posts
    2k Views
    Michael VincentM

    @Alan-Kilborn

    With the Explorer plugin I’m using, right-click context menu shows:

    New File... New Folder... Find in Files... ---- Standard Menu > NppExec Script(s) > Open Command Window Here --- Add to 'Favorites'... Full File Path(s) to Clipboard File Name(s) to Clipboard --- Cut Copy --- Create Shortcut Delete --- Properties

    Using the “Standard Menu” expanding menu item, I get pretty much all the other stuff as if I just do a right-click context menu in the Windows Explorer app. This includes Tortoise Git which I have installed so I get “Git integration” with N++.

    Have a look.

    Cheers.

  • Readability of file tabs?

    2
    0 Votes
    2 Posts
    200 Views
    Terry PinnellT

    Sorted thanks, found the appropriate setting and duly changed inactive text to black, which is fine.

    P.S: 3 minute deadline on editing?!

  • 0 Votes
    3 Posts
    327 Views
    V.MelnikV

    @PeterJones Thanks, it helped \\ Спасибо, помогло

  • 0 Votes
    3 Posts
    357 Views
    Budi KusasiB

    SBc.png
    THANKS BILLIONS !
    How had I to be dumb

  • v7.8.4 disappeared from Settings

    2
  • 0 Votes
    4 Posts
    974 Views
    Alan KilbornA

    Actually, to be fair, some of the PR shown in the OP’s original link are closed without being merged into master sources, but the majority of those shown in the view presented by that link were actually merged.

  • search window hided if I drag it to be under the windows task bar?

    2
    0 Votes
    2 Posts
    526 Views
    Alan KilbornA

    @Lee-Allen

    It’s currently a problem with Notepad++ (7.8.4 and earlier) as you’ve discovered.

    It appears there is a change coming in the next release which will prevent this from happening; details.

    But meanwhile, left-click and drag your taskbar from the bottom (presumably) of screen to one of its sides. This should allow you to grab the Find window with the mouse and move it back more central. Then you can put the taskbar back to being along the bottom.

    Alternately, in the Notepad++ main window, press ctrl+f then hold the Alt key and tap and release the spacebar. This will popup a menu with a “move” option showing. Choose that move option and then use the arrow up key to bring the Find window back above taskbar level. Press Enter to release the Find window from “move mode”.

    So, you get into this situation by moving the Find window (with the mouse) really “low” on the screen, and letting it go when most of it is offscreen and the part that remains is completely behind (but still showing through) the taskbar. Try to avoid doing this. :-)

    Actuually, looking deeper at the code change on github mentioned above (actually by running the executable provided with that change), I see that nothing about it will prevent you from “losing” the Find window again in this same way. :-(

    However, it appears that the NEXT ctrl+f press will bring the Find window back to a location where you can again work with it, instead of having to resort to “tricks/workarounds” to do so. :-) So in the future if it gets “lost”, just press ctrl+f and it should appear again.

  • c++ syntax for all files

    9
    0 Votes
    9 Posts
    965 Views
    EkopalypseE

    @wS-Стас said in c++ syntax for all files:

    And there are times when the highlighting does not work at all and in order for it to work, you need to restart the program or close the file and open it again.

    That is actually one thing I would expect if a lexer is used which is not written for that kind of file.
    I never experienced this if the correct lexer for the current file did the highlighting.

    In order to make this work, that every programming language file, as far as notepad++ knows it,
    displays its comment in the same color and font you have to go through each defined language
    and reconfigure there comment line settings.

    Another alternative might be to explicitly mark those lines like here

    a52ef6c3-577e-4b2d-930b-f83c26e9e8a8-image.png

    Might be possible by recording a macro - didn’t try it.

    Or using a scripting language like @PeterJones mentioned.

  • 0 Votes
    2 Posts
    214 Views
    EkopalypseE

    One possible scenario, you built a debug version instead of a release version.

  • Delete everything after a value.

    4
    0 Votes
    4 Posts
    481 Views
    Alan KilbornA

    @Raul-A-Ocasio-Gonzalez said in Delete everything after a value.:

    Notepad++ has the option to reverse a search

    What does that even mean?

    If I’m doing a regular expression search mode search, my Backward direction checkbox is disabled. Clearly earlier you were talking about a regex search. Hmmm.

  • display the entire section in the output window

    4
    0 Votes
    4 Posts
    1k Views
    Alan KilbornA

    @aajez

    I can’t tell for certain because your screenshot is small and doesn’t reveal all, but…

    It appears your search expression may match complete lines. If this is true, you can copy the matches with the following technique:

    Switch to the Mark tab of the Find window. Tick the Bookmark line option. Probably also tick the Wrap around option. Press the Mark All button. All of your matches will be highlighted in red, and a bookmark symbol will appear between the line numbers and the text of the lines that hit. Go to the Search menu, Bookmark submenu, and choose from that Copy Bookmarked Lines

    In the event that your search expression does not match entire lines, there are some more involved techniques for copying the text, but I’ll leave that alone for now, unless we hear back that that’s really what you need to do. Also, it appears there is an open issue for copying red-marked, without using the bookmarking method; see “Marked text needs to be copyable”.

  • replace multiline data

    7
    0 Votes
    7 Posts
    1k Views
    Prahlad-Makwana4145P

    Hello,@cisco779k

    Follow these steps to replace multi line data :

    Step 1 :- Go to the menu Plugins>Plugin Manager>Show Plugin Manager
    Step 2 :- Than select Check Tool Bucket and Install.
    Step 3 :- Restart Notepad++.
    Step 4 :- Press ALT + SHIFT + F to multi line edit.

    I hope above information will be useful for you.
    Thank you.

  • Save Prompt Off Screen

    4
    1 Votes
    4 Posts
    904 Views
    Tom WilliamsT

    Cool. Thank you for the update.
    I tried to search this forum to prevent any duplicative posts but didn’t find it here.
    Looking forward to seeing it fixed but it is not critical.

    Tom