Re: A few suggestion to the function editing window - Mailing list pgadmin-support

From Andreas Pflug
Subject Re: A few suggestion to the function editing window
Date
Msg-id 41C8586A.8020403@pse-consulting.de
Whole thread Raw
In response to A few suggestion to the function editing window  (Vitaly Belman <vitalyb@gmail.com>)
List pgadmin-support
Vitaly Belman wrote:
>>From simple to complex:
> 
> 1) Smart tabs: It is a standard in most editing programs. If user TABs
> and then presses enter, the cursor should keep the tab position.

Do you know a scintilla style for that? Implementing that ourselves 
would probably lead to a disaster, because we'd interfere with 
scintilla's own enter handling.

> 2) Upper case for keywords: How about UPPERCASING the keywords of SQL/plpgsql?

Nope. We won't change the user's input. Different users like it 
different, esp. pgsql users are traditionally lowercase friendly. We're 
doing syntax highlighting for that.


> 3) A bit complex but sure would come handy. I wish there an option to
> quickly format SQLs from inside the pgAdmin. It isn't too complicated
> to do, but would save me a lot of time.

Ahem no, not really complicated. Just needs a parser...

Regards,
Andreas


pgadmin-support by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Mac OS X interface problems
Next
From: andre farias
Date:
Subject: Re: problems with debian+gnome2.2+pgadmin3