in the Compiler notebook tab of the messages window (assuming you have it visible).
If there are any warnings or errors with line numbers shown in the Compiler output tab,
you can double click on them and <spanclass="application">Geany</span> will switch to
the relevant source file (if it is open) and mark the line number so the problem
can be corrected.
</p><p>
Depending on the current file's filetype, the Build menu will contain the following
items:
</p><divclass="itemizedlist"><ultype="disc"><li><p>Compile</p></li><li><p>Build</p></li><li><p>Build with "make"</p></li><li><p>Build with make (custom target)</p></li><li><p>Execute</p></li><li><p>Set Includes and Arguments</p></li></ul></div><p>
</p></div><divclass="section"lang="en"><divclass="titlepage"><div><div><h3class="title"><aname="id2530888"></a>Build with "make"</h3></div></div></div><p>
</p></div><divclass="section"lang="en"><divclass="titlepage"><div><div><h3class="title"><aname="id2530901"></a>Build with make (custom target)</h3></div></div></div><p>
This is similar to running Build with "make" but you will be prompted
press the return key. This allows you to review any text output from the program
before the terminal window is closed.
</p></div><divclass="section"lang="en"><divclass="titlepage"><div><div><h3class="title"><aname="id2530938"></a>Set Includes and Arguments</h3></div></div></div><p>
Indicators are red squiggly underlines which are used to highlight errors which
occured while compiling the current file. So you can easily see where your code
failed to compile. To remove the indicators, just click on
"Remove all indicators" in the document file menu.
</p><p>
If you do not like this feature, you can disable it in the preferences dialog.
</p></div><divclass="section"lang="en"><divclass="titlepage"><div><div><h3class="title"><aname="id2530999"></a>File type configuration settings</h3></div></div></div><p>
and checking the [build_settings] section. See <ahref="ch03s09.html"title="Filetype definition files">the section called “Filetype definition files”</a> for more