cshnik

Results 150 comments of cshnik

> ...works because internally Scintilla uses Windows newlines and applies File | Line Endings only to the output file when saving? 1. The code changes for this improvement were made...

> 1. When dropping onto an empty line (as explained above), insert a blank line after the dropped text. This is current behaviour. > 2. Select the dropped text, excluding...

Here are some points: 1. "Save file" dialog never used specified hooks. 2. Please provide next details on the issue: - Are open/save file dialogs hang only on their very...

Done. Single window flash added with default cursor blink rate (dwTimeout = 0).

Additional change: flash window when there is only a single match in the document.

Standard FlashWindow() does the same as current FlashWindowEx() with single blink: ![FlashWindow1](https://user-images.githubusercontent.com/8019354/143332296-41aafaf3-576f-41cd-bc5b-a483566dfb07.gif) Another test for 3 flashes with 0.5 default cursor blink rate: ![FlashWindow2](https://user-images.githubusercontent.com/8019354/143333132-e2ade405-52ab-49fd-b625-830844edea5e.gif)

In my local tests Alt+P behave near the same way as Alt+R: selection get adjusted according to the applied command and remains visible on screen. Please provide steps to reproduce...