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.
STR:
Set NPP interface to RTL.
Run Find in Files.
Result:
The Progress window is displayed in LTR layout.
notepad-plus-plus/PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp
Line 5635 in 508b3fa
Should be replaced with
Notepad++ 8.5.1.