NextCompileError command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Finds the next line in error relative to the current line, if the request being displayed view_pro...")
 
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Finds the next line in error relative to the current line, if the request being displayed [[view_program_coding_err.html#compile_errors|fails to compile]]. If the program you are debugging has no compilation errors, the command does nothing.</span>
<span class="f_Para">Finds the next line in error relative to the current line, if the request being displayed [[Viewing programs that contain coding errors#compile_errors|fails to compile]]. If the program you are debugging has no compilation errors, the command does nothing.</span>


'''Syntax:'''
'''Syntax:'''
Line 10: Line 10:
<p class="syntax">nextCompileError </p>
<p class="syntax">nextCompileError </p>


<span class="f_Para">You can map this command to a button that also has another command or macro mapped to it. See [[setup_ui_xml_file.html#button_toggle_compilation|Button toggle for compilation errors]]. </span>
<span class="f_Para">You can map this command to a button that also has another command or macro mapped to it. See [[Setting up the ui.xml file|Button toggle for compilation errors]]. </span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Revision as of 18:07, 6 December 2022

Action:

Finds the next line in error relative to the current line, if the request being displayed fails to compile. If the program you are debugging has no compilation errors, the command does nothing.

Syntax:

nextCompileError 

You can map this command to a button that also has another command or macro mapped to it. See Button toggle for compilation errors.

Client menu: Error > Next Compile Error
Introduced: --