Skip to content

NPP RTL: Display Find in Files Progress window in RTL layout #13458

@Yaron10

Description

@Yaron10

STR:
Set NPP interface to RTL.
Run Find in Files.

Result:
The Progress window is displayed in LTR layout.

WS_EX_APPWINDOW | WS_EX_TOOLWINDOW | WS_EX_OVERLAPPEDWINDOW,

Should be replaced with

WS_EX_APPWINDOW | WS_EX_TOOLWINDOW | WS_EX_OVERLAPPEDWINDOW | (pNativeSpeaker->isRTL() ? WS_EX_LAYOUTRTL : 0),

Notepad++ 8.5.1.

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