Pavel

Results 225 comments of Pavel
trafficstars

> There is another issue: high-DPI scaling is not applied for system dialogs (i.e when running MessageBox()). Please confirm if we should address it. Do you have ideas for how...

> Move Notepad2e to Display 1 and then return it back to Display 2. Is this workaround for the version before c8218bc83b138c262d530dbdbc1e59188a9c1113 only? --- It was suggested to fix DPI...

I can test exe in commit effc9b3dbaef921ad667ab67cfbfee2fc9ed5097?

It works but in the commit you reference `\r` and `\n`. Is it independent of File | Line Endings?

What I am asking is if this (https://github.com/ProgerXP/Notepad2e/commit/195c1d7f255023ec010a8b6a4ef55ed87beb6b9b): ```C + if (bAddNewLine) + { + data.insert(data.end() - 1, '\r'); + data.insert(data.end() - 1, '\n'); + } ``` ...works because internally...

> Курсор при этом устанавливается после разрыва строки. Notepad2 selects dropped text. Currently we do not select it, moving the caret to be after it. Need to combine both approaches:...

> Or do we need to always add new line but not to select it in case of p2? This is why I've said "Need to combine both approaches". We...

> если вставленный текст не оканчивается на разрыв Current implementation works but need to add a check if the dropped text ends on newline, and if it does then neither...

The problem was gone and I couldn't test it further. I'm keeping this issue open just in case it reappears.

I see this kind of flashing is totally unnoticeable, neither in Win10 nor in XP. The window title just becomes unfocused for about one second and then reverts. This is...