Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider switching to Xi Editor from Scintilla #206

Open
emoon opened this issue Jun 28, 2016 · 3 comments
Open

Consider switching to Xi Editor from Scintilla #206

emoon opened this issue Jun 28, 2016 · 3 comments

Comments

@emoon
Copy link
Owner

emoon commented Jun 28, 2016

https://github.com/google/xi-editor seems to have good momentum and might be a good fit as

"Separation into front-end and back-end modules. The front-end is responsible for presenting the user interface and drawing a screen full of text. The back-end (also known as “core”) holds the file buffers and is responsible for all potentially expensive editing operations."

Mean that it should be possible to have a imgui/bgfx renderer for this.

Still I would say it's a bit too early as it lacks any highlighting and such.

@gwihlidal
Copy link
Collaborator

This seems like it could be used for the syntax highlighting:

https://github.com/trishume/syntect

@emoon
Copy link
Owner Author

emoon commented Jun 28, 2016

Yeah it was suggested here :) xi-editor/xi-editor#23 (comment)

@emoon
Copy link
Owner Author

emoon commented Dec 1, 2016

This may still be interesting even if with the switch to Qt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants