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

This commit is contained in:
Dave Page
2016-11-24 15:38:30 +00:00
parent 89ed2a7deb
commit 394381bf75
5 changed files with 166 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ class BrowserModule(PgAdminModule):
# Add browser stylesheets
for (endpoint, filename) in [
('static', 'css/codemirror/codemirror.css'),
('static', 'js/codemirror/addon/dialog/dialog.css'),
('static', 'css/jQuery-contextMenu/jquery.contextMenu.css' if current_app.debug
else 'css/jQuery-contextMenu/jquery.contextMenu.min.css'),
('static', 'css/wcDocker/wcDocker.css' if current_app.debug