forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Drag And Drop Reorder Tabs && Tabs Have Their Own Result Sets
- This topic is empty.
-
AuthorPosts
-
-
June 15, 2006 at 7:04 pm #9742
TGKnIght
MemberDrag and Drop Reorder Tabs —
You click on a tab, drag it to a different position and it reorders the tabs for you..
Tabs have their own result sets —
Each Tab should display it's own result set instead of one result set shown for every tab…
-
June 16, 2006 at 4:56 am #21912
peterlaursen
Participant1) drag'n'drop:
there are more places where drag'n'drop could be implemented. It takes an awful lot of time. It is not high priority right now I think.
2
“Each Tab should display it's own result set instead of one result set shown for every tab…”
My left shoe should be on my left foot and not my left foot in my left shoe ?????
… Sorry but I do not understand what you mean! 🙄
-
June 16, 2006 at 7:21 am #21913
Ritesh
MemberIf I correctly understand, you want the result tab to stick to the corresponding query tab.
Right now, the same result tab is being shared among all query tabs. So if you want to compare two result-sets side-by-side, you need to write multiple queries in the same query tab. Many users have requested that each query tab would have their “own” set of result tabs.
Am I correct?
-
June 16, 2006 at 8:03 am #21914
peterlaursen
ParticipantOh yes .. that could be! 🙂
Well then let me repeat my implementation proposal:
A RESULT tab has a 'pin' icon on it. It is normally 'greyed out'. Clicking it makes it 'color-up' and that TAB gets 'sticky' (won't go away unless you explicitly close it or make it 'non-sticky').
-
June 16, 2006 at 2:53 pm #21915
TGKnIght
MemberYes the sticky idea seems like a great implementation..
I think if you do something like that, the stickied results should open up a new pane in addition to the result pane belonging to the particular tab you are on.
Imagine that we have a “tab pane” and a optional “sticky pane”.
You run a query, the results fill in the “tab pane” which is the only visible pane at this point..
Next you click the sticky button, which opens up the “sticky pane” and fills the results with the same info in the current “tab pane”.
Now you click to a different query tab, the “sticky pane” stays the same, but the “tab pane” is now a fresh start.
The panes should be drag and droppable too so the user can choose side-by-side or over-under layouts.
-
-
AuthorPosts
- You must be logged in to reply to this topic.