Hello. Is there anyway to set Workbench back to its default settings?
Short of reinstalling it? There is this note in the docs,
Project Files (.t3c)
TADS Workbench stores information on your game in a special file called a “project file.” A project file contains information of interest only to TADS Workbench; you don’t need to edit this file directly.
Each game has its own separate project file, because the information in the file is specific to the game. The project file for a game always has the same name as the compiled game file, with the “.t3” suffix replaced by the “.t3c” suffix, and is always in the same directory as the compiled game file.
The project file contains information on the window layout, debugger breakpoints, option settings, and build parameters.
TADS Workbench will always create a new project file for you when you open a game that doesn’t already have a project file. You don’t need to do anything special to create or manage project files; TADS Workbench handles them automatically without requiring any action on your part.
Note that, when loading a game, you can load the .t3c file or the .t3 file; the two are interchangeable for the purposes of loading a game into TADS Workbench.