1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-24 14:33:02 +02:00

Adds text file preview and highlighting.

This commit is contained in:
Lars Jung
2012-08-04 21:47:22 +02:00
parent 974392d2eb
commit 90b0b97e22
57 changed files with 5924 additions and 78 deletions

View File

@@ -23,6 +23,7 @@ It profits from these great projects:
[Modernizr](http://www.modernizr.com) (MIT/BSD),
[modulejs](http://larsjung.de/modulejs/) (MIT),
[Moment.js](http://momentjs.com) (MIT),
[SyntaxHighlighter](http://alexgorbatchev.com/SyntaxHighlighter/) (MIT/GPL),
[Underscore.js](http://underscorejs.org) (MIT)
@@ -37,6 +38,7 @@ It profits from these great projects:
* adds Google Analytics support (async)
* improves filter (now ignorecase, now only checks if chars in right order)
* adds keyboard support to image preview (space, enter, backspace, left, right, up, down, f, esc)
* adds text file preview and highlighting with [SyntaxHighlighter](http://alexgorbatchev.com/SyntaxHighlighter/) (keys: left, right, esc)
* changes language code `gr` to `el`
* adds localization for filter placeholder
* adds `hu` translation by [Rodolffo](http://github.com/Rodolffo)