Skip to content
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

PR: Migration to Spyder 5 new API #255

Merged
merged 31 commits into from
Jun 15, 2021

Conversation

steff456
Copy link
Member

@steff456 steff456 commented May 6, 2021

This PR is still in progress:

  • Create the skeleton of the new API
  • Fix missing new terminal button in toolbar
  • Fix duplicate shortcuts entries in preferences
  • Fix Select All focus when triggered by the context menu
  • Fix the non-saving layout
  • Fix closing spyder bug
  • Fix test fixtures
  • Fix tests using getTerminalLines
  • Pin the version of Spyder 5 in the setup.py and requirements

Fixes #253
Fixes #252

image

image

@steff456 steff456 requested a review from ccordoba12 May 6, 2021 06:49
@steff456 steff456 self-assigned this May 6, 2021
@ccordoba12 ccordoba12 changed the title PR: Migration of Spyder 5's new API PR: Migration to Spyder 5's new API Jun 15, 2021
@ccordoba12 ccordoba12 changed the title PR: Migration to Spyder 5's new API PR: Migration to Spyder 5 new API Jun 15, 2021
@steff456 steff456 marked this pull request as ready for review June 15, 2021 01:04
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work here @steff456! I left some minor comments for you, otherwise it looks pretty good.

setup.py Show resolved Hide resolved
spyder_terminal/api.py Outdated Show resolved Hide resolved
spyder_terminal/config.py Outdated Show resolved Hide resolved
spyder_terminal/widgets/main_widget.py Show resolved Hide resolved
spyder_terminal/widgets/main_widget.py Outdated Show resolved Hide resolved
spyder_terminal/widgets/main_widget.py Show resolved Hide resolved
spyder_terminal/widgets/terminalgui.py Outdated Show resolved Hide resolved
spyder_terminal/widgets/main_widget.py Outdated Show resolved Hide resolved
spyder_terminal/terminalplugin.py Outdated Show resolved Hide resolved
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @steff456 for this!

@ccordoba12 ccordoba12 merged commit cc8fab6 into spyder-ide:master Jun 15, 2021
@ccordoba12 ccordoba12 added this to the 1.0.0 milestone Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spyder-terminal never shows up on menu or as tabbed windows Spyder 5 support
2 participants