peter 8d234de1d1 * helpfiles fixed 27 years ago
..
Makefile 30fdaddcb8 + default extension for save in the editor 27 years ago
README cbd33d4c38 * moved 27 years ago
TODO bcecca182a * 'Use tab characters' now works correctly 27 years ago
fp.pas be2415693b + ctrl-c capture with confirm dialog 27 years ago
fpcalc.pas be2415693b + ctrl-c capture with confirm dialog 27 years ago
fpcatch.pas be2415693b + ctrl-c capture with confirm dialog 27 years ago
fpcompil.pas 00ed0b4182 * small fixes for linux and grep 27 years ago
fpconst.pas 4133cbf1d3 * browser updates from gabor 27 years ago
fpdebug.pas be2415693b + ctrl-c capture with confirm dialog 27 years ago
fphelp.pas 4133cbf1d3 * browser updates from gabor 27 years ago
fpide.pas 4133cbf1d3 * browser updates from gabor 27 years ago
fpini.pas 30fdaddcb8 + default extension for save in the editor 27 years ago
fpintf.pas 03db82a6ff * unit name of FPSwitches -> FPSwitch which is easier to use 27 years ago
fpmcomp.inc 9788af7f08 + Added user screen support, display & window 27 years ago
fpmdebug.inc 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
fpmedit.inc cbd33d4c38 * moved 27 years ago
fpmfile.inc afba976e1a + open dialog supports mask list 27 years ago
fpmhelp.inc 30fdaddcb8 + default extension for save in the editor 27 years ago
fpmopts.inc 4133cbf1d3 * browser updates from gabor 27 years ago
fpmrun.inc f511ac5267 * search fixed 27 years ago
fpmsrch.inc 190f1f9cf8 * Adapted to TBrowserWindow changes 27 years ago
fpmtools.inc 00ed0b4182 * small fixes for linux and grep 27 years ago
fpmwnd.inc 124db68c70 + tools menu 27 years ago
fpredir.pas 00ed0b4182 * small fixes for linux and grep 27 years ago
fpswitch.pas 216d00e8bc * String items can also be separated by spaces 27 years ago
fpsymbol.pas 4133cbf1d3 * browser updates from gabor 27 years ago
fptemplt.pas f511ac5267 * search fixed 27 years ago
fptools.pas 30fdaddcb8 + default extension for save in the editor 27 years ago
fpusrscr.pas 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
fputils.pas 30fdaddcb8 + default extension for save in the editor 27 years ago
fpvars.pas afba976e1a + open dialog supports mask list 27 years ago
fpviews.pas 4133cbf1d3 * browser updates from gabor 27 years ago
gplprog.pt 604875d93b + init 27 years ago
gplunit.pt 604875d93b + init 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 9788af7f08 + Added user screen support, display & window 27 years ago
test.pas 4133cbf1d3 * browser updates from gabor 27 years ago
test2.pas e10e79b38e + added col info in MessageItem 27 years ago
unit.pt cbd33d4c38 * moved 27 years ago
weditor.pas 30fdaddcb8 + default extension for save in the editor 27 years ago
whelp.pas 8d234de1d1 * helpfiles fixed 27 years ago
whlpview.pas f511ac5267 * search fixed 27 years ago
whtml.pas be2415693b + ctrl-c capture with confirm dialog 27 years ago
whtmlhlp.pas 8d234de1d1 * helpfiles fixed 27 years ago
wini.pas 30fdaddcb8 + default extension for save in the editor 27 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