pgAdmin 4 commit: Query tool file handling cleanup. Fixes #1460

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Query tool file handling cleanup. Fixes #1460
Date: 2016-07-21 12:44:46
Message-ID: E1bQDLK-0005ud-GH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Query tool file handling cleanup. Fixes #1460

- Opening a file should set the tab name to the filename
- Editing a file should add a * to the tab name to indicate the file is dirty
- Saving changes to a file should clear the *
- The Save button should have a drop-down menu, with a Save As option.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7d7577c7c838904123fb8183890b3d6c41ae8a5
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../tools/datagrid/templates/datagrid/index.html | 16 ++++++
.../sqleditor/templates/sqleditor/js/sqleditor.js | 64 ++++++++++++++++++----
2 files changed, 69 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-21 12:48:20 Re: patch for RM1460 [pgAdmin4]
Previous Message Dave Page 2016-07-21 12:28:05 Re: PATCH: To fix the issue where AJAX request do not get fired second time (pgAdmin4)