cshnik
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...
Fixed.
Fixed.
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:  Another test for 3 flashes with 0.5 default cursor blink rate: 
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...