CrossStudio’s title bar displays the name of the active editor tab if in Tabbed Document Workspace mode or the active MDI window if in Multiple Document Workspace mode.
Title bar format
The first item shown in the title bar is CrossStudio’s name. Because CrossStudio targets different processors, the name of the target processor family is also shown so you can distinguish between instances of CrossStudio when debugging multi-processor or multi-core systems.
The file name of the active editor follows CrossStudio’s name; you can configure the exact presentation of the file name this as described below.
After the file name, the title bar displays status information on CrossStudio’s state:
- [building]
- CrossStudio is building a solution, building a project, or compiling a file.
- [run]
- An application is running under control of the CrossStudio’s inbuilt debugger
- [break]
- The debugger is stopped at a breakpoint.
- [autostep]
- The debugger is single stepping the application without user interaction—this is called autostepping.
The Target Status panel in the status bar also shows CrossStudio’s state—see The status bar.
Configuring the title bar
You can configure whether the full path of the file or just its file name is shown in the title bar.
Displaying the full file path in the title bar
To display the full file path in the title bar, do the following:
- From the Tools menu, click Options.
- In the Appearance group, check Show full path in title bar.
Displaying only the file name in the title bar
To display only the file name in the title bar, do the following:
- From the Tools menu, click Options.
- In the Appearance group, uncheck Show full path in title bar.