peter 005e98fb55 * fpcmaked -> fpcmade.<TARGET> пре 26 година
..
utils 531eed99f8 * we should use lowercase extensions, for linux пре 27 година
Makefile 005e98fb55 * fpcmaked -> fpcmade.<TARGET> пре 26 година
Makefile.fpc 2fa2236356 * fixes to make ide zip creation working пре 26 година
README cbd33d4c38 * moved пре 27 година
TODO bcecca182a * 'Use tab characters' now works correctly пре 27 година
fp.pas 5def4fada6 + VideoMode save/restore пре 26 година
fpcalc.pas 9853a752ab + clock пре 26 година
fpcatch.pas 3dafa09576 + object support for browser пре 27 година
fpcompil.pas 3c082620f0 * GetFileTime moved to wutils unit пре 26 година
fpconst.pas 8830a9fb4a * fixed uppercase filenames пре 26 година
fpdebug.pas c0324fdd27 + Executing... in status line if in another window пре 26 година
fpdesk.pas 5def4fada6 + VideoMode save/restore пре 26 година
fphelp.pas b0806dcf41 * some breakpoint related fixes and Help contexts пре 26 година
fpide.pas ff5d46b647 + TIDEApp.Idle does always call GiveUpTimeSlice пре 26 година
fpini.pas 6682c156c2 * Breakpoint conditions were not reloaded correctly пре 26 година
fpintf.pas a8827ebf5e + TBreakpoint and TWatch registering пре 26 година
fpmcomp.inc 26e15d1b46 + UpdateTarget to see current target main in Menu пре 26 година
fpmdebug.inc 402b944d4b + TIDEApp.DoCloseUserScreenWindow пре 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 34ce171c97 * do not recompile a program inside Debugging session пре 26 година
fpmsrch.inc f58e010de1 * fixes from gabor пре 26 година
fpmtools.inc 81323ed5e2 + Grep read check added пре 26 година
fpmwnd.inc bc42be74cf + StackWindow is a known window type пре 26 година
fpredir.pas 1f8dd0606f + DosExecute to interface пре 26 година
fpswitch.pas 1b8b8be9c0 * if no ini file is found the ide uses some useful defaults пре 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 77e2d5ad2a * syntax highlight fixes пре 27 година
fpvars.pas a8827ebf5e + TBreakpoint and TWatch registering пре 26 година
fpviews.pas 22d213532d * fix of web bug #756 пре 26 година
globdir.inc 65e69a446a Undo/Redo stuff enabled by default пре 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 година
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 пре 27 година
unit.pt cbd33d4c38 * moved пре 27 година
vesa.pas 3dafa09576 + object support for browser пре 27 година
weditor.pas 2e835d0341 * fix for bugs 746,748 and 750 пре 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 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 пре 27 година
wresourc.pas 7f92eb79f5 * E^.DataLen=-1 sets OK to false in TResourceFile.ReadSourceEntryToStream пре 26 година
wtphwrit.pas cc15fb70fb * tools macro fixes пре 27 година
wutils.pas 23b2ea2086 + GetFileTime moved here пре 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