Spyder: Improve working directory dropdown box

Created on 14 Nov 2017  路  5Comments  路  Source: spyder-ide/spyder

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)
Ui Enhancement

Most helpful comment

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

All 5 comments

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

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

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

@goanpeca, what do you think?

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

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

Was this page helpful?
0 / 5 - 0 ratings