Everything
 

Output panel


This panel is used to display the message that is output from the build tool/debug tool/each plug-in or the result of the Find In Files with the Find and Replace dialog box.

Messages are shown individually on the tab categorized by the output tool.

The [All Messages] tab consolidates and displays all output messages.

Remark

This panel can be zoomed in and out by in the tool bar, or by moving the mouse wheel forward or backward while holding down the [Ctrl] key.

Figure A.20

Output Panel

 

The following items are explained here.

[How to open]

-

From the [View] menu, select [Output].

[Description of each area]

(1)

Message area

Displays messages and the search results output from each tool.

The [All Messages] tab consolidates and displays all output messages.

The message colors differ as follows depends on the type of the output message (the character color/background color is set in the [General - Font and Color] category in the Option dialog box).

Message type

Example (Default)

Description

Normal message

 

Character color

Black

Information on something.

Background color

White

Warning

 

Character color

Blue

Warning for the operation.

Background color

Normal color

Error message

 

Character color

Red

Fatal error or operation disabled because of an error in operation.

Background color

Light gray

 

This area has the following functions.

(a)

Tag jump

When the output message is double-clicked, or the [Enter] key is pressed with the caret over the message, Editor panel appears and the destination line number of the file is displayed.

You can jump to the line of the source file that generated the error from the error message output when building.

(b)

Display of help

When [Help for Message] in the context menu is selected or [F1] key is pressed while the caret is in the line where the warning message or the error message is displayed, the help with regard to the displayed message or the message at the current caret is displayed.

And a Web browser is displayed and a search for FAQs with regard to the message is started.

Caution

When [Online] is selected from [How to Access Help] and the [Search FAQ when the help of a message opens.] check box is selected, the help or FAQs may not be displayed.

-

When you wish to display the help and FAQs

Use the offline help. (From the [Help] menu, select [How to Access Help] >> [Offline].)

-

When you wish to display the online help

Hide FAQs. (Clear the [Search FAQ when the help of a message opens.] check box in the [General - Smart Browser] category of the Option dialog box.)

FAQs can be searched on the Smart Browser panel. Enter the message number, etc. in the text box and click the [Search FAQ] button.

(c)

Save of log

The contents displayed on the currently selected tab can be saved in a text file (*.txt) by selecting [Save Output - tab name As...] from [File] menu and opens the Save As dialog box (messages on the tab that is not selected will not be saved).

(2)

Tab selection area

Select tabs that messages are output from.

Tabs that are displayed are as follows.

Tab Name

Description

Build Tool

Displays the messages output by the build tool when a build, rebuild, or batch build is executed.

Rapid Build

Displays the messages output by the build tool when a rapid build is executed.

Debug Tool

Displays the message output from the debug tool.

Code Generator

Displays the messages output by the code generator.

Program Analyzer

Displays the message output from the analyze tool.

Find References

Displays a list of locations of references to functions/variables output by the analyze tool.

See the "CubeSuite+ Integrated Development Environment User’s Manual: Analysis" for details about this tab.

Find and Replace

Displays the Find In Files result with the Find and Replace dialog box.

All Messages

Shows all the messages above by order of output.

Caution

Tab is not automatically switched when a new message is output on the non-selected tab.
If this is the case, * is added to the tab informing a new message is output.

[[File] menu (Output panel-dedicated items)]

The following items are exclusive for [File] menu in the Output panel (other items are common to all the panels).

Save Output-tab name

Saves the contents on the currently selecting tab in the previously saved text file (*.txt) (see "(c) Save of log").

When this menu is selected for the first time after launching the program, the operation is equivalent to when selecting [Save tab name As...].

Note that this operation is invalid while building.

Save Output-tab name As...

Opens the Save As dialog box to save the contents on the currently selecting tab in the designated text file (*.txt) (see "(c) Save of log").

Note that this operation is invalid while user program is executed.

[[Edit] menu (Output panel-dedicated items)]

The following items are exclusive to [Edit] menu in the Output panel (other items are all invalid).

Copy

Copies the selected characters to the clip board.

Select All

Selects all the messages displayed on the panel.

Find...

Opens the Find and Replace dialog box with the [Quick Find] tab target.

Replace...

Opens the Find and Replace dialog box with the [Replace in Files] tab target.

[Context menu]

Copy

Copies the selected characters to the clip board.

Select All

Selects all the messages displayed on the panel.

Clear

Deletes all the messages displayed on the panel.

Tag Jump

Jumps to the caret line in the editor indicated by the message (file, line, and column).

Jump to Previous Message

Jumps to the caret line in the editor indicated by the previous message (file and line).

Jump to Next Message

Jumps to the caret line in the editor indicated by the next message (file and line).

Help for Message

Displays the help with regard to the displayed message or the message at the current caret.

Note that the help is only for warning/error messages.