-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Pylint widget lacks horizontal scroll bar, cutting off long issue descriptions #1313
Comments
From ccordoba12 on 2013-03-14T15:35:35Z We'll take a look at it after 2.2 is released. Labels: MS-v2.3 |
From pierre.raybaut on 2013-03-15T02:03:03Z Minor metadata change: this is an enhancement request, not a bug report. Labels: -Type-Defect Type-Enh |
From pierre.raybaut on 2013-05-11T05:51:53Z Labels: -MS-v2.3 MS-v2.4 |
@ccordoba12 Can confirm this still exists as of Spyder 3.2.8; the Pylint widget lacks a horizontal scrollbar like the Profiler, which certainly has been an annoyance for me on occasion (for an example, profile the Spyder |
I think it's a matter of adding the right widget to Pylint. It shouldn't be hard. |
Thanks; I'll give it a shot. |
Closing because this was fixed in PR #16711. |
From wenzesl...@gmail.com on 2013-03-13T08:25:12Z
Spyder Version: 2.2.0beta4
Python Version: 2.7.3
Qt Version: 4.8.1, PyQt4 (API v2) 4.9.1 on Linux
What steps will reproduce the problem?
What is the expected output? What do you see instead? I would like additional texts (such as "Global evaluation", "previous run" and date) to collapse. I'm not sure what is the Qt terminology, I want the text to hide to enable widget to be smaller.
Please provide any additional information below
. I'm not interested in the date. So, from my personal point of view the date could be removed.
Once it would be possible to make the Pylint widget smaller, I will encounter, more often than before, the problem with to wide content of the tree. There is no horizontal scrollbar, only the ellipses appear.
I've tried to investigate the right behavior in other widgets such as Outline and File browser but to be honest, I was confused from when ellipses appear and when horizontal scrollbar is shown.
The similar issue is #639.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1313
The text was updated successfully, but these errors were encountered: