Xi: an editor for the next 20 years [video]
recurse.com
Xi: an editor for the next 20 years [video]
1–10 of 306 posts
Re: Xi: an editor for the next 20 years [video]
#2Xi sounds like an editor I'd love to use. Latency while typing is a jarring experience.
Re: Xi: an editor for the next 20 years [video]
#3This feels more correct. So the GUI authors can work on the chrome and polish, while the editor team focus on performance and all the nitty-gritty memory operations.
Re: Xi: an editor for the next 20 years [video]
#4Re: Xi: an editor for the next 20 years [video]
#5There finally starts to be consciousness about input and output latency for GUI applications. Xi sounds like an editor I'd love to use. Latency while typing is a jarring experience.
Re: Xi: an editor for the next 20 years [video]
#6Re: Xi: an editor for the next 20 years [video]
#7There finally starts to be consciousness about input and output latency for GUI applications. Xi sounds like an editor I'd love to use. Latency while typing is a jarring experience.
Fuschia front-end client for Xi: https://fuchsia.googlesource.com/topaz/+/master/app/xi/
Re: Xi: an editor for the next 20 years [video]
#8There finally starts to be consciousness about input and output latency for GUI applications. Xi sounds like an editor I'd love to use. Latency while typing is a jarring experience.
Re: Xi: an editor for the next 20 years [video]
#9The design documents (https://github.com/google/xi-editor/tree/master/doc/rope_sci...) explaining the concepts and implementation details is a must for those who want to understand its core.
But I still have my regards regarding input latency being accredited only to the text editor. I recently switched back to Linux (nvim running on alacritty with tmux) and the latency issues magically disapeared. During my iterm2 (and even terminal) period on OSX I felt horrible lag during operations which I don't even have time to blink with my current setup.
The last straw was once I found out iterm2 consuming 10% of my CPU in idle, the issue only happened when any non builtin font (menlo, monaco or courier) was used.
Re: Xi: an editor for the next 20 years [video]
#10Xi creator did an amazing work implementing ropes ( https://github.com/google/xi-editor/tree/master/rust/rope ) The design documents ( https://github.com/google/xi-editor/tree/master/doc/rope_sci... ) explaining the concepts and implementation details is a must for those who want to understand its core. But I still have my regards regarding input latency being accredited only to the text editor. I recently switched b…