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

Implement CodeMirror instead of Bitter for syntax hightlighting #34

Open
brendo opened this issue Apr 16, 2013 · 2 comments
Open

Implement CodeMirror instead of Bitter for syntax hightlighting #34

brendo opened this issue Apr 16, 2013 · 2 comments

Comments

@brendo
Copy link
Member

brendo commented Apr 16, 2013

Originally from this issue, Bitter preprocessing the XML at the server level which causes the page to hang and take a long time to execute.

By moving the processing off the server and into the client side, things should be quicker.

Implementation details of CodeMirror start in this comment

@brendo
Copy link
Member Author

brendo commented Apr 16, 2013

Note that the CodeMirror submodule would enable the rest of Symphony to use the syntax highlighting if required (ie. we have the current highlighting for error pages, but if CodeMirror is around, it is enhanced).

@nitriques
Copy link
Member

It's much faster now since b3aabb7

I think it can even be closed.

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