pgAdmin 4 commit: Oh look, a syntax highlighting, line numbering, block

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Oh look, a syntax highlighting, line numbering, block
Date: 2015-02-13 11:58:15
Message-ID: E1YMEsx-0003Yc-Rz@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Oh look, a syntax highlighting, line numbering, block folding, auto-complete-capable editor.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f4982efb19d738543bc29666eb6623836f794c90

Modified Files
--------------
libraries.txt | 2 +-
web/pgadmin/browser/templates/browser/body.html | 77 +-
web/pgadmin/static/css/codemirror/codemirror.css | 309 +
.../static/js/vendor/codemirror/codemirror.js | 8045 ++++++++++++++++++++
.../static/js/vendor/codemirror/mode/sql.js | 391 +
5 files changed, 8812 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-02-13 13:13:54 pgAdmin 4 commit: Fix the gutter height of the editor when the parent i
Previous Message Dave Page 2015-02-12 15:00:02 pgAdmin 4 commit: Fix the navbar so it's responsive