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.

Newly created files are hidden in OnlineGDB and I cannot open them

+7 votes
asked Sep 13, 2025 by (190 points)
I am using OnlineGDB for C++ coding.
When I create too many files, the file panel on the left does not show a scrollbar. Because of this, the newest files I just created are hidden below the visible area, and I cannot open them again.

How can I access or reopen the newly created files if they are hidden in the file list?

2 Answers

+1 vote
answered Sep 14, 2025 by Peter Minarik (101,340 points)

Yes, this is an existing problem.

I don't believe OnlineGDB was designed to handle many files.

You can reduce the impact by

  • maximizing your window
  • closing any unnecessary side panels
  • changing the zoom in your browser temporarily so you can click the tab you want, then change it back (<Ctrl>+<mouse scroll> can do it rather quickly).
Perhaps the owners will address this issue and make the file list scrollable in the future.
0 votes
answered Sep 15, 2025 by Edcel Castor (280 points)
Check first if the files were saved in the correct directory.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...