madeso / ride

Ride IDE
MIT License
172 stars 16 forks source link

Use xi-editor for text editing? #118

Closed luolong closed 2 years ago

luolong commented 7 years ago

I know that you have chosen Scintilla based text editor for the text editor component, but there is pure Rust text editor engine called xi-editor.

I wich you would take a look at it as possible alternative for Scintilla.

madeso commented 7 years ago

I've been toying around with replacing scintilla with a custom control as I've noticed performance problem when changing colors with several buffers open and I'm missing some features that I would like to have.

Xi seems to be lacking at the moment, but it sure would be nice if I don't have to write a editor component myself.

luolong commented 7 years ago

There is a xi-mac project...

madeso commented 7 years ago

To replace scintilla I would at least need:

Continuing, in order to improve the current experience:

That being said, I haven't had the time to test xi yet, Ive just read the main readme and the roadmap.