Note
sections colors on the dark themMonokai
to Spyder Dark
)hover and click
vs Ctrl + I
results (for example with spyder/spyder/app/restart.py
doing Ctrl+I
when the cursor is just before a parenthesis)@dalthviz, as part of this effort, please also change the style of "Note" sections (which is the same of "See also" ones, I think):
This is the docstring of plt.plot
.
@dalthviz, please also take a look at this other bug. If you press Ctrl+I
next to this function:
you'll get as a result in the Help pane:
However, when you hover on the function and make a click on that hover, you'll get:
As you can see, the second result is the right one because it includes the header and the function signature, whereas the first one is missing those elements.
@dalthviz, let's take this opportunity to also improve the style of tables in both the dark and light themes:
These are my suggestions:
character
and description
in the screenshot above) to the left.@ccordoba12 a preview of the tables with the changes suggested above:
Things look much better now, thanks @dalthviz! But please reduce the top/bottom padding in each cell a bit more.
Most helpful comment
@dalthviz, please also take a look at this other bug. If you press
Ctrl+I
next to this function:https://github.com/spyder-ide/spyder/blob/62de40c4005c9ca30be5c83bdbd6f366a3fccd42/spyder/app/restart.py#L62-L71
you'll get as a result in the Help pane:
However, when you hover on the function and make a click on that hover, you'll get:
As you can see, the second result is the right one because it includes the header and the function signature, whereas the first one is missing those elements.