peter f1b0f5e20e * need gcc lib 26 years ago
..
utils 531eed99f8 * we should use lowercase extensions, for linux 27 years ago
Makefile f1b0f5e20e * need gcc lib 26 years ago
README cbd33d4c38 * moved 27 years ago
TODO bcecca182a * 'Use tab characters' now works correctly 27 years ago
fp.pas 0196ac9b54 * try to add extensions to params 26 years ago
fpcalc.pas 980b0a5a24 * fixes from gabor 26 years ago
fpcatch.pas 3dafa09576 + object support for browser 27 years ago
fpcompil.pas 1d8a77490c * fixes from gabor 26 years ago
fpconst.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fpdebug.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fpdesk.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fphelp.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fpide.pas ceca587979 * more fixes from gabor 26 years ago
fpini.pas 9abed6a5bc * avoid keeping old open file names 26 years ago
fpintf.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fpmcomp.inc 26e15d1b46 + UpdateTarget to see current target main in Menu 26 years ago
fpmdebug.inc 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fpmedit.inc cbd33d4c38 * moved 27 years ago
fpmfile.inc a96e37c9dd + uses weditor FileDir var to remember Directory for Open/Save 26 years ago
fpmhelp.inc c3351959a2 * fixed couple of bugs 27 years ago
fpmopts.inc ef82a62743 * linux fixes 27 years ago
fpmrun.inc 3dafa09576 + object support for browser 27 years ago
fpmsrch.inc 4d59eb41b2 * SearchSymbol works 26 years ago
fpmtools.inc 2f31c21e63 * fixed far problem is fpdebug 27 years ago
fpmwnd.inc 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fpredir.pas 6d37042bd8 * FIn FOut FErr dispsoed at exit 27 years ago
fpswitch.pas 7b94465fba * fixed hotkeys with Compiler switches 27 years ago
fpsymbol.pas 5156b3dc25 + CloseAllBrowsers needed before compilation to avoid problems 26 years ago
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 years ago
fptools.pas 1d8a77490c * fixes from gabor 26 years ago
fpusrscr.pas 1d8a77490c * fixes from gabor 26 years ago
fputils.pas 77e2d5ad2a * syntax highlight fixes 27 years ago
fpvars.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
fpviews.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 years ago
globdir.inc 1d8a77490c * fixes from gabor 26 years ago
gplprog.pt 604875d93b + init 27 years ago
gplunit.pt 604875d93b + init 27 years ago
grep.tdf e9d03b7506 + prompt with dialogs for tools 27 years ago
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
program.pt cbd33d4c38 * moved 27 years ago
realintr.inc 1d8a77490c * fixes from gabor 26 years ago
test.pas 77e2d5ad2a * syntax highlight fixes 27 years ago
test2.pas e10e79b38e + added col info in MessageItem 27 years ago
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 27 years ago
unit.pt cbd33d4c38 * moved 27 years ago
vesa.pas 3dafa09576 + object support for browser 27 years ago
weditor.pas ceca587979 * more fixes from gabor 26 years ago
whelp.pas 02f26788b8 * Fixed for Linux 27 years ago
whlpview.pas 1d8a77490c * fixes from gabor 26 years ago
whtml.pas 3dafa09576 + object support for browser 27 years ago
whtmlhlp.pas 3dafa09576 + object support for browser 27 years ago
wini.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
wresourc.pas 82d45a463d * dipsoe of S field in TResourceFile destructor 26 years ago
wtphwrit.pas cc15fb70fb * tools macro fixes 27 years ago
wutils.pas 3dafa09576 + object support for browser 27 years ago
wviews.pas 1d8a77490c * fixes from gabor 26 years ago

README


You can have a fp.cfg file in the same directory as fp.exe. It works the
same as ppc386.cfg

If you want to create a fully working IDE you need to compile with a
unit path to ../.. and for an IDE without compiler compile with ../fake

# IDE with full compiler compile with:
ppc386 fp -Fu../..

# IDE with fake compiler compile with:
ppc386 fp -Fu../fake