fpc/ide/text
pierre eb1f44c750 + Memory tracing if compiled with -dHEAPTRC
* Many memory leaks removed
1999-02-10 09:55:43 +00:00
..
fp.pas + Memory tracing if compiled with -dHEAPTRC 1999-02-10 09:55:43 +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 + added OldValue and CurrentValue field for watchpoints 1999-02-10 09:55:07 +00:00
fphelp.pas + cmContToCursor added 1999-02-08 17:40:00 +00:00
fpide.pas * cmSourceWindowClosing resets Debugger LastSource field to avoid problems 1999-02-10 09:54:11 +00:00
fpini.pas * better storing of breakpoints 1999-02-10 09:53:14 +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 * MemorySizeSwitches -> MemorySwitches (were duplicates) 1999-02-10 09:52:43 +00:00
fpmrun.inc small cleanup 1999-02-10 09:51:59 +00:00
fpmsrch.inc * Adapted to TBrowserWindow changes 1999-02-10 09:51:03 +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 * MemorySizeSwitches Removed (was duplicate of MemorySwitches !) 1999-02-10 09:45:55 +00:00
fpsymbol.pas + added B tab for functions and vars for break/watch 1999-02-10 09:44:59 +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 + DoneReservedWords to avoid memory leaks 1999-02-10 09:42:52 +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