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

Improve working directory dropdown box #5750

Closed
hongshaoyang opened this issue Nov 14, 2017 · 5 comments
Closed

Improve working directory dropdown box #5750

hongshaoyang opened this issue Nov 14, 2017 · 5 comments

Comments

@hongshaoyang
Copy link

hongshaoyang commented Nov 14, 2017

Description of problem

The dropdown box that lists recent working directories is not very friendly as the width of the box is fixed. If the list of recent working directories is wide, the text is cut off with no way to scroll to the right to see what folder the list items are.

See screenshot below:
Image of working directory being blocked

As you can see, there is no way to tell what is to the right of the cut off text.

Versions and main components

  • Spyder Version: 3.2.4
  • Python Version: 3.6
  • Qt Version: 7.7.3
  • PyQt Version: 5.9
  • Operating system: macOS Sierra (10.12.6)
@ccordoba12
Copy link
Member

Thanks for reporting. We'll take a look at it in a future release.

@jnsebgosselin
Copy link
Member

Would adding tooltips to each item of the drop-down list showing the full path be a viable solution to this problem? Something like:

infobulle_wordir_cb

@ccordoba12
Copy link
Member

Good idea! I think it's a great usability improvement, and better than simply adding a horizontal scrollbar.

@goanpeca, what do you think?

@goanpeca
Copy link
Member

goanpeca commented Nov 15, 2017

@ccordoba12 yep looks good, go for it @jnsebgosselin :-)

@jnsebgosselin jnsebgosselin self-assigned this Nov 15, 2017
@jnsebgosselin
Copy link
Member

@ccordoba12 and @goanpeca Alright, working on it! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants