pgAdmin 4 commit: Add search/replace support to the Query Tool, includi

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add search/replace support to the Query Tool, includi
Date: 2016-11-24 15:38:41
Message-ID: E1c9w6j-0001bK-NP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add search/replace support to the Query Tool, including regexp matching. Fixes #1765

Branch
------
master

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

Modified Files
--------------
docs/en_US/keyboard_shortcuts.rst | 38 +++++++----
web/pgadmin/browser/__init__.py | 1 +
web/pgadmin/static/css/overrides.css | 18 +++++-
.../tools/datagrid/templates/datagrid/index.html | 48 ++++++++++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js | 75 ++++++++++++++++++++++
5 files changed, 166 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-11-25 09:26:24 Re: [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false
Previous Message Surinder Kumar 2016-11-24 12:13:35 Re: [pgAdmin4][Patch]: RM1840 - cannot create gist index due to enforced ASC, DESC options in generated SQL