fpc/ide/text
1999-02-04 17:54:22 +00:00
..
fp.pas + tools menu 1999-01-21 11:54:08 +00:00
fpcalc.pas * moved 1998-12-22 14:27:54 +00:00
fpcompil.pas * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpconst.pas + cmResetDebugger and cmGrep 1999-02-04 12:23:43 +00:00
fpdebug.pas + several commands added 1999-02-04 17:54:22 +00:00
fphelp.pas + cmResetDebugger and cmGrep 1999-02-04 12:23:43 +00:00
fpide.pas * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpini.pas * bs_invalid renamed bs_deleted 1999-02-04 17:52:38 +00:00
fpintf.pas + Added user screen support, display & window 1998-12-28 15:47:40 +00:00
fpmcomp.inc + Added user screen support, display & window 1998-12-28 15:47:40 +00:00
fpmdebug.inc + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
fpmedit.inc * moved 1998-12-22 14:27:54 +00:00
fpmfile.inc * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpmhelp.inc + tools menu 1999-01-21 11:54:08 +00:00
fpmopts.inc * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpmrun.inc * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpmsrch.inc * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpmtools.inc * grep$$$.out was not closed 1999-02-04 15:59:08 +00:00
fpmwnd.inc + tools menu 1999-01-21 11:54:08 +00:00
fpredir.pas * conditionnal code was wrong 1999-02-04 17:51:47 +00:00
fprun.pas + Implemented still missing 'switch' entries in Options menu 1999-01-12 14:29:31 +00:00
fpswitch.pas * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpsymbol.pas + OpenOneSymbolBrowser 1999-02-04 17:53:47 +00:00
fptemplt.pas + tools menu 1999-01-21 11:54:08 +00:00
fptools.pas + tools menu 1999-01-21 11:54:08 +00:00
fpusrscr.pas + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
fputils.pas + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
fpvars.pas + TabsPattern added 1999-02-04 13:15:40 +00:00
fpviews.pas + BrowserAtCursor started 1999-02-04 17:45:23 +00:00
Makefile * linux fixes 1999-02-04 17:19:22 +00:00
maketp.bat + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
program.pt * moved 1998-12-22 14:27:54 +00:00
README * moved 1998-12-22 14:27:54 +00:00
realintr.inc + Added user screen support, display & window 1998-12-28 15:47:40 +00:00
test2.pas + tools menu 1999-01-21 11:54:08 +00:00
test.pas * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
TODO * 'Use tab characters' now works correctly 1999-01-04 11:49:39 +00:00
unit.pt * moved 1998-12-22 14:27:54 +00:00
weditor.pas * linux fixes 1999-02-04 17:19:22 +00:00
whelp.pas + Added user screen support, display & window 1998-12-28 15:47:40 +00:00
whlpview.pas + tools menu 1999-01-21 11:54:08 +00:00
wini.pas + tools menu 1999-01-21 11:54:08 +00:00

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