Pavel
Pavel
@cshnik Do text inputs have any limits of their own in WinAPI? Or Notepad2's limits are the only reason?
> The simplest way would be to adjust fixed text length to a reasonable big value and let all the other code work as is. Indeed, let's increase all buffers'...
> BTW after pressing `OK` in the dialog (switching to a file), the history is also cleared and only current file is kept there. Is this by design? I don't...
I can't reproduce this on Win10 or Win7. Does it happen with Notepad2?
> PS: to me this looks like an unexpected behavior, probably partially incorrectly implemented, refer to #101 Looks like a bug to me as well but it wasn't introduced by...
> Is this "regex" engine limited to a subset or is this some special flavour? Notepad2's regexp engine is indeed extremely limited but Notepad 2e is using Boost regexps which...
> I need to dig into the many, many menu items :-) Menu exists for you to learn the hotkeys, not to use it all the time. > and the...
> I would probably not click the menu all the time, but it's also to learn about the features _in the first place_ and sorry, but I can't be bothered...
This works extremely well. Add processing of Alt+Shift+Arrow by analogy with Ctrl+Shift+Arrow, i.e. in addition to moving caret make it select the text.
Great. Merge the branch if ready and delete it.