• File Status Auto-Detection did not notice a change (NPP 8.4.2)

    2
    0 Votes
    2 Posts
    901 Views
    PeterJonesP

    @Jay-Libove said in File Status Auto-Detection did not notice a change (NPP 8.4.2):

    Hm. This might be: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11857

    Most likely. The best plan is to watch for a fix there, and when it is fixed, see if it fixes your problem as well.

  • Forum email notifications

    15
    2 Votes
    15 Posts
    3k Views
    PeterJonesP

    @sterling-advisory said in Forum email notifications:

    ahan that is awesome i was confused before

    Please note that the word “never” was written in 2020, when it never had previously worked. That feature was not enabled until 2021 – but since 2021, it has worked for some people with some email providers: for example, I have successfully had my confirmation email and can turn email notifications on and off with the expected results. The forum management is actively working on making it function more reliably when sending to other providers

  • How to remove text after specific characters from each line?

    3
    0 Votes
    3 Posts
    14k Views
    guy038G

    Hello, @Геннадий-Гайдукевич, @neil-shcipper and All,

    In the Find What: field of your picture, we see that searched string :

    ?__cft-.*

    So, from your shown text, I suppose that the correct regex syntax is :

    SEARCH \?__cft__.*

    REPLACE Leave EMPTY

    Best Regards

    guy038

  • Notepad++ is crashing abruptly

    6
    0 Votes
    6 Posts
    486 Views
    Amol TarteA

    @Amol-Tarte Hi @PeterJones
    The problem is solved after removing BigFiles plugin.
    Sorry for delayed reply and Thanks.

  • Moving profile from machine to machine

    2
    0 Votes
    2 Posts
    345 Views
    PeterJonesP

    @Will-Pittenger ,

    If you did the copy of the …\AppData\Roaming\Notepad++ (also known as %AppData%\Notepad++ 🛈 – and Notepad++ has not put anything in …\AppData\Local since at least v7.6.3, and I don’t remember it putting anything in there prior to v7.6.x) while the destination Notepad++ was open (either on the source or the destination), then when you closed Notepad++ it would overwrite what’s there.

    If Notepad++ was not open when you did the copy, then that should have copied over your current session, which would include full paths to every file that was open, and it would include your periodic-backup directory for unsaved files (if you have that option enabled) and those new # files would also be listed in the session file… so it should have copied all that.

    But of course, that only applies with standard installations of Notepad++ with the normal file locations, which may or may not be how you are configured, either on the old machine or the new.

  • Matrix room for Notepad++

    2
    0 Votes
    2 Posts
    228 Views
    Alan KilbornA

    @Will-Pittenger said in Matrix room for Notepad++:

    you probably have a Gitter room

    The “gitter room” was shut down some time ago for Notepad++. I can’t remember the reason why.

    Anyway, why do you feel a “matrix room”, a “gitter room”, or a “discord room” would be great things for Notepad++?

  • Bookmark specific lines down till before another specific line

    6
    0 Votes
    6 Posts
    355 Views
    Isaac GohI

    @alan-kilborn
    This is what I need. Appreciate your prompt assistance, many thanks Cheer!!!.

  • Bug: Text printing incorrectly (8.4.2 x64)

    3
    0 Votes
    3 Posts
    266 Views
    feathered-archF

    @peterjones Ah-hah! Hadn’t noticed that sub-option. Fixed.

  • Cannot sort lines ending with \n or \r only

    6
    0 Votes
    6 Posts
    468 Views
    Alan KilbornA

    I made a suggestion for a replacement function for stringSplit(), to allow proper handling of mixed line-endings in the sort, but I did it HERE rather than, well, here.

  • Can a resizable window be created for FIND and REPLACE?

    6
    2 Votes
    6 Posts
    633 Views
    Alan KilbornA

    The OP never made this a true feature request.

    But it did get a mention in an issue HERE, by me.

  • Default Language Style

    3
    0 Votes
    3 Posts
    463 Views
    PeterJonesP

    @fly-wire ,

    The colors chosen for Python lexer/syntax highlighting can be found in Settings > Style Configurator, and selecting Python from the language choices. The default colors in the default theme were somehow chosen by the developers in ages past; the colors defined in other themes were chosen by the theme creators.

    The code that handles parsing the Python text and deciding which characters to color with each style are compiled as part of the Notepad++ application, and cannot be changed without re-building Notepad++ from source

  • Indentation and collapsing normal text

    3
    1 Votes
    3 Posts
    1k Views
    EkopalypseE

    @sagesse-magezi

    normal text is the only document type that does not have a
    so-called lexer assigned to it, so no coloring and folding is done.
    If none of the existing lexers, like Python, Yaml, etc., can be used,
    then you have to create your own, using a user defined language (udl).
    The only drawback I can see is that a udl cannot apply folding by
    indentation, only by defining an open fold token like { and a closing one like }.

  • Strange beginning line...

    6
    0 Votes
    6 Posts
    498 Views
    EkopalypseE

    @massefur

    first value changes from Normal Text File to User Defined Language

    The user defined language (internally called Lexer) formats the document according to your settings. For example, if you have assigned a different font, font size, or font attribute in addition to the color, this can easily lead to a different layout, especially when using word wrap. What exactly the problem is is hard to say without knowing what you have done.

  • v8.4.2 Closing When Opening 0 Byte NFO File

    2
    0 Votes
    2 Posts
    201 Views
    Michael VincentM

    @cam

    Looks like it may be fixed in the next release.

    Cheers.

  • v8.4.2 bug

    22
    0 Votes
    22 Posts
    3k Views
    PeterJonesP

    @rdipardo ,

    The debug instructions don’t trash anything – they temporarily rename a folder. I believe it is a solid debugging plan to try to narrow down where the problem is coming from. There are times when the plugin is at fault, even if it’s not because of the 64bit-only change in Notepad++.

    But since it bothers you, the paragraph now emphasizes 64bit for the v8.3 change:

    in the 64bit Notepad++, v8.3 updated the communication rules between plugins and the application to better handle large files (>2GB) which required all 64bit plugins that used certain protocol calls to release a new version.

  • Macro playlist

    7
    0 Votes
    7 Posts
    519 Views
    deleeleeD

    @peterjones said in Macro playlist:

    @peterjones said in Macro playlist:

    I’ll add it to my “to fix” list

    While working on PR #371, I realized that maybe the Macro > Run a Macro Multiple Times (which is a dialog I had never used) was what was meant by the “playlist”. But since that was confusing, I removed that phrase, and instead refer to the official name for that menu entry. Hopefully, that makes it more clear.

    Thank you :-)

  • Markdown Query

    2
    0 Votes
    2 Posts
    286 Views
  • Notepad++ 8.4.2 64 bit suddenly closes for no reason

    6
    0 Votes
    6 Posts
    4k Views
    James RosemaryJ

    @james-rosemary There is a patch to the jN plugin that solves the problem for me here:
    https://github.com/sieukrem/jn-npp-plugin/issues/110

  • Search window not good convenient

    2
    0 Votes
    2 Posts
    222 Views
    Alan KilbornA

    @save_humanrace said in Search window not good convenient:

    No “Find previous” button.

    a36e2151-7c6c-4dca-85ac-17c0ac35a85c-image.png

    And the window is too big. Make smaller.

    This is a common complaint. Some active discussion HERE about it.

  • Find in Files not giving accurate results

    3
    0 Votes
    3 Posts
    753 Views
    PeterJonesP

    @epca ,

    For more on binary files, and why it is unreasonable to expect a text editor to be able to search a binary spreadsheet (.xlsx) or word processor document (.docx) or PDF or any other such binary file, see this FAQ