Carlos Cordoba

Results 39 issues of Carlos Cordoba

@dpizetta mentioned in https://github.com/ColinDuquesnoy/QDarkStyleSheet/pull/253#issuecomment-761851591: > As the process of generating those resources is not automatized yet, I would recommend we use the develop branch to PR's, so we can keep...

## Description of Changes - This adds two new methods to the Layouts plugin to save and restore plugins that were visible during the previous session. - They are run...

type:Bug
component:Main Window

## Description of Changes - Send a completion request to the server as soon as the user starts typing, - Reduce number of characters to get auto-completions to 1 and...

component:Editor
component:Code Completion

## Problem Description - I discovered this problem when updating the PyLSP version we require on #18573. - I think it's caused when we process the Yapf `TextEdits` in the...

type:Bug
component:Editor
component:Code Completion

## Description of Changes This is necessary to fix a bug where mixed `input` and `print` statements don't work as expected. ### Issue(s) Resolved Fixes #17710. ### Affirmation By submitting...

This PR also drops support for Python 3.6. Fixes #360. TODO: - [x] Move switcher handling to NotebookMainWidget - [x] Fix tests. - [ ] Fix layout in Spyder to...

This PR is a test of the work I'm doing in PR spyder-ide/spyder#8798 so tests won't pass here until that PR is merged. @jitseniesen, I created a new `0.1.x` branch...

The idea is to add to `NotebookClient` a hidden IPython `ShellWidget` and connect that shell to the VariableExplorer. For this we need to detect: 1. When a kernel is ready...

type:Enhancement

This requires enabling and disabling the extension for every server we start

We need to do this at the Spyder kernel level.