lazarus/components/codetools/examples
2019-09-13 19:23:20 +00:00
..
scanexamples
addclass.lpi
addclass.lpr
addeventmethod.lpi
addeventmethod.lpr
addfpprofcalls.lpi
addfpprofcalls.lpr CodeTools example AddFpprofCalls: show help if no filename is given. Fix memory leak. 2017-11-03 21:37:35 +00:00
addmethod.lpi
addmethod.lpr
addmethodassign.lpi
addmethodassign.lpr
addwith.lpi
addwith.lpr
autoindent.lpi
autoindent.pas
codecompletion.lpi
codecompletion.lpr
completeabstractmethods.lpi
completeabstractmethods.lpr
completeblock.lpi
completeblock.pas codetools: examples: fixed completeblock 2017-11-03 22:28:27 +00:00
convert_glib3.sh
finddeclaration.lpi
finddeclaration.lpr
findunusedunits.lpi
findunusedunits.lpr
findusedunitreferences.lpi
findusedunitreferences.lpr
fixdefinitionorder.lpi
fixdefinitionorder.lpr
fixfilenames.lpi Fix compilation of Codetools examples and wiki test project. Clean uses sections. 2017-04-07 19:02:11 +00:00
fixfilenames.pas
fixh2pasdirectives.lpi
fixh2pasdirectives.lpr
getcontext.lpi
getcontext.lpr
getexpandedoperand.lpi
getexpandedoperand.pas
h2pastest.lpi
h2pastest.lpr
identifiercompletion.lpi
identifiercompletion.lpr
initvariable.lpr codetools: added InsertStatements 2015-02-16 21:52:05 +00:00
listinterfaceclasses.lpi Fix compilation of Codetools examples and wiki test project. Clean uses sections. 2017-04-07 19:02:11 +00:00
listinterfaceclasses.pas
methodjumping.lpi Fix compilation of Codetools examples and wiki test project. Clean uses sections. 2017-04-07 19:02:11 +00:00
methodjumping.pas codetools: examples fixed addmethod 2017-11-04 07:39:58 +00:00
parsefpcmsg.lpi
parsefpcmsg.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
ppudependencies.lpi
ppudependencies.lpr Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
proctomethod.lpi Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
proctomethod.lpr
README.txt
reduceifdefs.lpi Codetools example ReduceIfdefs: Add a sample file to the project. 2017-11-03 23:54:52 +00:00
reduceifdefs.lpr
removeemptymethods.lpi
removeemptymethods.lpr
removewith.lpi Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
removewith.lpr
replaceresourcedirectives.lpi
replaceresourcedirectives.lpr Codetools example ReplaceResourceDirectives: Add a sample file to the project. Fix comment. 2017-11-03 23:54:54 +00:00
retypepublishedvars.lpi
retypepublishedvars.lpr
runcfgscript.lpi
runcfgscript.lpr
scanfpcerrormsgfiles.lpi Fix compilation of Codetools examples and wiki test project. Clean uses sections. 2017-04-07 19:02:11 +00:00
scanfpcerrormsgfiles.lpr Fix compilation of Codetools examples and wiki test project. Clean uses sections. 2017-04-07 19:02:11 +00:00
setincludepath.lpi
setincludepath.pas
sourcecloser.lpi codetools: fixed node start class sections 2019-05-03 08:54:34 +00:00
sourcecloser.lpr codetools: sourcecloser: fixed cleaning up unit begin block 2019-09-13 19:23:20 +00:00
testexpreval.lpi
testexpreval.pas
testfpcsrcunitrules.lpi
testfpcsrcunitrules.lpr
TestNewXMLCfg.lpi Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
TestNewXMLCfg.lpr
testunitdirectives.lpi
testunitdirectives.lpr Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild. 2015-07-07 15:35:28 +00:00
unitdicttest.lpi
unitdicttest.lpr
usedbyunits.lpi
usedbyunits.lpr

Examples for the CodeTools

Some basic examples run out of the box.
Some examples require the path of the FPC sources, which can be given via the
environment variable FPCDIR.
If you see an error message like this:

Scanning FPC sources may take a while ...
TDefinePool.CreateFPCSrcTemplate FPCSrcDir does not exist: ...

Then you must set the FPCDIR variable and start the example again. For example:
Under linux:
  export FPCDIR=/home/username/freepascal/fpc

For instance the FPC 2.4.2 source directory contains the following files:
  compiler
  ide
  installer
  Makefile
  Makefile.fpc
  packages
  rtl
  tests
  utils

See here for more information:
http://wiki.lazarus.freepascal.org/Installing_Lazarus#FPC_Sources

The examples will scan the directories and store the result in a file named
'codetools.config'. So the next time you start any of the examples it does
not need to scan.

List of environment variables:
FPCDIR       = path to FPC source directory
PP           = path of the Free Pascal compiler. For example /usr/bin/ppc386.
LAZARUSDIR   = path of the lazarus sources
FPCTARGET    = FPC target OS like linux, win32, darwin
FPCTARGETCPU = FPC target cpu like i386, x86_64, arm