cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

*.ll files should show up as a binary file #822

Open yc2lee opened 6 years ago

yc2lee commented 6 years ago

Right now, students can view the plain text contents of *.ll files. Instead, Seashell should just say it's a binary file and not display it.

yc2lee commented 6 years ago

The editor, when it says it's a binary file, should also be read only.