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