-
Notifications
You must be signed in to change notification settings - Fork 294
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
Development
: Migrate the online code editor to a standalone component
#9505
Conversation
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.
tested in TS5, all worked as described.
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.
Tested on TS5. Works great.
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.
Checklist
General
Client
Changes affecting Programming Exercises
Motivation and Context
Modernize the component to better follow the client coding guidelines.
Description
Steps for Testing
Prerequisites:
Participation:
(Known issue: resizing the editor may be a bit slow. this is generally a bug in the code editor grid and not related to this PR)
Assessment:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Code Review
Manual Tests
Test Coverage
Client
Screenshots
No UI changes
Summary by CodeRabbit
New Features
CodeEditorHeaderComponent
with improved input handling and event binding.CodeEditorMonacoComponent
with reactive programming features for better state management.Bug Fixes
Documentation
Tests