[pgAdmin4][RM#3002] To fix the indentation issue in query tool editor

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM#3002] To fix the indentation issue in query tool editor
Date: 2018-02-27 13:10:49
Message-ID: CAKKotZTNyOJL13JMVFb0vWkb78NBR0mUdtbOc+wRBL4HMbYB4Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix the issue where Tab key was not working as expected in
query tool editor.

Steps to reproduce:
1) Type any multiline sql/text.
2) select the complete sql by pressing Ctrl+A.
3) Press Tab key multiple times, you will see the problem in code
indentation.

Please review.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_3002.diff text/plain 590 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-27 14:32:08 pgAdmin 4 commit: Add keyboard shortcuts for the Query Tool. Fixes #290
Previous Message Murtuza Zabuawala 2018-02-27 12:03:55 Re: [pgAdmin4][RM#3073] Allow user to schedule without End date from UI