• Save As takes an other folder then the oriiginal

    3
    0 Votes
    3 Posts
    225 Views
    Arne EverhardA

    @Alan-Kilborn Thank you very much.

  • How to compare & remove all multiple blocks of lines?

    4
    0 Votes
    4 Posts
    400 Views
    Dean-CorsoD

    Hi again,

    thanks for your help guys. So it seems to work using your method @Coises to set # or ## and to change all blocks into single lines. Very good idea and I think it did everything correctly so far on the first quick view.

    @Mark-Olson, just wanted to find & remove all double / multi blocks which are same. The 2 blocks I have posted above are not same so just double them etc. Otherwise the solution from @Coises works pretty well so far to manage & handle that problem for me and now I can merge all files I have into one single file and clean it up so that every block is only present once.

    PS: By the way, just have a small another question about that combination of commands. I would like to create a macro of it. Just wanna know whether I have to enter every single char again each time when I record the macro? I mean this for example “(?<!>)\R(?!<$)”. So what is if I have a larger amount of chars I need to use many times? Do I have to enter it again & again char by char etc?

  • Find and replace except if string contains charecter

    5
    1 Votes
    5 Posts
    228 Views
    Pinto IslamP

    @Coises
    This worked perfect. After I posted, I was doing similar steps, but turns out I put the () in the wrong place and wasn’t getting the right result. Appreciate your help.

  • How to open local git file in remote git in browser?

    4
    0 Votes
    4 Posts
    1k Views
    batagyB

    Okey, now I made it to work.

    Solution:

    Install git-url helper script, according to the readme in that.
    This is a bash script but runs also on Windows if Git Bash installed. Install NppExec plugin to Notepad++ Use below NppExec script , save it to a name like “OpenGitInBrowser” NPP_CONSOLE 0 NPE_CONSOLE v+ cd "$(CURRENT_DIRECTORY)" git url "$(FILE_NAME)" npp_run firefox "$(OUTPUT)#L$(CURRENT_LINE)" If you view or edit a file in git repo in Notepad++, press F6, select the above script, and done.

    It will jump to the actual line number in browser, in the given branch. This URL format is compatible with gitlab. Didn’t test with other git repo services,

    It runs hidden (no console opening for NppExec), and it takes some seconds because of bash script, bit working fine.

    :)

  • Can Letters Be Added to the Margin Along with Numbers?

    11
    0 Votes
    11 Posts
    576 Views
    Troglo37T

    @Alan-Kilborn Here’s a pic of the change log. I used Style one token to illustrate how the colors look. It’s turquoise when that line is clicked. Green when not clicked. Notepad++ Styles-Background.png

  • overwrite the stylers.xml file

    4
    0 Votes
    4 Posts
    387 Views
    PeterJonesP

    @DomOBU said in overwrite the stylers.xml file:

    I don’t see how I can manually edit the xml to find my current settings.
    That’s the drawback of the portable version

    If your portable notepad.exe is in c:\portable\npp\, then stylers.xml is at c:\portable\npp\stylers.xml .

    The config files location is documented in the online user manual at npp-user-manual.org . And that same user-manual page has the description of best-practices for editing Notepad++'s config files from within Notepad++.

  • 0 Votes
    11 Posts
    585 Views
    Alan KilbornA

    @Mark-Olson said:

    I came up with…

    Nice one.

    So then a unicode-ready replacement for the native command Remove Empty Lines (Containing Blank Characters) can be a macro, recorded as:

    Find: ^((?![\n\r])[\s\x{FEFF}])*\R
    Replace: nothing
    Search mode: Regular expression
    In selection: Checkmarked
    Action: Replace All

    I checkmark In selection because the original command can either run on the active selection or the entire file; for the macro it is a bit of a difference because to run on the entire file you’d have to Select All (Ctrl+a) first, but that’s not effort-intensive.

  • Change keybind of multi-edit to ctrl+alt+click

    3
    0 Votes
    3 Posts
    520 Views
    Alan KilbornA

    A feature request was made: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14611

    This is Scintilla behavior, not Notepad++ behavior. It would have to be made configurable via Scintilla before Notepad++ could apply it – thus, it should be a Scintilla feature request.

    EDIT: Well, the Notepad++ could choose to “go rogue” and “hack around” this aspect of Scintilla, like what was done to support “multi-editing” in Notepad++ 8.6 and later. But, I don’t see it happening.

  • I need to add specific keyword at the middle of each 3 lines

    5
    0 Votes
    5 Posts
    433 Views
    mkupperM

    @faridalabib - to add to what @PeterJones just posted another thought is to replace with one keyword but then to do a second pass to “mailmerge” the list of desired keywords in place of the single keyword you had added. See this other post by @PeterJones and its follow-up posts on how to do the mailmerge.

  • How to add specific 2 keywords at the middle of each 3 lines

    Locked
    2
    0 Votes
    2 Posts
    195 Views
    PeterJonesP

    @faridalabib ,

    You already asked that here. There is no need to ask the same question twice (and, in fact, it is considered rude and just makes you look impatient).

    Replies should go in that other Topic, and not here. This Topic is locked.

  • 0 Votes
    8 Posts
    1k Views
    Mark OlsonM

    @sdsds-rgdsfds said in Hover to preview AI (claude) generated alternatives for selected text portions, click to commit changes within surrounding paragraph context:

    Is there other stuff that will help ? I mean out of notepad++

    I’m the wrong person to ask about this sort of thing, to be honest. I am not that familiar with the world of generative AI.

  • custom search more than "one word + delete" possible?

    5
    1 Votes
    5 Posts
    296 Views
    T. H.T

    Hello everyone, I just wanted to let you know that everything worked great. It saved me a lot of work.

    I would like to thank you very much ;-)

    Tom

  • divide article into 50 tabs

    3
    1 Votes
    3 Posts
    195 Views
    mkupperM

    @faridalabib If it’s just 50 articles then you are likely better off doing the split by hand. Doing it by hand should take less time than it would take to figure out how to script splitting a file into 50 parts, debugging it, etc.

    One hint is to number your 50 files from 01, 02, 03, … 49, 50 using leading zeroes for 1 to 9. Then it will be easy to reassemble the 50 files into one large file again to verify that it’s the same as the original large file containing 50 articles.

  • How to add sheets in the same CSV document like you do in Excel

    3
    0 Votes
    3 Posts
    409 Views
    mkupperM

    @HargulS - CSV is a plain text format that can be viewed and edited using Notepad++. The CSV file format does not have, nor can it support, the concept of “sheets.”

    Excel files are containers that hold multiple objects, including sheets which themselves are stored as sets of objects. While the individual objects stored within an Excel file are plain text they contain many cross referenced details between the objects. Spreadsheet applications such as Excel keep track of the details. It’s not practical to edit the object files using Notepad++ as you likely would break the cross referenced details that Spreadsheet applications rely on.

  • is there a way to make delimeter check UP UNTIL closing char??

    3
    0 Votes
    3 Posts
    191 Views
    F

    @supasillyass thanks for the suggestion, but looks like nesting is also not the best solution
    78b4ea44-d918-4cc7-8ec8-b532db7aef28-изображение.png

    Header [ ] highlighting breaks. That’s probably because [HELP2_A] has level 5 nesting, so it would need to encounter 5 ((EOL))s to properly exit.

    Simply inserting newlines helps resolve this, but it makes file look stupid
    b2245093-0e91-49a1-a640-717f18b58307-изображение.png

  • Cannot disable pop up when I write anything

    2
    0 Votes
    2 Posts
    204 Views
    PeterJonesP

    @Helge-Nyman ,

    That’s not the look for a native Notepad++ auto-completion popup: Notepad++'s popup does not have the keyboard icon nor the status-bar at the bottom with the “Showing: 1 items”.

    Either you have a plugin that’s doing it, in which case you’ll have to change that plugin’s settings, or you’ve got some external application that’s somehow hooking into Notepad++. If it’s a plugin, sharing your ?-menu’s Debug Info with us will tell us which plugins you have installed, and maybe someone here will recognize which plugin creates a popup that looks like that. (I don’t recognize that popup myself, but that doesn’t mean someone else won’t.)

  • Problems with opening and editing files

    6
    0 Votes
    6 Posts
    829 Views
    J

    @mpheath @Terry-R Ah I found an 8.4.2.0 version in C/Program Files (x86) that for some reason was left behind on 25.6.2022 that started acting up after my most recent update (8.6) on the version that I guess I’ve been using. Thank you both for the help :)

  • renumbering/incremental

    45
    0 Votes
    45 Posts
    6k Views
    Alan KilbornA

    If you’ve used a script in this thread, you might want to double check your copy of it for a bug I’ve discovered.
    Look to previous postings in this topic thread where the script has been changed – find the text moderator edit (2024-Jan-14).
    There’s a link there that describes the bug in more detail, and shows what needs to be changed in an old copy (or you can simply grab a copy of the current version).

  • Find and Display *All* Duplicate Lines

    54
    1 Votes
    54 Posts
    25k Views
    Alan KilbornA

    If you’ve used a script in this thread, you might want to double check your copy of it for a bug I’ve discovered.
    Look to previous postings in this topic thread where the script has been changed – find the text moderator edit (2024-Jan-14).
    There’s a link there that describes the bug in more detail, and shows what needs to be changed in an old copy (or you can simply grab a copy of the current version).

  • Showing File-Path in Tab or above editor window

    17
    0 Votes
    17 Posts
    3k Views
    Alan KilbornA

    If you’ve used a script in this thread, you might want to double check your copy of it for a bug I’ve discovered.
    Look to previous postings in this topic thread where the script has been changed – find the text moderator edit (2024-Jan-14).
    There’s a link there that describes the bug in more detail, and shows what needs to be changed in an old copy (or you can simply grab a copy of the current version).