• 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
    7k 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
    930 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.

  • "Find Prev" button is missing

    Locked
    1
    1 Votes
    1 Posts
    886 Views
    No one has replied
  • Make folder browser bigger in search and replace

    Locked
    1
    1 Votes
    1 Posts
    803 Views
    No one has replied
  • NumLock switched off when launching Notepad++

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Theo-Fondse

    There is probably a better solution, but until you find it you could script turning Num Lock back on after Notepad++ starts up with the Pythonscript plugin.

    Put the following code in startup.py and make sure Pythonscript’s “Initialisation” option is set to ATSTARTUP (under the Configuration menu option for the Pythonscript plugin). Note that Pythonscript is only 32-bit right now, so it will only work with 32-bit Notepad++.

    I really hope you find a better solution and don’t have to resort to this !! :-D

    If this (or ANY posting on the Notepad++ Community site) is useful, don’t reply with a “thanks”, simply up-vote ( click the ^ in the ^ 0 v area on the right ).

    import ctypes def turn_on_numlock(): VK_NUMLOCK = 0x90 KEYEVENTF_EXTENDEDKEY = 0x01 KEYEVENTF_KEYUP = 0x02 GetKeyState = ctypes.windll.user32.GetKeyState keybd_event = ctypes.windll.user32.keybd_event if not GetKeyState(VK_NUMLOCK): keybd_event(VK_NUMLOCK, 0x45, KEYEVENTF_EXTENDEDKEY | 0, 0) keybd_event(VK_NUMLOCK, 0x45, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0) turn_on_numlock()
  • Error XRMtools plugin

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Session management in multi-instance mode

    Locked
    1
    0 Votes
    1 Posts
    917 Views
    No one has replied
  • Search text, only in ranges in the line!

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Nicolas MachadoN

    @Scott-Sumner You are totally right, reg expression are still a mystery for me. I use it in a dummy way, chek email format, numbers. But to me is a pending issue. Thank you very much, you gave me more than I expect.

  • how to set this up

    Locked
    1
    0 Votes
    1 Posts
    853 Views
    No one has replied
  • Syntax sql is not correct

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

    This appears to be a bug in Scintilla that has been there since the dawn of time. Coincidentally, this was patched a month ago. The bad news is that it can take a long time before NPP gets a new Scintilla engine. If it’s really vexing you, you could install the Poor Man’s T-Sql Formatter plugin. I think that comes with a custom language definition that doesn’t suffer from the same bug. It does some nifty automatic formatting for you too.