Adding new files with the new UI
I noticed that repl recently changed the UI of the coding window, and I cant seem to find how to add new files or the area where you can upload other files. Can anyone assist me?
Voters
CodeLongAndPros (1536)
touch newfile.extension
GaneshaSharma (40)
Ctrl+Shift+S then touch newfile.extension @CodeLongAndPros
CodeLongAndPros (1536)
@GaneshaSharma Well that’s no fun.
I mean, they should know how to use a computer…
OH WAIT TEXT IS SCARY HALP I NEED WANDOWS
GaneshaSharma (40)
Run startfluxbox no [email protected]
CodeLongAndPros (1536)
@GaneshaSharma it’s a jibe at WANDOWS users, and how WANDOWS can’t do anything other than reboot.
c4syner (77)
(https://storage.googleapis.com/replit/images/1597333634105_7058a0acf94e7830339d6ab78bef6605.png
So here's what it looks like
They're still where they are:
@Coder100 hmm for some reason when I open a python turtle project that doesnt exist lol. It just shows the Branch Icon, settings, and database.
do you have an adblocker? Send screenshot @c4syner
@Coder100 I do... but disabling didn't change anything, I've posted a screenshot as a comment
ah, that's python turtle. They do not have files by default @c4syner
make a pygame repl instead @c4syner
@Coder100 oh okay, that's strange. Do you know why?
@Coder100 can I use python turtle with that?
yes @c4syner
basically, I think whats going on is that repl.it is using a different executing technique with turtle, like HTML. @c4syner
anyways, pygame is just like the turtle repl and you can code turtle on it, but its just a bit slower @c4syner