CodePadApp / codepad-issues

Issue tracker for CodePad
https://codepad.app
4 stars 0 forks source link

Hiding system files from the user. #23

Closed ethan-vanderheijden closed 3 years ago

ethan-vanderheijden commented 3 years ago

When the server compiles and runs a java program, it will create .class files that will populate the file explorer on the side. Additionally, for remote desktop to work, a file called "run-program.sh" is programmatically created and it further clogs up the file explorer. One suggestion might be to make a system configuration file inside each project folder and hide its contents from the user.

ethan-vanderheijden commented 3 years ago

Closed with pull request # 4 for branch "84098504-23-hide_system_files" in the Codepad repository.