-
Notifications
You must be signed in to change notification settings - Fork 933
origin/overview_marianna #1494
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
base: main
Are you sure you want to change the base?
origin/overview_marianna #1494
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome article! Will also comment on illustrations in Figma
@@ -0,0 +1,134 @@ | |||
# User interface overview | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The article's name is "user inteface overview" but it overviews only the main window. I suppose, the other major parts are dialogs, popups, menus, and notifications (these also include alerts). Possibly could also be added to the overview as short sections with a single example in each?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments here. Need to discuss the Main toolbar on Windows/Linux
|
||
Hints that show additional information like parameter types or variable values and interactive controls for showing annotations, usages, refactorings, and more. | ||
|
||
<img src="ui_overview_inlays.png" alt="Inlays" width="706"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we already have these new designs implemented? I remember Vika mentioned that someone in the VCS made them, and they also appear in the AIA but not as a platform component(?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buttons are not implemented yet, removed them from the image
|
||
<img src="ui_overview_floating_toolbar.png" alt="Floating toolbar" width="706"/> | ||
|
||
See more in [Floating toolbar](https://www.jetbrains.com/help/idea/working-with-source-code.html#floating_toolbar). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line selection here looks a bit weird because the colour is the same as of the BG. Maybe change it slightly to make the visual contrast? The same happens above in the image of the gutter
No description provided.