-
Notifications
You must be signed in to change notification settings - Fork 385
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
Conversation
app/src/main/java/net/gsantner/opoc/frontend/filebrowser/GsFileBrowserListAdapter.java
Show resolved
Hide resolved
@@ -929,4 +929,14 @@ public FileVisitResult visitFile(final Path path, final BasicFileAttributes attr | |||
} | |||
return null; | |||
} | |||
|
|||
public static String getPath(final File file) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved here from Document
@gsantner This is ready |
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! |
Hmm. I will keep an eye out for that. If you find a way to reproduce it, please share and I will investigate. |
In this PR we reorganise view / edit mode a little.
This fixes:
Also addresses #2515