mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #359] Sortorder in ALT+M Menu #2235
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#2235
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 @helmar74 on GitHub (Feb 26, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/359
Originally assigned to: @VShawn on GitHub.
Is your enhancement related to a problem? Please describe.

Currently the sort order in ALT+M Menu is fixed. The last used connections are shown on 1st place in menu, the fore last on 2nd position and so on.
Current ALT+M Menu:
Describe the solution you'd like
For me it would be great if the sort order could be change with an option or configuration parameter.
It should be possible to sort by connection name. (like it is possible in the main menu)
As I have a lot of connections it would reduce search effort ;-)
Describe alternatives you've considered
.
Additional context

"New" ALT+M Menü, sorted by connection name:
@VShawn commented on GitHub (Mar 2, 2023):
it is easy to make this change, all i need to do is hide the ip address line.
but if so you will not able to search by host & username, it's that ok?
@helmar74 commented on GitHub (Mar 2, 2023):
That would be fine for me. But maybe you can also make it "configurable"?
For example:
@VShawn commented on GitHub (Mar 4, 2023):
I think twice and find it weird if I order items by name in the launcher.
Since items are already sort by name in the main window view, a name order launcher looks meaningless...
@helmar74 commented on GitHub (Mar 4, 2023):
OK, but it would make it easier to find in the launcher...
For me it's quicker to find a connection just scrolling down the list instead of typing in launcher.
@helmar74 commented on GitHub (Mar 7, 2023):
Great, thank you so much!
In which version will it be active?
@VShawn commented on GitHub (Mar 7, 2023):
well, this ticket will not be achieved since it was moved into 'Limbo'
@VShawn commented on GitHub (Mar 7, 2023):
if you strongly expect this feature, you can build a own version by fork this project and remove the order method in the launched:
in LauncherWindowViewModel.cs
around line 390, remove the statement
.OrderByDescending(x => x.Server.LastConnTime)in code below.edit and commit the change, then github action will help you build a new release packge for you.
Quite easy hum :)
@helmar74 commented on GitHub (Mar 8, 2023):
Sorry for the question, but what das "Limbo" mean?
@majkinetor commented on GitHub (Mar 14, 2023):
Limbo is the place where some request/ideas live. They generally have merit but its not certain if they are going to get implemented due to complexity, other more important ideas etc. So they are levitating in limbo for the time being. From there, they can go to Next or get closed as in no, we are not going to do that, based on discussion.
@VShawn commented on GitHub (Mar 15, 2023):
Oh sorry for forgot to reply this one.