bcolsen
bcolsen
My idea would be just to run the whole indented level of code when you are at the start. For example: ```python def foo(bars): print(bars) for bar in bars: if...
I guess one simple thing would be to look at bracket matching. If the line you are on has an unmatched bracket move down until you find the match. I...
Maybe not worth it versus a jupyterlab console in a webengine widget, but using a qstackedlayout you can mix rich text and webengine widgets. Each input and output could be...
## Thought one Think file explorer with only a names column could work over there as well:  ## Thought 2 I think the side tabs will leave a lot...
> but I don't understand your thought two. Here's a mockup. The wasted space is in pink  Most editors have a side bar and some have tabs...
>So you're suggesting that we use a vertical tabbar, right? Because that's what's proposed here. We could use the wasted space for future plugins (like a Git one). I'm suggesting...
@Hailprob It looks like it's hard coded in editor.py so you would have to change spyder code: https://github.com/spyder-ide/spyder/blob/b7bc7d16ed81651e4ea5cfee827c7585dfa7e7b7/spyder/plugins/editor.py#L1901
This was irritating me today. It is very difficult to work on two documents with the tabs moving around so I looked up some options. I seems to happen whenever...
## Option 3 Let it move and move it back. Can we control the view at all?
The more I think about it adding the "*"s actually the the work around for gui tool kits that don't allow icons on their tabs. I think that a simple...