-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
TermControl: set the scrollbar jump distance to one screenful #7385
Conversation
Most applications with scrollable content seem to define the "large jump" distance as about a screenful of content. You can see this in long pages in Settings and documents in Notepad. We just weren't configuring ScrollBar here. Fixes #7367
🎉 Handy links: |
A bit OT but is there a difference between a store download and a GitHub download? Thanks!
|
Nope! |
Thanks. How about "Windows Terminal" vs. "Windows Terminal Preview"? |
Preview is one month "newer" than stable. Preview gets features faster, but might be a little less polished. |
I have a lot of trouble with the store. Where's the preview on GitHub? |
I got it from GitHub. It's installed. I can launch it from the install dialog (doesn't seem to find my settings.json). WT.TXT still opens v1.1.2233. |
Thanks, Dustin! "Manage app execution aliases" ... that works. I had never been there before. Is there an "ms-settings:" way to get there? I dislike the start button! And (as you know) this issue is fixed. |
That's the only settings page that there is not a |
Thanks again. Is there a ms-settings link for apps (that would be pretty close)? Where can I find a comprehensive list of ms-settings links? |
Never mind. "ms-settings:appsfeatures" works. And I found a list of URIs on the web. |
If the app execution alias points to one, how do I run the other (easily)? |
I wouldn't call the Start Menu easy. But I can automate that with any of a few apps that send keystrokes. Why run them both ... just because I can. :-) I noticed one difference between the stable version and the preview. Starting the stable version (1.1.2233.0) causes the "LicenseManager" and "ClipSVC" services to start. Starting the preview does not cause those services to start. I am curious about that. Is there any Win32 API interface with the app execution alias mechanism? |
I noticed one difference between the stable version and the preview. Starting the stable version (1.1.2233.0) causes the "LicenseManager" and "ClipSVC" services to start. Starting the preview does not cause those services to start. I am still curious about that. |
Most applications with scrollable content seem to define the "large
jump" distance as about a screenful of content. You can see this in long
pages in Settings and documents in Notepad.
We just weren't configuring ScrollBar here.
Fixes #7367
PR Checklist