pierre 4018f8cebc * fix for Linux ./ prepended to ppas.sh 26 ani în urmă
..
utils 531eed99f8 * we should use lowercase extensions, for linux 27 ani în urmă
Makefile f1b0f5e20e * need gcc lib 26 ani în urmă
README cbd33d4c38 * moved 27 ani în urmă
TODO bcecca182a * 'Use tab characters' now works correctly 27 ani în urmă
fp.pas b8fe180e0b * avoid objpas paramstr functions 26 ani în urmă
fpcalc.pas 8c00a07def * traling zero after . could not be inserted 26 ani în urmă
fpcatch.pas 3dafa09576 + object support for browser 27 ani în urmă
fpcompil.pas 4018f8cebc * fix for Linux ./ prepended to ppas.sh 26 ani în urmă
fpconst.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
fpdebug.pas 0d95903c65 + TCodeEditor.SetDebuggerRow 26 ani în urmă
fpdesk.pas 9bbc06ee1b * no errors if no browser info available 26 ani în urmă
fphelp.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
fpide.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
fpini.pas ff8a2f87d7 + Watches saved 26 ani în urmă
fpintf.pas 7dbd47aaf1 + BreakpointsList Window implemented 26 ani în urmă
fpmcomp.inc 26e15d1b46 + UpdateTarget to see current target main in Menu 26 ani în urmă
fpmdebug.inc f58e010de1 * fixes from gabor 26 ani în urmă
fpmedit.inc cbd33d4c38 * moved 27 ani în urmă
fpmfile.inc 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
fpmhelp.inc c3351959a2 * fixed couple of bugs 27 ani în urmă
fpmopts.inc 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
fpmrun.inc 7415721184 * DoContUntilReturn call Step instead of UnitlReturn 26 ani în urmă
fpmsrch.inc f58e010de1 * fixes from gabor 26 ani în urmă
fpmtools.inc 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 26 ani în urmă
fpmwnd.inc 5f258b0fc0 + First implementation of watches window 26 ani în urmă
fpredir.pas e98b8c7546 * win32 fixes 26 ani în urmă
fpswitch.pas 7b94465fba * fixed hotkeys with Compiler switches 27 ani în urmă
fpsymbol.pas f58e010de1 * fixes from gabor 26 ani în urmă
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 ani în urmă
fptools.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 26 ani în urmă
fpusrscr.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
fputils.pas 77e2d5ad2a * syntax highlight fixes 27 ani în urmă
fpvars.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
fpviews.pas cc6269dc3b * adapted to modified tokens unit 26 ani în urmă
globdir.inc b9ba51fa17 * allow redirection if using GDB_V418 26 ani în urmă
gplprog.pt 604875d93b + init 27 ani în urmă
gplunit.pt 604875d93b + init 27 ani în urmă
grep.tdf e9d03b7506 + prompt with dialogs for tools 27 ani în urmă
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 ani în urmă
program.pt cbd33d4c38 * moved 27 ani în urmă
realintr.inc 1d8a77490c * fixes from gabor 26 ani în urmă
test.pas d8ba95410b * some more tests 26 ani în urmă
test2.pas d8ba95410b * some more tests 26 ani în urmă
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 27 ani în urmă
unit.pt cbd33d4c38 * moved 27 ani în urmă
vesa.pas 3dafa09576 + object support for browser 27 ani în urmă
weditor.pas 8d3bc4d756 + cmResetDebuggerRow 26 ani în urmă
whelp.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
whlpview.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
whtml.pas 3dafa09576 + object support for browser 27 ani în urmă
whtmlhlp.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 ani în urmă
wini.pas e9d03b7506 + prompt with dialogs for tools 27 ani în urmă
wresourc.pas 7f92eb79f5 * E^.DataLen=-1 sets OK to false in TResourceFile.ReadSourceEntryToStream 26 ani în urmă
wtphwrit.pas cc15fb70fb * tools macro fixes 27 ani în urmă
wutils.pas ac173d9347 * readlnfromstream length check added 26 ani în urmă
wviews.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 26 ani în urmă

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