pierre eb1f44c750 + Memory tracing if compiled with -dHEAPTRC 27 years ago
..
Makefile e4f80a077b * linux fixes 27 years ago
README cbd33d4c38 * moved 27 years ago
TODO bcecca182a * 'Use tab characters' now works correctly 27 years ago
fp.pas eb1f44c750 + Memory tracing if compiled with -dHEAPTRC 27 years ago
fpcalc.pas cbd33d4c38 * moved 27 years ago
fpcompil.pas f77243e4fe + some split heap stuff, in $ifdef TEMPHEAP 27 years ago
fpconst.pas 2e3a8b6f8f + cmContToCursor added 27 years ago
fpdebug.pas 7917d69435 + added OldValue and CurrentValue field for watchpoints 27 years ago
fphelp.pas 2e3a8b6f8f + cmContToCursor added 27 years ago
fpide.pas 005b441e7d * cmSourceWindowClosing resets Debugger LastSource field to avoid problems 27 years ago
fpini.pas ec63373072 * better storing of breakpoints 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 d4b1c07d9a + SourceDir that stores directories for sources that the 27 years ago
fpmhelp.inc 124db68c70 + tools menu 27 years ago
fpmopts.inc f8ecd046d1 * MemorySizeSwitches -> MemorySwitches (were duplicates) 27 years ago
fpmrun.inc e041b232cc small cleanup 27 years ago
fpmsrch.inc 190f1f9cf8 * Adapted to TBrowserWindow changes 27 years ago
fpmtools.inc 03db82a6ff * unit name of FPSwitches -> FPSwitch which is easier to use 27 years ago
fpmwnd.inc 124db68c70 + tools menu 27 years ago
fpredir.pas 03db82a6ff * unit name of FPSwitches -> FPSwitch which is easier to use 27 years ago
fprun.pas f77243e4fe + some split heap stuff, in $ifdef TEMPHEAP 27 years ago
fpswitch.pas 9d6ef69221 * MemorySizeSwitches Removed (was duplicate of MemorySwitches !) 27 years ago
fpsymbol.pas ce1f8d84c2 + added B tab for functions and vars for break/watch 27 years ago
fptemplt.pas 124db68c70 + tools menu 27 years ago
fptools.pas 124db68c70 + tools menu 27 years ago
fpusrscr.pas 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
fputils.pas d4b1c07d9a + SourceDir that stores directories for sources that the 27 years ago
fpvars.pas 253b5b7cfd + SourceDirs added 27 years ago
fpviews.pas a415c0d2df + DoneReservedWords to avoid memory leaks 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 d6ff5d2b68 + added check for param in source 27 years ago
test2.pas 124db68c70 + tools menu 27 years ago
unit.pt cbd33d4c38 * moved 27 years ago
weditor.pas d3251f2448 * avoid invisible characters in CombineColors 27 years ago
whelp.pas cb9c161602 + html helpviewer 27 years ago
whlpview.pas cb9c161602 + html helpviewer 27 years ago
whtml.pas cb9c161602 + html helpviewer 27 years ago
whtmlhlp.pas 367c384eec * integer -> sw_integer for FPC needed 27 years ago
wini.pas 8590834823 * Value was not disposed before overwrite in TINIEntry.SetValue 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