[pgAdmin][RM4631] PgAdmin IV browser locks up when trying to undo an edit

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM4631] PgAdmin IV browser locks up when trying to undo an edit
Date: 2019-09-02 09:57:10
Message-ID: CAM9w-_mNhBmYfwC7OFkY5cxgfdfu8J=r4_wDKuFAyaQBNBX9fg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to:
1) Optimise code folding code for better performance.
2) Moved all editor related preferences like Font size, Tab size, Brace
matching, etc. from options to a new category "Editor" .
3) Added two new preferences - Plain editor mode (text/plain), Disable code
folding.
4) Codemirror has its own limitations and lags for long text line. Using
plain editor mode will help improve the speed as it does not have the
overhead of syntax highlighting and code folding. Optionally, one can
disable code folding in normal SQL mode.

Kindly review.
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM4631.patch application/octet-stream 11.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-09-02 11:15:22 [pgAdmin][RM4584] HTML entities aren't escaped in database names
Previous Message Akshay Joshi 2019-09-02 09:56:01 pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for FTS