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

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