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

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