fpc/ide/text
pierre 823d269c08 * LineEnd bug corrected, now goes end of text even if selected
+ Until Return for debugger
  + Code for Quit inside GDB Window
1999-07-12 13:14:13 +00:00
..
utils * we should use lowercase extensions, for linux 1999-04-16 19:22:02 +00:00
fp.pas + First implementation of watches window 1999-07-10 01:24:11 +00:00
fpcalc.pas * fixes from gabor 1999-06-28 19:25:34 +00:00
fpcatch.pas + object support for browser 1999-04-07 21:55:39 +00:00
fpcompil.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpconst.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpdebug.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpdesk.pas + BreakpointsList Window implemented 1999-06-30 23:58:11 +00:00
fphelp.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpide.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpini.pas * avoid keeping old open file names 1999-06-28 12:36:51 +00:00
fpintf.pas + BreakpointsList Window implemented 1999-06-30 23:58:11 +00:00
fpmcomp.inc + UpdateTarget to see current target main in Menu 1999-06-25 00:37:56 +00:00
fpmdebug.inc + First implementation of watches window 1999-07-10 01:24:11 +00:00
fpmedit.inc
fpmfile.inc + uses weditor FileDir var to remember Directory for Open/Save 1999-06-25 00:35:54 +00:00
fpmhelp.inc * fixed couple of bugs 1999-05-22 13:44:28 +00:00
fpmopts.inc
fpmrun.inc * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpmsrch.inc * SearchSymbol works 1999-06-29 12:49:55 +00:00
fpmtools.inc * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpmwnd.inc + First implementation of watches window 1999-07-10 01:24:11 +00:00
fpredir.pas * FIn FOut FErr dispsoed at exit 1999-05-01 23:45:07 +00:00
fpswitch.pas * fixed hotkeys with Compiler switches 1999-04-29 09:36:11 +00:00
fpsymbol.pas + CloseAllBrowsers needed before compilation to avoid problems 1999-06-28 12:35:05 +00:00
fptemplt.pas * avoid lost memory on duplicate Template Items 1999-06-25 00:33:40 +00:00
fptools.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
fpusrscr.pas * fixes from gabor 1999-06-28 19:32:17 +00:00
fputils.pas * syntax highlight fixes 1999-04-15 08:58:05 +00:00
fpvars.pas + First implementation of watches window 1999-07-10 01:24:11 +00:00
fpviews.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
globdir.inc * fixes from gabor 1999-06-28 19:32:17 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * need gcc lib 1999-07-06 15:49:54 +00:00
maketp.bat
program.pt
README
realintr.inc * fixes from gabor 1999-06-28 19:32:17 +00:00
test2.pas
test.pas + First implementation of watches window 1999-07-10 01:24:11 +00:00
TODO
tpgrep.tdf
unit.pt
vesa.pas + object support for browser 1999-04-07 21:55:39 +00:00
weditor.pas * LineEnd bug corrected, now goes end of text even if selected 1999-07-12 13:14:13 +00:00
whelp.pas * Fixed for Linux 1999-04-13 10:47:51 +00:00
whlpview.pas * fixes from gabor 1999-06-28 19:32:17 +00:00
whtml.pas + object support for browser 1999-04-07 21:55:39 +00:00
whtmlhlp.pas + object support for browser 1999-04-07 21:55:39 +00:00
wini.pas
wresourc.pas * dipsoe of S field in TResourceFile destructor 1999-06-17 23:45:21 +00:00
wtphwrit.pas
wutils.pas + object support for browser 1999-04-07 21:55:39 +00:00
wviews.pas * fixes from gabor 1999-06-28 19:32:17 +00:00

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