Everything
 

Error List panel


This panel is used to list the information of messages output from the build tool (error information).

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.21

Error List Panel

 

The following items are explained here.

[How to open]

-

From the [View] menu, select [Error List].

[Description of each area]

(1)

Error information list area

List the information of messages output from the build tool (error information).

The displayed error information can be sorted by clicking each column (ascending order / ascending order).

Column

Description

-

Displays different icons in accord with the different types of message.

: Error message

: Warning message

: Normal message

Number

Displays the message number.

Message

Displays the message.

File

Displays the file name (without any path) of the target that the message indicates.

The absolute path will be shown in the tooltip.

Line

Displays the line number of the target that the message indicates.

Project

Displays the project file name (without any path) of the target that the message indicates.

The absolute path will be shown in the tooltip.

 

The error information displayed in this area will be deleted when one of the following events occurs.

-

When the target file has been built without outputting the error or warning

-

When the target file has been non build-target

-

When the target file or subproject has been removed from the project

-

When the build mode of the target project has been changed

-

When the target project has been cleaned

 

This area has the following functions.

(a)

Tag jump

When the error information is double-clicked, or the [Enter] key is pressed with the caret over the error information, 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 currently selected error information 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 currently on the panel can be saved in a text file (*.txt) by selecting [Save Error List As...] from [File] menu and opens the Save As dialog box.

[Toolbar]

 

Switches between display and non-display of error messages in the Error information list area.

The number following the icon is the number of error messages.

 

Switches between display and non-display of warning messages in the Error information list area.

The number following the icon is the number of warning messages.

 

Switches between display and non-display of normal messages in the Error information list area.

The number following the icon is the number of normal messages.

 

Selects the target range of messages to be displayed in the Error information list area.

Current File: File opened with the currently active Editor panel

Active Project: Files registered in the active project

Opened File: All files opened with the Editor panel

[[File] menu (Error List panel-dedicated items)]

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

Save Error List

Saves the contents on the panel 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 Error List As...].

Note that this operation is invalid while building.

Save Error List As...

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

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

[[Edit] menu (Error List panel-dedicated items)]

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

Copy

Copies the selected error information to the clip board.

Select All

Selects all error information displayed on the panel.

Find...

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

Replace...

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

[Context menu]

Copy

Copies the selected error information to the clip board.

Select All

Selects all error information displayed on the panel.

Tag Jump

Jumps to the caret line in the editor indicated by the currently selected error information (file, line, and column).

Jump to Previous Message

Jumps to the caret line in the editor indicated by the error information prior to the currently selected error information (file and line).

Jump to Next Message

Jumps to the caret line in the editor indicated by the error information next to the currently selected error information (file and line).

Help for Message

Displays the help with regard to the message of the currently selected error information.

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