pierre 8d3bc4d756 + cmResetDebuggerRow il y a 26 ans
..
utils 531eed99f8 * we should use lowercase extensions, for linux il y a 27 ans
Makefile f1b0f5e20e * need gcc lib il y a 26 ans
README cbd33d4c38 * moved il y a 27 ans
TODO bcecca182a * 'Use tab characters' now works correctly il y a 27 ans
fp.pas b8fe180e0b * avoid objpas paramstr functions il y a 26 ans
fpcalc.pas 980b0a5a24 * fixes from gabor il y a 26 ans
fpcatch.pas 3dafa09576 + object support for browser il y a 27 ans
fpcompil.pas 4e1ba2115f * not ppas call on compile failure il y a 26 ans
fpconst.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fpdebug.pas 0d95903c65 + TCodeEditor.SetDebuggerRow il y a 26 ans
fpdesk.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fphelp.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fpide.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fpini.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... il y a 26 ans
fpintf.pas 7dbd47aaf1 + BreakpointsList Window implemented il y a 26 ans
fpmcomp.inc 26e15d1b46 + UpdateTarget to see current target main in Menu il y a 26 ans
fpmdebug.inc f58e010de1 * fixes from gabor il y a 26 ans
fpmedit.inc cbd33d4c38 * moved il y a 27 ans
fpmfile.inc 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fpmhelp.inc c3351959a2 * fixed couple of bugs il y a 27 ans
fpmopts.inc 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fpmrun.inc 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fpmsrch.inc f58e010de1 * fixes from gabor il y a 26 ans
fpmtools.inc 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... il y a 26 ans
fpmwnd.inc 5f258b0fc0 + First implementation of watches window il y a 26 ans
fpredir.pas e98b8c7546 * win32 fixes il y a 26 ans
fpswitch.pas 7b94465fba * fixed hotkeys with Compiler switches il y a 27 ans
fpsymbol.pas f58e010de1 * fixes from gabor il y a 26 ans
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items il y a 26 ans
fptools.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... il y a 26 ans
fpusrscr.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fputils.pas 77e2d5ad2a * syntax highlight fixes il y a 27 ans
fpvars.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
fpviews.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
globdir.inc b9ba51fa17 * allow redirection if using GDB_V418 il y a 26 ans
gplprog.pt 604875d93b + init il y a 27 ans
gplunit.pt 604875d93b + init il y a 27 ans
grep.tdf e9d03b7506 + prompt with dialogs for tools il y a 27 ans
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file il y a 27 ans
program.pt cbd33d4c38 * moved il y a 27 ans
realintr.inc 1d8a77490c * fixes from gabor il y a 26 ans
test.pas d8ba95410b * some more tests il y a 26 ans
test2.pas d8ba95410b * some more tests il y a 26 ans
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools il y a 27 ans
unit.pt cbd33d4c38 * moved il y a 27 ans
vesa.pas 3dafa09576 + object support for browser il y a 27 ans
weditor.pas 8d3bc4d756 + cmResetDebuggerRow il y a 26 ans
whelp.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
whlpview.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
whtml.pas 3dafa09576 + object support for browser il y a 27 ans
whtmlhlp.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. il y a 26 ans
wini.pas e9d03b7506 + prompt with dialogs for tools il y a 27 ans
wresourc.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... il y a 26 ans
wtphwrit.pas cc15fb70fb * tools macro fixes il y a 27 ans
wutils.pas ac173d9347 * readlnfromstream length check added il y a 26 ans
wviews.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... il y a 26 ans

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