pgAdmin III commit: Add an option to put keywords in uppercase

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add an option to put keywords in uppercase
Date: 2010-10-14 11:33:39
Message-ID: 201010141133.o9EBXdqn024629@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add an option to put keywords in uppercase

The user can check an option, so that every keyword he enters in a SQL box is
automatically in uppercase.

Implements #250.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5af897371b22c729c409d2bc7d4576e8426f01b3

Modified Files
--------------
pgadmin/ctl/ctlSQLBox.cpp | 5 +++++
pgadmin/frm/frmOptions.cpp | 9 +++++++++
pgadmin/include/utils/sysSettings.h | 2 ++
pgadmin/ui/frmOptions.xrc | 7 +++++++
4 files changed, 23 insertions(+), 0 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-10-14 11:43:15 Re: Two quick patchs for the querytool
Previous Message Guillaume Lelarge 2010-10-14 10:53:29 Re: ru_translate fixes