• Search and merge the copy onto another file while keeping the line row.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC

    @fullpocoyo-as

    If these are random lines than I don’t see how this could be achieved in a simple way using
    notepad++ builtin functions. I would propose to use a scripting plugin like
    python script or lua script or whatever else is out there and able to get access to the
    content of the document.

    Cheers
    Claudia

  • Decimal Points conflicting with Period as Keywords

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Miguel NunesM

    @Claudia-Frank
    That did it, thank you very much.

  • Possible Bug: NPP 7.5.1 - Playing "Tag" with multiple open tabs

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    AngryGamerA

    Can you make a small recording of the problem in question?

  • Crash then current file empty

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Joël-Thieffry

    I assume it is better to post this issue here.

    Cheers
    Claudia

  • Save a file in UTF-8 without bom not possible?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    UTF8 and ANSI, whatever this means in your case, do share a common set of characters.
    If your data consists only of these characters there is no way to determine the “user-wanted”
    encoding. If you like to work mainly with UTF8 document one thing you can do is to set the
    new document specifics like so.

    If you want to understand the encoding stuff better, you may want to read this article.

    Cheers
    Claudia

  • replace multiple urls

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Adam CreasonA

    @Scott Sumner

    it worked just made a little change to the first expression
    Find what zone: (<a href=“http://EXAMPLE.COM/)(” class=“mycode_url”>)(.*?)(</a>)
    Replace with zone: \1\3\2\3\4
    thank you
    i appreciate your help

  • sleeping when focusing

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    cipher-1024C

    Most of the lag complaints I’ve seen were caused by having a document opened through a network drive. Do you have anything open that resides on a server? Have you tried reinstalling NPP?

  • Downloading Difficulty

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    PeterJonesP

    Given that @Adriane-Webb said “trash can” not “recycle bin”, and eight of my first ten hits when I searched Google for what is “file spy” were for the Mac application, and the other two had nothing to do with software, I am concluding that @Adriane-Webb is using a Mac, thus obviating alternative 3 – but I could be wrong. As a student, it is possible that it’s a school computer, in which case alternatives 1 and 2 are not applicable, either.

    Sorry, @Adriane-Webb, I haven’t regularly used a Mac since … was it a Mac Plus, or Mac 512? One of those ancient beasts, anyway. So if you are on a Mac, I wouldn’t be of any help. If it’s not a Mac, could you give us more information: what kind of computer; whether it’s yours or the school’s or someone else’s; whether there are any settings or help files that come with “File Spy” that explain how it might be protecting you against malicious downloads or some such. Also, are you trying to download directly from this site (https://notepad-plus-plus.org/download/v7.5.1.html), or from some other software download repository?

  • Very confused by Marking options, they don't seem to do anything

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    cmeriauxC

    Thank @Scott-Sumner :
    I was talking about the translation ID 43033 … 43043

    <Item id=“43033” name=“1st style”/>

    I renamed it as “jump up to 1st style”. That would removed the confusing things in Shortcut Mapper but the modifications was rejected by donHo.
    See the PR and comments https://github.com/notepad-plus-plus/notepad-plus-plus/pull/2299

  • Windows notepad corrupted by notepad++

    5
    0 Votes
    5 Posts
    6k Views
    mrjepatrickM

    @Mike-Frost
    It might be the Notepad Starter Plugin.

    Open Notepad++ -> Plugins -> Plugin Manager -> Check NotepadStarterPlugin -> Click Remove

  • Cant set it as defaut app

    4
    0 Votes
    4 Posts
    2k Views
    decodermanD

    Then try right-clicking in File Explorer on a txt and log file and select “Open with” and select “Choose default Program…”.

  • What controls the font used in the tab bar?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Meta ChuhM

    @jeffwestfahl
    hard to tell without screenshot, but i remember a similar problem and possible solution posted here some time ago.
    maybe (hopefully) just your windows dpi scaling was changed by the drivers.

    to test this exit notepad++
    run following command line, start menu search field, in the run menu or in cmd:

    %windir%\System32\DpiScaling.exe

    then check that you are on 100% scaling
    restart notepad++

    if it already was on 100% or it doesn’t get better, repeat and play around with a different dpi scaling % factor to see if you can get close to the tab/font size you were used to.

    (also combine different dpi settings with switching the reduce tab bar option inside notepad++ off and on again)

  • need help opening dat files

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP

    What were you expecting to see in a text editor when opening this file? .dat files are generally data, specific to whatever application generated them. Often, they are binary – and it obviously looks binary based on your paste.

    If you want to be able to edit some underlying textual data, you will have to determine what application created the .dat file, and find out whether there is a converter from that format to plaintext (it might be a converter, or an unzip-like utility, or a decompiler, or…). Once you have it in a text format, it will be easy to edit it with Notepad++. Once edited, you can use the same (or complementary) converter to get it back to the original format.

    Notepad++ isn’t some magic program that can “read any file format, convert it to text for editing, and convert it back to the original encoded format when saving”. It’s an excellent text editor, and with the associated scripting and assuming an appropriate converter, it would be possible to automate the process of convert-on-load, convert-on-save, but it’s not going to be able to take an arbitrary binary format and magically know how to decode/decompile it.

  • 0 Votes
    2 Posts
    3k Views
    decodermanD

    Try View/Word wrap. It’s wrapping the lines to the width of the window without horizontal scroll bar.

  • Change.log

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Suzuna SoumaS

    @decoderman Thanks, reinstalling worked, now it’s not reappearing anymore!

  • Search a textfile

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    Mårten AxelssonM

    Thanks alot guys! =)

  • Display of unicode characters depends on characters around it

    4
    0 Votes
    4 Posts
    2k Views
    Mimo SmilesM

    @gstavi said:

    Did you report it at the issue board?

    A bit late, but I have now: Issue #3749

  • Highlighting syntax

    Locked
    1
    0 Votes
    1 Posts
    926 Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    supplementfacts2S

    Thank you, that solved the problem. I just had to copy and paste my old unsaved files into new unsaved files, and now they’re being created in the new backup folder and backed up by Dropbox.

  • I updated to a new version, and my files are messed up

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    CreepyCreeper516C

    Here is a better one:

    Current One: https://imgur.com/a/wJg75

    What it’s supposed to look like: https://imgur.com/a/b1nYd

    It’s like it’s a different font and it looks like an old version. It’s kind of hard to see unless you make it full screen.