justinvh / gitpaste

DEPRECATED - GitPaste is a clone of GitHub's Gist.
Other
185 stars 49 forks source link

Integrate a better editor like ACE #32

Open JamesMGreene opened 11 years ago

JamesMGreene commented 11 years ago

GitHub has recently updated their code editors to use ACE (which uses CodeMirror, IIRC). This brings a lot of nice perks: syntax highlighting while editing, auto-indentation, etc.

Would be great to see this for gitpaste, too. :)

Great work! :+1:

justinvh commented 11 years ago

The PY3 branch: https://github.com/justinvh/gitpaste/tree/py3 is already doing so :)

JamesMGreene commented 11 years ago

Oh, cool. Will the py3 branch remain separate or will it eventually become the master?

JamesMGreene commented 11 years ago

Also, is the py3 branch is hosted anywhere (like Heroku) for a quick perusal? :)

justinvh commented 11 years ago

Eventually it will merge back into master and the current branch will be branched into a 2.7 / Django 1.3 specific. I plan on throwing it up on Heroku, but not quite yet. Has some work to be done.

JamesMGreene commented 11 years ago

Thanks for the info. Very pleased with what you've got so far! :+1: