Skip to content

[REGRESSION] Plugins cannot recieve some categories of SCN_MODIFIED notification anymore #16121

@donho

Description

@donho

Is there an existing issue for this?

  • I have searched the existing issues

Description of the Issue

In v8.7.6, Scintilla notification SCN_MODIFIED are limited to SC_MOD_DELETETEXT | SC_MOD_INSERTTEXT | SC_PERFORMED_UNDO | SC_PERFORMED_REDO | SC_MOD_CHANGEINDICATOR 5 categories for improving large files' performance. As a result, the plugins which process the notification SCN_MODIFIED with its flags beyond the above 5 ones won't work correctely.

Steps To Reproduce

ref: https://community.notepad-plus-plus.org/topic/26588/notepad-v8-7-6-released/2?_=1738230158535

Current Behavior

Columns++ & NppLspClient doesn't work corectely with Notepad++ v8.7.6.

Expected Behavior

Columns++ & NppLspClient work corectely with Notepad++ v8.7.6.

Debug Information

Notepad++ v8.7.6   (64-bit)
Build time : Jan 24 2025 - 08:27:33
Path : C:\Program Files\Notepad++\Notepad++.exe
Command Line : 
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
Periodic Backup : ON
Placeholders : OFF
DirectWrite : ON
Multi-instance Mode : monoInst
File Status Auto-Detection : cdEnabledNew (for current file/tab only)
Dark Mode : OFF
OS Name : Windows 11 Home (64-bit)
OS Version : 24H2
OS Build : 26100.2894
Current ANSI codepage : 1252
Plugins : 
    ColumnsPlusPlus (1.1.3)
    mimeTools (3.1)
    NppConverter (4.6)
    NppExport (0.4)

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions