mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[GH-ISSUE #12] Features request #10
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @josesydor on GitHub (Feb 17, 2021).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/12
Hello there!
I'd like to ask for two features that would make my life easier:
Thanks!!!
@levinsv commented on GitHub (Feb 19, 2021):
Это может быть полезным.
Я сделал оба предложения.
@josesydor commented on GitHub (Feb 19, 2021):
Thank you so much for this!

There is a small detail though: Can you make new query executions (F8) in the same query window also start fresh from the last output pane position when you press F8 in a
query and the output pane is hidden?
Here is an example. Press F8 on a new query:
... and the output is in the default position even when I closed it in a previous position:

@josesydor commented on GitHub (Feb 19, 2021):
I guess the quickest way to describe what I wanted is:
Each most recent outputs pane position is the new default position...