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: Remove cell separator detection from syntax highlighting and use oedata instead #9494

Merged
merged 1 commit into from
Jun 3, 2019

Conversation

bcolsen
Copy link
Member

@bcolsen bcolsen commented Jun 3, 2019

Description of Changes

  • Wrote at least one-line docstrings (for any new functions)
  • Added unit test(s) covering the changes (if testable)
  • Included a screenshot or animation (if affecting the UI, see Licecap)

Syntax highlighting is not reliable for cell detection, but now we can use our updated oedata.

Running a loop when ever you scroll probably isn't the best solution but I don't see any performance impacts.

Issue(s) Resolved

Fixes #9443

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: bcolsen

@ccordoba12 ccordoba12 added this to the v4.0beta3 milestone Jun 3, 2019
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.

Looks good to me, thanks @bcolsen!

@ccordoba12 ccordoba12 merged commit 64a9d6a into spyder-ide:master Jun 3, 2019
@ccordoba12 ccordoba12 changed the title PR: Remove cell seporator detection from syntax highlighting and use oedata instead PR: Remove cell separator detection from syntax highlighting and use oedata instead Jun 7, 2019
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.

Code cells that fill the whole screen lose their background highlight
2 participants