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

Improve text rendering performance, closes #2478, closes #2515 #2509

Merged
merged 19 commits into from
Mar 11, 2025

Conversation

harshad1
Copy link
Collaborator

@harshad1 harshad1 commented Jan 16, 2025

In this PR we reorganise view / edit mode a little.

This fixes:

  1. Showing keyboard and getting focus correctly
  2. Improves speed (dramatically) loading text into a hidden editor

Also addresses #2515

@harshad1 harshad1 changed the title WIP: Improve text rendering performance Improve text rendering performance Feb 6, 2025
@@ -929,4 +929,14 @@ public FileVisitResult visitFile(final Path path, final BasicFileAttributes attr
}
return null;
}

public static String getPath(final File file) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Moved here from Document

@harshad1
Copy link
Collaborator Author

@gsantner This is ready

@gsantner
Copy link
Owner

Thank you very much!

I tried the changes and it looked way faster overall! The cursor seems a bit..jumpy...when you open a document, though I might be wrong and noticed that before.

I will be merging this, thanks!

@gsantner gsantner added this to the Markor v2.14 milestone Mar 11, 2025
@gsantner gsantner linked an issue Mar 11, 2025 that may be closed by this pull request
4 tasks
@gsantner gsantner changed the title Improve text rendering performance Improve text rendering performance, closes #2478, closes #2515 Mar 11, 2025
@gsantner gsantner merged commit ccb2c6a into gsantner:master Mar 11, 2025
1 check passed
@gsantner gsantner linked an issue Mar 11, 2025 that may be closed by this pull request
4 tasks
@harshad1
Copy link
Collaborator Author

The cursor seems a bit..jumpy

Hmm. I will keep an eye out for that. If you find a way to reproduce it, please share and I will investigate.

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