florian 1b8b8be9c0 * if no ini file is found the ide uses some useful defaults 26 years ago
..
utils 531eed99f8 * we should use lowercase extensions, for linux 27 years ago
Makefile fd0d2c3781 * adapted to target dependent libgdb dirs 26 years ago
README cbd33d4c38 * moved 27 years ago
TODO bcecca182a * 'Use tab characters' now works correctly 27 years ago
fp.pas b92c9ed1c4 * fixes from gabor, idle event, html fix 26 years ago
fpcalc.pas 9853a752ab + clock 26 years ago
fpcatch.pas 3dafa09576 + object support for browser 27 years ago
fpcompil.pas 51ffde5f8c * adapted to new tokens unit 26 years ago
fpconst.pas d0dbe5a3f5 ClockView Black on Gray by default 26 years ago
fpdebug.pas a8827ebf5e + TBreakpoint and TWatch registering 26 years ago
fpdesk.pas f7fe3db13f * ReadOpenWindows and ReadSymobls was missing, still does not work correctly :( 26 years ago
fphelp.pas b0806dcf41 * some breakpoint related fixes and Help contexts 26 years ago
fpide.pas 8d89660849 * Use ShrinkPas for RecentFiles 26 years ago
fpini.pas a8827ebf5e + TBreakpoint and TWatch registering 26 years ago
fpintf.pas a8827ebf5e + TBreakpoint and TWatch registering 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 629a079611 * Adjusting the selection when the editor didn't contain any line. 26 years ago
fpmhelp.inc c3351959a2 * fixed couple of bugs 27 years ago
fpmopts.inc 098e54d4e0 + color selection for ClockView 26 years ago
fpmrun.inc a8827ebf5e + TBreakpoint and TWatch registering 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 3a82964db4 * Win32 ExecInheritsHandles typo problem 26 years ago
fpswitch.pas 1b8b8be9c0 * if no ini file is found the ide uses some useful defaults 26 years ago
fpsymbol.pas a8827ebf5e + TBreakpoint and TWatch registering 26 years ago
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 years ago
fptools.pas 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 26 years ago
fpusrscr.pas ff2c563dde + Twin32Screen added 26 years ago
fputils.pas 77e2d5ad2a * syntax highlight fixes 27 years ago
fpvars.pas a8827ebf5e + TBreakpoint and TWatch registering 26 years ago
fpviews.pas a8827ebf5e + TBreakpoint and TWatch registering 26 years ago
globdir.inc ee7b714aff + Windows clipboard for win32 26 years ago
gplprog.pt 604875d93b + init 27 years ago
gplunit.pt 604875d93b + init 27 years ago
grep.tdf e9d03b7506 + prompt with dialogs for tools 27 years ago
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
program.pt cbd33d4c38 * moved 27 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 27 years ago
unit.pt cbd33d4c38 * moved 27 years ago
vesa.pas 3dafa09576 + object support for browser 27 years ago
weditor.pas 2799e5dc92 * more tabs related problems fiwes 26 years ago
whelp.pas 629a079611 * Adjusting the selection when the editor didn't contain any line. 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 27 years ago
whtmlhlp.pas b92c9ed1c4 * fixes from gabor, idle event, html fix 26 years ago
winclip.pas 1b8b8be9c0 * if no ini file is found the ide uses some useful defaults 26 years ago
wini.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
wresourc.pas 7f92eb79f5 * E^.DataLen=-1 sets OK to false in TResourceFile.ReadSourceEntryToStream 26 years ago
wtphwrit.pas cc15fb70fb * tools macro fixes 27 years ago
wutils.pas b92c9ed1c4 * fixes from gabor, idle event, html fix 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