mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #11] Add option to open windows grouped by "Group" tag in configuration. #2888
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2888
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 @BrommD on GitHub (Jul 21, 2020).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/11
Originally assigned to: @VShawn on GitHub.
Hi
I would like to have the option to have opening profiles for a remote system being grouped by "Group" tag. So if I have several groups, each with several remote systems, on opening they are grouped in their own "Group" windows, not instead opening all in same window.
thanks
Regards, Dejan
@VShawn commented on GitHub (Jul 22, 2020):
I see what you mean.
these was pointed in my prototype develop plans, but there was some logic chaotic
These was confused me and it's why i not implement the feature.
Hope you give me some advice.😄
@BrommD commented on GitHub (Jul 22, 2020):
Hi, fair statement. For me, the TABs (as bag of profiles) are the "Group" names, so we would have here
TAB-G1:S1,S2,S3andTab-G2:S4,S5,S6. On movingTab-G1:S1to a new TAB, it loses the parentTab-G1tag, instead it creates its own new TAB (without a visual name), internally maybe asTAB-<UID>. You might provide the option to name the new fresh TAB...just an idea.Tab-G1:S2,S3stay as it is. If you continue to moveS2andS3to this newTAB-<UID>, the question is, what happened to lastS3on moving, when you drop it toTAB-<UID>, asS3is the lastTAB-G1tagged profile?Well, in my opinion, it loses (runtime) the
TAB-G1tag and getsTAB-<UID>instead. Means, the groupG1is gone until you open a newG1:Sxconnection. Me personally don't move aS1fromG1toG2regularly, as it is grouped correctly on setup the remote profiles. Anyway. So the first opening creates aGx-tag TAB, but on moving all its member away, it might get removed (runtime), if last member is gone.My thought is, on moving something away, the user is aware, that it moves sth away from a defined configuration (
TAB-Gx) to sth new, which cannot be predicted by the tool without support of that user itself. You may implement a feature, that i.e. on movingG1:S1and pressing a key (CTRL) at same time, the newTab-<UID>requests anamefor it, otherwise (simple muse-move, no CTRL pressed) it gets aTAB-<UID>(for handling), but Windows-titel/TAB maybe inherits sth likeTAB-S1(the first member of the new TAB).BTW, naming the Windows (Title) using the group name, instead of the active profile in that TAB, makes it easier to find the TAB in Windows task list...
And at the end, not having a
groupdefined for a remote profile requires you to name the TAB somehow.TAB-Default? :)Thanks for your time
@VShawn commented on GitHub (Jul 24, 2020):
thanx for your suggestion, I get some idea now.
AND design the new behavior flow of the Tab. OOPS it may takes time to make some code refactoring😲.
Let me know if your have any further advice❤️.
@BrommD commented on GitHub (Jul 30, 2020):
Hi
for 1) I can also live with a message box, requesting a new name (like mentioned above), if left emopty (so one hits "return" simply), it continues like before... should also work.
so far, I'm good with features...will let you know, if having sth new. Thanks.
@VShawn commented on GitHub (Aug 5, 2020):
@BrommD
Hi you could try this pre-release version to enjoy the grouped tab : ).
I knew it's not prefect as i thought that 'requesting a new name by message box' is not that beautiful AND i have no idea how to make it a better interaction.
Download
PRemoteM 0.4.8.2008052011.zip
e.g.
the new option is here, i wish you could enjoy it.

here is two tab: SSH tab & RDP tab

@BrommD commented on GitHub (Aug 5, 2020):
👍 it works so far.....
BTW, is it possible to have the grouped windows title being displayed as the "group name" by default, not as the active tab.
thanks very much
Dejan
@VShawn commented on GitHub (Aug 5, 2020):
sure thing, the 'Tab title naming style' option would be added in future It just easy but takes time.