jimmyhmiller / jazz

jazz is a code editor for the web

Home Page:http://rawgit.com/stagas/jazz/0.2.0/examples/default.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jazz

a code editor for the web

-------------------------

features :

- focus on performance
- operate on large files no sweat
- loads 100k loc file under a second
- native scrolling (mobile also! woohoo)
- fast text buffer (uses a skiplist)
- fast syntax highlight & themes
- a theme editor(!)
- autocomplete (uses a prefixtree)
- full text search
- block highlight
- keyboard bindings
- undo/redo history
- selection & cut/copy/paste

-------------------------

but still :

it's an early release - there are bugs,
edge cases, optimizations to be done, etc


*** contributions are welcome ! ***


development : $ make install && make dev

where to start?
check out `./Issues` or `make todo`

-------------------------

mit licensed 2016 by stagas

About

jazz is a code editor for the web

http://rawgit.com/stagas/jazz/0.2.0/examples/default.html


Languages

Language:JavaScript 97.7%Language:CSS 1.3%Language:HTML 0.9%Language:Makefile 0.1%