IDE Macros in paths and filenames/de

From Lazarus wiki
Revision as of 19:55, 14 June 2006 by Swen (talk | contribs)
Jump to navigationJump to search

Deutsch (de) English (en) español (es) français (fr) português (pt) русский (ru)

  • Col - akutelle Spalte im Quelltexteditor
  • Row - aktuelle Zeile im Quelltexteditor
  • CompPath - compiler path set in the environment options
  • CurToken - current token at the cursor in the source editor
  • EdFile - aktueller Dateiname im Quelltexteditor
  • FPCSrcDir - FPC source directory set in environment options
  • LazarusDir - Lazarus source directory set in environment options
  • LCLWidgetType - LCL widgetset des aktuellen Projekts
  • TargetCPU - Ziel CPU des aktuellen Projekts
  • TargetOS - Ziel OS des aktuellen Projekts
  • Params - Startparameter des aktuellen Projekts
  • Prompt - fragt den Benutzer nach einem Wert. Dies ist ein interaktives Makro.
  • ProjFile - der vollständige Dateiname der Hauptquelldatei des aktuellen Projekts (.lpr)
  • ProjPath - das Projektverzeichnis (das Verzeichnis der .lpi Datei)
  • Save - speichert die aktuelle Datei im Quelltexteditor
  • SaveAll - Alles speichern
  • TargetFile - die Ausgabedatei des aktuellen Projekts (z.B. das executable oder die Bibliothek)
  • TargetCmdLine - das Projekt-executable plus Startparameter
  • TestDir - Test directory set in the environment options
  • RunCmdLine - das Kommando zum Starten des Projekts
  • ProjPublishDir - publishing directory of the current project
  • ProjUnitPath - unit path of project directory
  • ProjIncPath - include path of project directory
  • ProjSrcPath - source path of project directory
  • ConfDir - Verzeichnis in dem die IDE ihre Konfigurationsdateien speichert
  • MakeExe - Pfad zum 'make' Programm (gmake unter BSD)
  • Project() - Makrofunktion für verschiedene Werte
    • Project(UnitPath) - unit path of project directory
    • Project(SrcPath) - source path of project directory
    • Project(IncPath) - include path of project directory
  • Ext() - Makrofunktion für ExtractFileExt
  • Path() - Makrofunktion für ExtractFilePath
  • Name() - Makrofunktion für ExtractFileName
  • NameOnly() - Makrofunktion für ExtractFileNameOnly
  • MakeDir() - Makrofunktion für AppendPathDelim
  • MakeFile() - Makrofunktion für ChompPathDelim
  • PkgSrcPath() - macro function for the source path of a package ID given as parameter
  • PkgUnitPath() - macro function for the unit path of a package ID given as parameter
  • PkgIncPath() - macro function for the include path of a package ID given as parameter