pierre ac4df5f8aa + date string added 26 years ago
..
utils 531eed99f8 * we should use lowercase extensions, for linux 26 years ago
Makefile fc6ef73478 * regenerated to support auto rtl compiling 26 years ago
Makefile.fpc e3c8963279 * Makefile updates again 26 years ago
README cbd33d4c38 * moved 27 years ago
TODO bcecca182a * 'Use tab characters' now works correctly 27 years ago
fp.pas 550220b663 Changes from Gabor 26 years ago
fpcalc.pas 9853a752ab + clock 26 years ago
fpcatch.pas 42641bdcec * MyApp renamed IDEApp 26 years ago
fpcodcmp.pas c5e9d4a4e3 + new files from Gabor 26 years ago
fpcodtmp.pas c5e9d4a4e3 + new files from Gabor 26 years ago
fpcompil.pas 550220b663 Changes from Gabor 26 years ago
fpconst.pas 550220b663 Changes from Gabor 26 years ago
fpdebug.pas 42641bdcec * MyApp renamed IDEApp 26 years ago
fpdesk.pas 550220b663 Changes from Gabor 26 years ago
fphelp.pas de2be80144 * typo error corrected 26 years ago
fpide.pas 88751ab662 * avoid new files to use TABS 26 years ago
fpini.pas 6682c156c2 * Breakpoint conditions were not reloaded correctly 26 years ago
fpintf.pas 550220b663 Changes from Gabor 26 years ago
fpmcomp.inc 26e15d1b46 + UpdateTarget to see current target main in Menu 26 years ago
fpmdebug.inc 402b944d4b + TIDEApp.DoCloseUserScreenWindow 26 years ago
fpmedit.inc cbd33d4c38 * moved 27 years ago
fpmfile.inc 574caf6b7b * avoid problems after going to root directory 26 years ago
fpmhelp.inc c3351959a2 * fixed couple of bugs 26 years ago
fpmopts.inc 8aaf0b8052 + new console for Win32 or other tty for linux 26 years ago
fpmrun.inc 34ce171c97 * do not recompile a program inside Debugging session 26 years ago
fpmsrch.inc f58e010de1 * fixes from gabor 26 years ago
fpmtools.inc 81323ed5e2 + Grep read check added 26 years ago
fpmwnd.inc bc42be74cf + StackWindow is a known window type 26 years ago
fpredir.pas 1f8dd0606f + DosExecute to interface 26 years ago
fpswitch.pas 1b8b8be9c0 * if no ini file is found the ide uses some useful defaults 26 years ago
fpsymbol.pas fdd9823d85 * LookUp function now returns the complete name in browcol 26 years ago
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 years ago
fptools.pas f8c7ee681e * avoid dispose problems for ToolMessages 26 years ago
fpusrscr.pas e858b8bea8 * Restore std_output_handle correctly at exit for GDB 26 years ago
fputils.pas 550220b663 Changes from Gabor 26 years ago
fpvars.pas a8827ebf5e + TBreakpoint and TWatch registering 26 years ago
fpviews.pas ac4df5f8aa + date string added 26 years ago
globdir.inc 371a30428a * ^KC fix 26 years ago
gplprog.pt 604875d93b + init 26 years ago
gplunit.pt 604875d93b + init 26 years ago
grep.tdf e9d03b7506 + prompt with dialogs for tools 26 years ago
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 26 years ago
program.pt cbd33d4c38 * moved 27 years ago
readme.txt e864889c57 + added readme.txt file 26 years ago
realintr.inc 1d8a77490c * fixes from gabor 26 years ago
test.pas 1d5d3b421a + dummy test1 unit added for dbx tests 26 years ago
test1.pas 1d5d3b421a + dummy test1 unit added for dbx tests 26 years ago
test2.pas d8ba95410b * some more tests 26 years ago
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 26 years ago
unit.pt cbd33d4c38 * moved 27 years ago
vesa.pas 550220b663 Changes from Gabor 26 years ago
weditor.pas ca58f7d947 * forgot CommentLineType check to see if we need to update format 26 years ago
whelp.pas 3320a98eaa * Fixed Linux code that got time of day. Removed Timezone parameter 26 years ago
whlpview.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 years ago
whtml.pas 3dafa09576 + object support for browser 26 years ago
whtmlhlp.pas b92c9ed1c4 * fixes from gabor, idle event, html fix 26 years ago
winclip.pas 6e0af34cfc * Use CF_OEMTEXT under win32 and dx=7 under go32v2 to obtain 26 years ago
wini.pas e9d03b7506 + prompt with dialogs for tools 26 years ago
wresourc.pas 7f92eb79f5 * E^.DataLen=-1 sets OK to false in TResourceFile.ReadSourceEntryToStream 26 years ago
wtphwrit.pas cc15fb70fb * tools macro fixes 26 years ago
wutils.pas b138904114 + linecomplete arg for ReadlnFromStream 26 years ago
wviews.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 26 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