Leonard Hecker

Results 689 comments of Leonard Hecker

It's not really possible to delete PRs, but it's fine. If you have any specific questions regarding git, please let me know (e.g. how to forcefully update a branch with...

I made the decision to not support CRs (carriage returns) as line breaks because that simplifies seeking across lines a lot. At some point people will probably ask for support...

I just tested this with ISE on Windows 11 and it produces a UTF8-with-BOM document with CRLF line endings. To my knowledge ISE hasn't been updated in years (a decade?)...

> I don't know which color the text color will be under which conditions. The IME preview uses the foreground/background colors of the cell where the composition starts for the...

I did this for convenience so that if you just want to toggle a switch quickly, it puts you right back where you came from. Perhaps we can make it...

Similar to the proposals of using sockets, IPC/RPC, scripting languages, or external processes overall, the overall problem is that you can easily write a .so/.dll plugin that interfaces with shell...

We're not sure about the approach you've taken and will need longer to decide on whether to adopt this or not. I apologize for the wait.

We should instead split up `sys::init` into two stages: * Initialize the stdout/stdin handles (the call should never fail) * Initialize all the rest and switch to raw mode (may...

I'm not going to fix this in the current state of the editor as it would not mix well with the UI architecture. But I will mark this as a...

Yeah, that's something we could do for sure! Do you mind copying your comment into a new issue asking for close buttons?