-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Auto-adjust rows height in the Variable Explorer #3459
Comments
Hi @vdyashin thanks for the comments, we understand how this can be useful, we will try to work on this for the 3.1 release |
The height is necessary to better display numpy arrays. I don't agree with removing colors, I think they are just fine. So IMHO there's nothing to do here :-) |
The color things need to be decoupled cause it messes up with the idea of having an unified theme, so that part at least needs tweaking |
@ccordoba12 thanks for the reply. I am not saying that the colors and large height of rows are not necessary. I just want an option in Preferences that removes the coloring (or lets users tweak the color scheme!) and minimizes the row heights (but keeps them adjustable by mouse). I am not sure that drawing this link is appropriate, but, please, look at the RStudio example. Users of RStudio do not have a trouble to distinguish data types without any coloring. I should admit that I missed row height adjustment in RStudio. |
@vdyashin will work on making that more user friendly :-) |
I think it is, but we could change the |
just the first row with n items would do, where n could be 10 or so |
@ccordoba12 how about memory usage? |
Displaying short arrays is very useful. memory usage is given by the type and size already, the actual value is rarely useful. |
We are not displaying Byte size though... |
@ccordoba12 by the way the row height can be resized only for arrays and where it is needed. It will provide a user an opportunity to list more items on one page. |
@vdyashin, that looks really nice!! I was thinking exactly along those lines ;-) Would you mind to create a pull request with your changes? We could merge it for 3.1 :-) |
@ccordoba12 I am kinda new here on GitHub and don't really know how this all works. It seems to me now that it is expected that I should write a code that implements the idea. I decided to start to work with Python a month ago and I am afraid I am not capable of coding such things yet. |
Ok, no problem :-) But how did you take those screenshots then? |
@ccordoba12 there were not magic involved. I just created a couple of variables in Variable explorer, and adjusted the heights by mouse according to my taste - that is all. |
I see ;-) Ok, we need to make that happen automatically! |
@vdyashin, please open a new issue about coloring. |
@ccordoba12 I am not quite sure what you mean. Should I just look at #3675 or do something else? |
I meant that in #3675 I'm only going to fix the auto-adjustment of rows height. So if you don't want us to forget on adding an option to turn off coloring, please open a new issue :-) |
Description
What steps will reproduce the problem?
Please, look at the screenshot that I attached below.
What is the expected output? What do you see instead?
Everything is okay.
Please provide any additional information below
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: