pierre 82c78d2e22 * allow FP to debug itself 25 年之前
..
utils 531eed99f8 * we should use lowercase extensions, for linux 26 年之前
Makefile dfca2834a9 * regenerated 26 年之前
Makefile.fpc bd9b974883 * fixed old packagedir -> packagesdir 26 年之前
README cbd33d4c38 * moved 27 年之前
TODO bcecca182a * 'Use tab characters' now works correctly 27 年之前
fp.pas 8c7cc67209 + Browser info saving 26 年之前
fpcalc.pas 9853a752ab + clock 26 年之前
fpcatch.pas 42641bdcec * MyApp renamed IDEApp 26 年之前
fpcodcmp.pas 36e3f595ce * fixed codecomplete when the word was already typed 26 年之前
fpcodtmp.pas c5e9d4a4e3 + new files from Gabor 26 年之前
fpcompil.pas 8c7cc67209 + Browser info saving 26 年之前
fpconst.pas 8c7cc67209 + Browser info saving 26 年之前
fpdebug.pas 82c78d2e22 * allow FP to debug itself 25 年之前
fpdesk.pas 8c7cc67209 + Browser info saving 26 年之前
fphelp.pas 7ff307fb8d + added a register window, doesn't work yet 26 年之前
fpide.pas fdf8713693 + start of internationalization support 26 年之前
fpini.pas 6682c156c2 * Breakpoint conditions were not reloaded correctly 26 年之前
fpintf.pas 550220b663 Changes from Gabor 26 年之前
fpmcomp.inc 8af36884e6 * force recompiling if we change target OS 26 年之前
fpmdebug.inc 7ff307fb8d + added a register window, doesn't work yet 26 年之前
fpmedit.inc cbd33d4c38 * moved 27 年之前
fpmfile.inc 574caf6b7b * avoid problems after going to root directory 26 年之前
fpmhelp.inc c3351959a2 * fixed couple of bugs 26 年之前
fpmopts.inc 8aaf0b8052 + new console for Win32 or other tty for linux 26 年之前
fpmrun.inc 2cf8e2fcbc * avoid the Impossible to set breakpoints here 25 年之前
fpmsrch.inc f58e010de1 * fixes from gabor 26 年之前
fpmtools.inc 81323ed5e2 + Grep read check added 26 年之前
fpmwnd.inc 9f9441a49a * avoid unknown type in alt+0 dialog for Ascii Chart and Clipboard 26 年之前
fpredir.pas 1f8dd0606f + DosExecute to interface 26 年之前
fpstring.pas fdf8713693 + start of internationalization support 26 年之前
fpswitch.pas 73edccea34 * use default command line switches only if fp.cfg not found 26 年之前
fpsymbol.pas fdd9823d85 * LookUp function now returns the complete name in browcol 26 年之前
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 年之前
fptools.pas f8c7ee681e * avoid dispose problems for ToolMessages 26 年之前
fpusrscr.pas e858b8bea8 * Restore std_output_handle correctly at exit for GDB 26 年之前
fputils.pas 550220b663 Changes from Gabor 26 年之前
fpvars.pas a8827ebf5e + TBreakpoint and TWatch registering 26 年之前
fpviews.pas 2cbd2456cf * avoid Search sometimes disabled for Editor Windows 25 年之前
globdir.inc 371a30428a * ^KC fix 26 年之前
gplprog.pt 604875d93b + init 26 年之前
gplunit.pt 604875d93b + init 26 年之前
grep.tdf e9d03b7506 + prompt with dialogs for tools 26 年之前
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 年之前
program.pt cbd33d4c38 * moved 27 年之前
readme.txt e864889c57 + added readme.txt file 26 年之前
realintr.inc 1d8a77490c * fixes from gabor 26 年之前
test.pas 1d5d3b421a + dummy test1 unit added for dbx tests 26 年之前
test1.pas 1d5d3b421a + dummy test1 unit added for dbx tests 26 年之前
test2.pas d8ba95410b * some more tests 26 年之前
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 26 年之前
unit.pt cbd33d4c38 * moved 27 年之前
vesa.pas 550220b663 Changes from Gabor 26 年之前
weditor.pas 6f77e21754 * Test_partial_syntax released 26 年之前
whelp.pas 3320a98eaa * Fixed Linux code that got time of day. Removed Timezone parameter 26 年之前
whlpview.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 年之前
whtml.pas 3dafa09576 + object support for browser 26 年之前
whtmlhlp.pas b92c9ed1c4 * fixes from gabor, idle event, html fix 26 年之前
winclip.pas 6e0af34cfc * Use CF_OEMTEXT under win32 and dx=7 under go32v2 to obtain 26 年之前
wini.pas e9d03b7506 + prompt with dialogs for tools 26 年之前
wresourc.pas 7f92eb79f5 * E^.DataLen=-1 sets OK to false in TResourceFile.ReadSourceEntryToStream 26 年之前
wtphwrit.pas cc15fb70fb * tools macro fixes 26 年之前
wutils.pas ccf88239a6 * Result of GetShortPathName is checked 26 年之前
wviews.pas 104468093d * WViews objects were not registered 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