-
Notifications
You must be signed in to change notification settings - Fork 303
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
Programming exercises
: Assessment editor does not show many lines
#8730
Comments
We could:
This should open up more space for the editor. |
|
A complete full-screen mode, which also hides the Artemis controls at the top of the screen, maybe could also help. Would only the editor part of the visible content? I think the |
Basically to get a fullscreen layout, I need to provide a single HTML element that "requests" the fullscreen. One unrelated example is implemented in #8856. We'd have to try it out separately, I think. The more elements we include, the less space we save. |
Aside from the proposed fullscreen mode, the only thing that is still missing here is the line height. I'll open a PR to see if more people are interested in this. |
Describe the bug
The new assessment editor (Monaco) waste quite a lot of space in the height. The boxes for the inline comments have much margin and there is also much space between the lines. This allows to view less lines than with the old editor.
(An possibility to enlarge the editor in height would also help to view more lines without scrolling.)
To Reproduce
Expected behavior
I am able to view about as many lines without scrolling as with the old editor.
Screenshots
Which version of Artemis are you seeing the problem on?
7.1.2
What browsers are you seeing the problem on?
Firefox
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: