Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Is there a way to close files without deleting them?

+3 votes
asked Jan 29, 2023 by Chris (150 points)
I'm working on a project in java and I have created enough .java files that I can no longer switch between them. I'm not sure how to handle this, since there doesn't seem to be a way to close files when you are done editing them without deleting them. Is this an option somewhere that I am missing? If not, is there a workaround that anyone has figured out?

1 Answer

0 votes
answered Jan 30, 2023 by Peter Minarik (84,720 points)
edited Jan 30, 2023 by Peter Minarik

Workarounds:

  1. Close the left and right panels to have more real estate for the main panel that has the files.
  2. Decrease the scaling of your browser below 100% (at least temporarily for the duration of a file switch)
  3. Switch to a larger resolution screen
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...