Обсуждение: plus + sign's for parentheses () in pgadmin

Поиск
Список
Период
Сортировка

plus + sign's for parentheses () in pgadmin

От
Alison Thompson
Дата:
I think I have not found my answer as I do not know how to properly call the objects.

but, looking in the menu's of pgadmin 1.14 and the help documentation I can see no references to nor how to remove the + signs for parentheses that have shown up in the latest version of pgadmin - anyone know how to remove/hid them?

Re: plus + sign's for parentheses () in pgadmin

От
Guillaume Lelarge
Дата:
On Mon, 10 Oct 2011 21:27:01 -0400, Alison Thompson
<thompson.alison@gmail.com> wrote:
> I think I have not found my answer as I do not know how to properly call
> the objects.
>  but, looking in the menu's of pgadmin 1.14 and the help documentation I
> can see no references to nor how to remove the + signs for parentheses
> that have shown up in the latest version of pgadmin - anyone know how to
> remove/hid them?

Maybe if you told us what issue you had, we may help you. Right now, I
have absolutely no idea what you're talking about.


-- 
Guillaumehttp://www.postgresql.frhttp://dalibo.com


Re: plus + sign's for parentheses () in pgadmin

От
Guillaume Lelarge
Дата:
On Tue, 11 Oct 2011 20:51:47 -0400, Alison Thompson
<thompson.alison@gmail.com> wrote:
> Yes, ofcourse,
> in the latest release of pgadmin, in the sql editor window where you
> write queries,
> enter:
> select (
> )
>  and you will see a box in the left margin that appears with a '-' in
> it.  click that and it collapses the area contained by the ( ), it now
> has turned into a +, which you can click and it expands the area that is
> in the (). 
> My question is how does one get rid of that functionality.  I do not
> see it in the release notes anywhere, and I don't see a menu entry for
it
> on the View menu.  Is there a key somewhere I can toggle to get it to
> be disabled/hidden? 
> 

Nope. There's no way to disable it. Maybe something to add to the next
release, but actually, I don't see the point. It's never collapsed by
default, so the display doesn't change much between. Just don't click the
minus buttons.


-- 
Guillaumehttp://www.postgresql.frhttp://dalibo.com


Re: plus + sign's for parentheses () in pgadmin

От
Alison Thompson
Дата:
Yes, ofcourse,

in the latest release of pgadmin, in the sql editor window where you write queries,

enter:

select (

)

and you will see a box in the left margin that appears with a '-' in it.  click that and it collapses the area contained by the ( ), it now has turned into a +, which you can click and it expands the area that is in the ().

My question is how does one get rid of that functionality.  I do not see it in the release notes anywhere, and I don't see a menu entry for it on the View menu.  Is there a key somewhere I can toggle to get it to be disabled/hidden?



On Tue, Oct 11, 2011 at 2:28 AM, Guillaume Lelarge <guillaume@lelarge.info> wrote:
On Mon, 10 Oct 2011 21:27:01 -0400, Alison Thompson
<thompson.alison@gmail.com> wrote:
> I think I have not found my answer as I do not know how to properly call
> the objects.
>  but, looking in the menu's of pgadmin 1.14 and the help documentation I
> can see no references to nor how to remove the + signs for parentheses
> that have shown up in the latest version of pgadmin - anyone know how to
> remove/hid them?

Maybe if you told us what issue you had, we may help you. Right now, I
have absolutely no idea what you're talking about.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com



--
Alison
www.thethompsontales.blogspot.com

Re: plus + sign's for parentheses () in pgadmin

От
Raymond O'Donnell
Дата:
On 12/10/2011 01:51, Alison Thompson wrote:
> Yes, ofcourse,
> 
> in the latest release of pgadmin, in the sql editor window where you
> write queries,
> 
> enter:
> 
> select (
> 
> )
> 
> and you will see a box in the left margin that appears with a '-' in it.
>  click that and it collapses the area contained by the ( ), it now has
> turned into a +, which you can click and it expands the area that is in
> the ().
> 
> My question is how does one get rid of that functionality.  I do not see
> it in the release notes anywhere, and I don't see a menu entry for it on
> the View menu.  Is there a key somewhere I can toggle to get it to
> be disabled/hidden?

Why on earth would you want to? :-) It sounds really useful.

Ray.

-- 
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


Re: plus + sign's for parentheses () in pgadmin

От
Alison Thompson
Дата:


On Wed, Oct 12, 2011 at 2:39 AM, Guillaume Lelarge <guillaume@lelarge.info> wrote:

Nope. There's no way to disable it. Maybe something to add to the next
release, but actually, I don't see the point. It's never collapsed by
default, so the display doesn't change much between. Just don't click the
minus buttons.


I would want to as it is adding visual noise - and it is not even working properly, you can end () on another line and it has phantom arms stretching below the actual last ) , hence the visual noise.