fpc/ide/text
1999-02-10 09:38:46 +00:00
..
fp.pas + some split heap stuff, in $ifdef TEMPHEAP 1999-02-08 09:30:59 +00:00
fpcalc.pas * moved 1998-12-22 14:27:54 +00:00
fpcompil.pas + some split heap stuff, in $ifdef TEMPHEAP 1999-02-08 09:30:59 +00:00
fpconst.pas + cmContToCursor added 1999-02-08 17:40:00 +00:00
fpdebug.pas * RestDebugger or multiple running of debugged program now works 1999-02-08 17:43:43 +00:00
fphelp.pas + cmContToCursor added 1999-02-08 17:40:00 +00:00
fpide.pas * RestDebugger or multiple running of debugged program now works 1999-02-08 17:43:43 +00:00
fpini.pas + new breakpoint types added 1999-02-05 13:08:41 +00:00
fpintf.pas * unit name of FPSwitches -> FPSwitch which is easier to use 1999-02-05 13:51:38 +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 + SourceDir that stores directories for sources that the 1999-02-05 12:11:53 +00:00
fpmhelp.inc + tools menu 1999-01-21 11:54:08 +00:00
fpmopts.inc + CustomArg added to debug dialog 1999-02-08 17:41:34 +00:00
fpmrun.inc * RestDebugger or multiple running of debugged program now works 1999-02-08 17:43:43 +00:00
fpmsrch.inc * Several things added (I cannot commit them independently !) 1999-02-04 13:32:00 +00:00
fpmtools.inc * unit name of FPSwitches -> FPSwitch which is easier to use 1999-02-05 13:51:38 +00:00
fpmwnd.inc + tools menu 1999-01-21 11:54:08 +00:00
fpredir.pas * unit name of FPSwitches -> FPSwitch which is easier to use 1999-02-05 13:51:38 +00:00
fprun.pas + some split heap stuff, in $ifdef TEMPHEAP 1999-02-08 09:30:59 +00:00
fpswitch.pas + added CustomArg 1999-02-08 17:38:52 +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 + SourceDir that stores directories for sources that the 1999-02-05 12:11:53 +00:00
fpvars.pas + SourceDirs added 1999-02-05 12:07:55 +00:00
fpviews.pas + SourceDir that stores directories for sources that the 1999-02-05 12:11:53 +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 + added check for param in source 1999-02-10 09:38:46 +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 * avoid invisible characters in CombineColors 1999-02-09 09:29:59 +00:00
whelp.pas + html helpviewer 1999-02-08 10:37:43 +00:00
whlpview.pas + html helpviewer 1999-02-08 10:37:43 +00:00
whtml.pas + html helpviewer 1999-02-08 10:37:43 +00:00
whtmlhlp.pas * integer -> sw_integer for FPC needed 1999-02-08 14:02:06 +00:00
wini.pas * Value was not disposed before overwrite in TINIEntry.SetValue 1999-02-10 09:14:57 +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