BS2IDE persistently remembers your recent selection.
If you wish to recompile the same (meanwhile possibly modified) source file or library element
with the same compiler (or compile command) it suffices to select Remote Compile
from the context menu or to press CTRL+ALT+C (the key binding
can be customized in
Preferences > General > Keys).
If only a single compile rule matches your source selection, Remote Compile and CTRL+ALT+C are enabled even for the first compilation of this source.
You can also use Remote Compile With (Temporarily) option to compile your source code. For this purpose: select the source file in the Project Explorer view and select the specific compile rule from Remote Compile With (Temporarily) context menu. If you wish to recompile the same source file or library element with the same compiler you can also use CTRL+ALT+O shortcut.
![]() |
Within a BS2000 Remote Build Project you should prefer
Project > Build All or Ctrl+B
to build the project rather than compiling individual sources. The incremental project
builder will only recompile sources affected by recent changes.
|
Window > Show View > Other... > General > Console).
The matching compile rule, the values assigned to placeholders,
and the finally executed compile command are also logged.
In most cases you do not need to inspect this log. However, during development of compile commands and compile rules it is very helpful to analyze problems. Later on it will suffice to inspect the problem markers created for compiler messages.
Problems
or
Markers
view.
Problem markers are persistent. They are removed before a subsequent compilation of the same source, e.g. after problems have been fixed in the editor and the modified source has been saved.