-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow removing the ellipsis... truncation symbol #2075
Comments
Hi, I don't think this proposal goes in the right direction. Your example will not happen, because if your example
Furthermore, you're only losing the space of A better solution, I think, for people like you who don't care about thumbnails, and focus on text, is to do what others apps like Contexts and Which are doing. You can already set AltTab to do this by tweaking the preferences in the Appearance tab. Look at the OP in this ticket to see what I mean: #2026 Through #351, I hope that we establish "pre-sets" so that you can turn AltTab, in one click in the preferences, from the default experience (same as Windows alt-tab), to something similar as the native macOS app-switcher (app-icons only), or to something similar to Contexts (vertical rows of text). |
How so? Both words are 16 characters. I understand that many letters are wider than a period, so it won't always be that but still So I'm a bit confused by your example:
where did the
Thanks for the suggestion, but I don't want to have just one column, that's also suboptimal — most window titles aren't long enough (as you can see on the video as well) to justify taking the whole line with just one item! And when I do it more dense with several columns, the
Yep, just ~10-20% characters |
In this example you shared, there are 2 possible options:
The case you imagine where we could just show the missing letter doesn't exist. If we can show it, we do. If we don't, it's thus that we couldn't physically fit it. We then need a strategy. There are many strategies here:
I went with the ellipsis. I think it's an elegant choice, and I like the flexibility of being able to pick the sides or the middle. Which clipping doesn't allow for instance. |
These aren't the options since there is no Applicatab.app, the path is the regular path to AltTab.app in the /Applications folder, which doesn't fit and gets truncated in the middle to those examples
Except it does exist, it's a simple case of replacing 3 characters
So do I, thanks for that option, I usually pick to trim the middle if there is an option since it's usually less valuable (especially when you have various
Why not? The only thing that changes is the truncation symbol —
all the other text trimming options can remain as is — you can clip in the middle/beginning or the end with either of those custom truncation symbols |
Again, if we could replace the ellipsis with the actual characters, we would just display them. The reason we display ellipsis is because the width of the ellipsis is smaller than that of whatever it replaces.
That's not clipping. Clipping refers to cutting the pixels abruptly like with a pair of scissors. I prefer an ellipsis because yes it's 3 dots wider, but it explains that there was a cut, and where it is. Clipping is rough. It can look like a visual bug, and confuse people. If it doesn't cut in the middle of a letter, then it may even confuse people as they have no way to know that the full name of the window is not shown. It's not aesthetically pleasing. Finally, you can clip in the middle because then it's impossible to tell that a piece was removed. I'll stop discussing this I think. Ellipsis is reasonable. It's a convention people understand. It's widely used in macOS (e.g. in the Finder). It's built-in, whereas anything more custom would require lots of hard work. I don't know if you've ever worked on pixel-perfect text layout algorithm but this stuff is PHD-level to support all languages. Like good luck implementing it correctly for Arabic and Chinese. Your request may work for you because you know what you want and are willing to push the limits. 99% of users will be fine with the current ellipsis. We probably actually already provide too many preferences to customize the experience (see #351) |
No you wouldn't! They wouldn't ALL fit, the whole point of the ellipsis is to indicate that. Let's try another example, don't understand where the confusion lies (let's assume fixed-width fonts for simplicity):
Yes, can't you cut the pixels with a pair of scissors in the middle of a word and glue that word back toghether?
Ok, so you'll continue using the ellipsis. I'd be fine without those explanations or with those explanations conveyed with a shorter indicator
No it can't because those confused people will simply continue to use the ellipsis. I won't be confused, as I mentioned in my original post
Which is fine, I'd take more content for less pleasure
It's not impossible, it's just harder, which is also fine for me
Ok, that's a major roadblock. But do you mean that even pixel clipping in the middle is also too hard?
Thas has simple solutions to separate average advanced users, for example, the one I mentioned #351 (comment). Or you could use an extra "advanced flag" that shows more tabs with options but only for advanced users |
Is your feature suggestion related to a problem? Please describe.
The
...
truncation symbol takes valuable space in packed AltTab lists with many apps/windows opened (especially when used without thumbnails, so text is the only thing you rely on)Describe the solution you'd like
Please add an option showing no truncation symbol, I'm generally already aware that the full name doesn't fit, expect it and wouldn't worry if I see
/ApplicatTab.app
instead of/Applic...ab.app
Describe alternatives you've considered
You could maybe use another truncation indicator at the top/bottom of the text that wouldn't cut into the text length itself, but that's more complicated
The text was updated successfully, but these errors were encountered: