CodeGrade / bottlenose

CS assignment / grade mangement system
GNU Affero General Public License v3.0
38 stars 21 forks source link

Add word wrap option #130

Open jfecher opened 5 years ago

jfecher commented 5 years ago

Grading README.md files or other long plain text files entails long portions of time spent reading and continuously scrolling right.

Adding an option to toggle word wrap would fix this and speed up grading these files.

blerner commented 4 years ago

Some interim work is at https://github.com/blerner/bottlenose/commit/9fa2d7b24110bffba5c5636c7fefbb6333297b97 (just so we don't lose track of it)

Also, may want to borrow https://github.com/brownplt/code.pyret.org/commit/d18c15c9a15aee095d94b99b79a01bb7537d5711 to draw a margin for students to see when their code is overly long on a line.