Skip to content
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

Improvements for intelligent commands - P2 #4417

Closed
9 tasks done
slemeur opened this issue Mar 14, 2017 · 1 comment
Closed
9 tasks done

Improvements for intelligent commands - P2 #4417

slemeur opened this issue Mar 14, 2017 · 1 comment
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template.

Comments

@slemeur
Copy link
Contributor

slemeur commented Mar 14, 2017

Goals

The goal of this issue is to polish intelligent commands UX and UI similarly to the issue #4295
This issue covers the various feedbacks received during the beta.

UX Improvements

  • Goal improvement

  • Clicking everyone on the dropdown must expand the list of choices. At this moment, user has to click only on the v arrow which is not convenient.

  • We need to get ride of the ability to edit in the dropdown to create a new goal. We will list all the existing commands and have the last choice "New Command Goal...". If the user clicks on it, we will display a popup with title "New Command Goal" with a textfield and buttons [Create] [Cancel]. (when the popup is opened, the textfield is having the focus, so user can directly input)

  • Shortcut for default "Run" and "Debug" commands
    Would suggest cmd+R for "Run" and cmd+D for "Debug"

  • Properly close the command toolbar
    When the user stops a process from drop down the tab in process panel does not close.

  • Previews dropdown menu not working
    Some areas in the dropdown are not allowing to select the preview.

  • Add tooltip for process ID in command toolbar

  • Refreshing the browser or reopening the workspace should reopen previous command's editors

  • Properly clean the list of previews when a command is stopped
    QA reported situations where the list of previews is not cleaned after the commands have been stopped.

UI improvements

  • Light theme
    We need to adopt the light theme for the command toolbar:
    screen shot 2017-03-14 at 11 27 34

  • Don't display editor details
    We are displaying UTF-8 text/x-sh in command line + preview editors. This is not necessary.

@slemeur slemeur added team/ide kind/enhancement A feature request - must adhere to the feature request template. labels Mar 14, 2017
@azatsarynnyy
Copy link
Member

This issue has been separated to #4442 and #4590
And fixed by related PRs #4611 #4700 #4707

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

2 participants