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

scrolling scide is extremely slow on osx #984

Closed
timblechmann opened this issue Oct 26, 2013 · 2 comments
Closed

scrolling scide is extremely slow on osx #984

timblechmann opened this issue Oct 26, 2013 · 2 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Milestone

Comments

@timblechmann
Copy link
Contributor

scrolling the code editor is extremely slow on osx. profiling indicates that most of the CPU time is spent in QPlainTextEdit::paintEvent(event); which is called from GenericCodeEditor::paintEvent.

since qt-4.8 is only a legacy project, it is unlikely that the sc devs can fix this without migrating to qt-5

@timblechmann
Copy link
Contributor Author

according to the qt devs these issues are related to osx 10.9 and will probably be addressed in qt-5.2

@scztt scztt added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE labels Mar 15, 2015
@scztt scztt added this to the 3.7 milestone Mar 15, 2015
@scztt
Copy link
Contributor

scztt commented Mar 15, 2015

Migrated to qt5, this is no longer an issue.

@scztt scztt closed this as completed Mar 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Projects
None yet
Development

No branches or pull requests

2 participants