Quentin Peter
Quentin Peter
@ccordoba12 the profiler and debugger have been ported to the run plug-in. Furthermore I added a toolbar in both plugins so you can run the file/cell/selection from there. There also...
@ccordoba12 I moved the "Run code" section of the editor plugin because it doesn't make sense there
@ccordoba12 I split the debugger and editor cleanup in https://github.com/spyder-ide/spyder/pull/20557
@ccordoba12 I moved the runfile to magics code to https://github.com/spyder-ide/spyder/pull/20633 so you can take a look at this one independently
@dalthviz There are several things in spyder-ide/ux-improvements#20. I would say: - I am doing console integration rather than editor integration, because you could want to profile cells or selections or...
Hi @dalthviz , I am trying to add the actions in the run menu, but I can't find a way to add them after the run actions. There is no...
> Hi @dalthviz , I am trying to add the actions in the run menu, but I can't find a way to add them after the run actions. There is...
> Also, maybe we should choose to use the same icon for the back/forwad related actions in both the Profiler and the Plots plugin? Well this is not exactly the...
The name of the icons are undo / redo, which is what they are used for. I feel like left / right arrows would be more suited for browsing different...
I didn't check the specifics, but in general the initial kernel setup is done in `send_spyder_kernel_configuration`. It should be able to do a full setup in case of kernel restart....