Re: [pgadmin-hackers] [PlumAdmin][Weekly Design Update]

2017-02-24 Thread Adam Brusselback
I just wanted to chime in because both of these features are things I used heavily in previous jobs with different DBMS. > History : Enabling users to be able to see their full queries within the > history panel > > What we know > >- > >Users want to reuse queries when they are iterating u

Re: [pgadmin-hackers] [pgadmin-support] Final pgAdmin III - v1.22.2 Released

2016-11-10 Thread Adam Brusselback
Regarding: 2016-02-16 DP 1.24.0 Allow multiple SQL editor tabs to be used in the query tool [Sergey Busel] I am not seeing that change in this release. I see the commit on master, but I don't see the changes in the source download for this release tag. Was very much looking forward to having th

Re: [pgadmin-hackers] Fixed RM #1356

2016-06-20 Thread Adam Brusselback
Another that may be worth looking into is Vaadin Elements Grid (and possibly some of the other Vaadin Element components where applicable): https://vaadin.com/elements/-/element/vaadin-grid On Mon, Jun 20, 2016 at 4:42 AM, Dave Page wrote: > > > On Mon, Jun 20, 2016 at 6:41 AM, Akshay Joshi < >

Re: [pgadmin-hackers] Fix for issue RM1336 [pgadmin4]

2016-06-20 Thread Adam Brusselback
I'm just wondering what the thought process is for making the shortcuts configurable, or why that's going to be significantly hard? I find that to be highly desirable feature, one of the reasons being avoiding something like this from happening (with browser bindings). Some of us have other tools w

[pgadmin-hackers] [debugger] Ability to execute statements at breakpoint and analyze results of data returning statements

2016-06-18 Thread Adam Brusselback
Hey all, I am not sure if this is really the right place to ask/propose this or not, but I thought i'd give it a shot. If nothing else I can be pointed to the correct place. Let me preface this with: I am not at all familiar with the underlying code of the debugger, how it interacts with Postgres