Gitpod: [hints] Adjust hints and tips

Created on 20 Feb 2019  路  7Comments  路  Source: gitpod-io/gitpod

This keybinding only works on macOS, I am on macOS so I do not know whether Windows/Linux users see the same or not, but giving a non-working hint can be bad.
screen shot 2019-02-20 at 09 09 49

Go back: isOSX ? 'ctrl+-' : isWindows ? 'alt+left' : /*isLinux*/ 'ctrl+alt+-'
Go forward: isOSX ? 'ctrl+shift+-' : isWindows ? 'alt+right' : /*isLinux*/ 'ctrl+shift+-'

https://github.com/theia-ide/theia/blob/234b88961be3b335dc6e567cef057f89a55aecb2/packages/editor/src/browser/editor-keybinding.ts#L26-L39

bug

All 7 comments

And this one is incorrect, we open a new terminal with Ctrl+` on each platform. Long sotry short; Cmd should be Ctrl.
screen shot 2019-02-20 at 10 06 01

To piggy-back on this issue, I think the tips are awesome, but:

I find it really confusing that commands are blue, the color of links (I actually tried to click it):
screenshot 2019-02-20 at 10 10 13

Also, actual links, are white (maybe they should be blue, instead of the commands?):
screenshot 2019-02-20 at 10 10 06

And some tips are very long. As a lazy person, I'll never read this:
screenshot 2019-02-20 at 10 09 54

Additionally, I suggest we add this tip:

Hold Option + Shift to select code vertically.

because vertical selection is really cool and useful, and more people could benefit from it.

And maybe the wording of:

Check docs.gitpod.io to learn what's possible.

could be improved, e.g. with something like "to learn more about what Gitpod can do for you"? Or "to see all the ways to fine-tune your developer experience"?

Hold Option + Shift to select code vertically.

For me the shortcut moves lines. What operation do you want to highlight?

I agree with the blue. But would like to keep the links white, too. To make the messages less noise.

Hold Option + Shift to select code vertically.

For me the shortcut moves lines. What operation do you want to highlight?

Ah, sorry for the ambiguous wording. I meant holding Option + Shift and clicking to select text (this selects vertically, instead of line-by-line). On a side note, Option + Shift + Arrow is so weird, its goal is to duplicate lines above or below?

One more small thing, the magnifying glass looks weird in the prefix-tip URL bar:

screenshot 2019-02-20 at 14 07 12

I initially thought it was placed there by hand (padding on right seems exaggerated, and vertical alignment looks off) but then I realized that it's this way in Chrome's URL bar too.

Still, can we remove it? I feel like the magnifying glass distracts from the prefix, and doesn't add any value.

Was this page helpful?
0 / 5 - 0 ratings