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

frontend/qml: Improve LimeView model when inserting/removing lines #303

Closed
quarnster opened this issue Jun 20, 2014 · 3 comments
Closed

Comments

@quarnster
Copy link
Member

In this situation the model could just say "this line was deleted" or "this line was inserted", but instead the model says "I now contain this many lines and they have all changed", causing a re-layout of every single line in in the model.

@quarnster
Copy link
Member Author

I prototyped some generic array code that would help here.

@quarnster
Copy link
Member Author

Made some progress with this by getting rid of "Len", and managing the qml model when inserting new lines, but will need more code to handle line-removal. Also I broke the tab title and tooltips...

Issue is up for grabs as far as I'm concerned. I'll post here if I get a chance to look at it again soon

@erbridge
Copy link
Contributor

Migrated to limetext/lime-qml#7.

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

2 participants