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

Fix several Editor cell problems #1564

Closed
spyder-bot opened this issue Feb 17, 2015 · 2 comments
Closed

Fix several Editor cell problems #1564

spyder-bot opened this issue Feb 17, 2015 · 2 comments

Comments

@spyder-bot
Copy link
Collaborator

From ccordoba12 on 2013-09-13T22:48:37Z

I found two problems with cells while trying to use Ctr+Enter to create the indentation level I needed (like you can do with Kate for example):

  1. Ctrl+Enter is sending the entire file contents to the console if it can't find a separator (which is obviously not what the user is expecting, i.e. that it does nothing).
  2. Ctrl+Enter is sending any non-Python file to the console (quite wrong too).

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1564

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-09-13T21:07:04Z

This issue was updated by revision b8379675371d .

Status: Started

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-09-13T21:07:05Z

This issue was updated by revision f46e58b3e104 .

  • Also add some helpful comments to understand how we are selecting the cell
    contents.

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant