peter fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
..
Makefile 04c3f5099b * makefile.fpc updates and defaultfpcdir var 27 年 前
README cbd33d4c38 * moved 27 年 前
TODO bcecca182a * 'Use tab characters' now works correctly 27 年 前
fp.pas a0c648d7aa * use TryToOpen() with parameter files to overcome double opened files 27 年 前
fpcalc.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fpcatch.pas be2415693b + ctrl-c capture with confirm dialog 27 年 前
fpcompil.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
fpconst.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fpdebug.pas 2f31c21e63 * fixed far problem is fpdebug 27 年 前
fphelp.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fpide.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
fpini.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
fpintf.pas ed4fdd2e0b * extended primaryfile to load a .pri file 27 年 前
fpmcomp.inc fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
fpmdebug.inc 72a631eff3 + automatic .pas/.pp adding by opening of file 27 年 前
fpmedit.inc cbd33d4c38 * moved 27 年 前
fpmfile.inc afba976e1a + open dialog supports mask list 27 年 前
fpmhelp.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fpmopts.inc fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
fpmrun.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fpmsrch.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fpmtools.inc 2f31c21e63 * fixed far problem is fpdebug 27 年 前
fpmwnd.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fpredir.pas 78afae34d5 * linux unit 27 年 前
fpswitch.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
fpsymbol.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
fptemplt.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
fptools.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
fpusrscr.pas 72a631eff3 + automatic .pas/.pp adding by opening of file 27 年 前
fputils.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
fpvars.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 年 前
fpviews.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
gplprog.pt 604875d93b + init 27 年 前
gplunit.pt 604875d93b + init 27 年 前
grep.tdf e9d03b7506 + prompt with dialogs for tools 27 年 前
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 年 前
program.pt cbd33d4c38 * moved 27 年 前
realintr.inc 9788af7f08 + Added user screen support, display & window 27 年 前
test.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
test2.pas e10e79b38e + added col info in MessageItem 27 年 前
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 27 年 前
unit.pt cbd33d4c38 * moved 27 年 前
weditor.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
whelp.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
whlpview.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
whtml.pas 726560a0d5 + Log 27 年 前
whtmlhlp.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 年 前
wini.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
wutils.pas e9d03b7506 + prompt with dialogs for tools 27 年 前
wviews.pas e9d03b7506 + prompt with dialogs for tools 27 年 前

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