Speichert die Einstellungen als einen speziellen Kommentar-Block an das Ende jeder Quellcode-Datei.
Saves the settings as a special comment block at the end of each source file.
Einschluss eines genauen, vollständigen Urheberrechtsvermerks und eines Lizenzhinweises in jeder Quellcode-Datei
Including an accurate, complete copyright statement and licence declaration on every source file
Die Quellcode-Datei und die Implementierungsdatei sind die Eingabedateien für den C-Compiler.
The source code file and the implementation file are the inputs to the C compiler.
Wo immer möglich, wird der Meldung in Klammern die Zeilennummer vorangestellt, in der der Fehler lokalisiert wurde; diese Zeilennummer bezieht sich entweder auf die Quellcode-Datei (Ll) oder auf den Maschinen-Code (Lp).
With each message a line number is included wherever possible to localize the corresponding error. This line number specification refers either to the source code file (denoted by "Ll") or to the machine code (denoted by "Lp").
Jede.json Datei ist im Grunde genommen eine Quellcode-Datei ähnlich zu.c, .php usw.
Any.json file should be thought of as a source-code file, similar to.c, .php etc.
Eine.hta Datei ist eine textbasierte HTML Quellcode-Datei mit zusätzlicher HTA-spezifischer Auszeichnung im<head>Bereich.
An.hta file is a text-based HTML source-code file with additional HTA-specific markup in the<head>section.
Dies öffnet das Compiler-Optionen Dialogfenster, welches Sie die Einstellungen für die Kompilierung dieser Quellcode-Datei vornehmen lässt.
This opens the compiler options dialog, that lets you set the options for the compilation of this source file.
Speichert die aktuelle Cursor-Position, wie auch den Status aller Faltungsmarkierungen, mit den Compiler-Optionen für die Quellcode-Datei.
Saves the current cursor position, as well as the state of all folding marks with the compiler options for the source file.
Mit dieser Option kann eingestellt werden, wo die Compiler-Optionen für eine Quellcode-Datei gespeichert werden
This option allows to specify where the compiler options of a source file are saved
Bei einem Fehler zur richtigen Quellcode-Datei umschalten
Switch to correct source file on error
Dies funktioniert auch für von Ihnen selbst deklarierte Prozeduren, jedoch nur, wenn sich diese in der gleichen Quellcode-Datei befinden, nicht in einer Include-Datei zum Beispiel.
This also works for procedures you have declared yourself, but only if you did so in the same source file, and not in an included file for example.
Quellcode sollte direkt in der Quellcode-Datei (nicht in den header-Dateien) dokumentiert werden.
Source code should be documented in the source file (not the header files).
Die Header-Datei ist in der C/C++ Quellcode-Datei enthalten, während die Outtype-Datei vom Pro*C/C++ Precompiler benutzt wird.
The header file is included in the C/C++ source code file, while the out type file is used by the Pro*C/C++ precompiler.