-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bugfix
Update JBCefBrowser and enable cache to work everywhere.
#100
Bugfix
Update JBCefBrowser and enable cache to work everywhere.
#100
Conversation
Bugfix
Update JBCefBrowser and enable cache to work everywhere.
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.
The proposed changes look good to me. The OrionTemplateDiffEditorProvidor change might need refactoring in the future but the code works well for now.
src/main/java/de/tum/www1/orion/ui/assessment/OrionTemplateDiffEditorProvider.kt
Outdated
Show resolved
Hide resolved
@Kroko-fant Done with GunniBusch@f7dc39c in #99 |
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.
Works fine for me. Code looks good to me.
Motivation and Context
Sometimes Orion does not stay logged in (like on Macs)
Description
Removed the manual Cache path allocation. That is already done by the JetBrains wrapper.
Cache is done by JBCefAppCache.
Resolves #55
Steps for Testing
Review Progress
Code Review
Manual Tests
Screenshots