fpc/ide/text
peter cc15fb70fb * tools macro fixes
+ tph writer
  + first things for resource files
1999-03-16 12:38:06 +00:00
..
utils * tools macro fixes 1999-03-16 12:38:06 +00:00
fp.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
fpcalc.pas + Added dummy entries for functions not yet implemented 1999-03-01 15:41:47 +00:00
fpcatch.pas + ctrl-c capture with confirm dialog 1999-02-20 15:18:25 +00:00
fpcompil.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
fpconst.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
fpdebug.pas * forgotten in last commit :( 1999-03-16 00:44:42 +00:00
fphelp.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
fpide.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
fpini.pas * flag if trytoopen should look for other extensions 1999-03-12 01:13:56 +00:00
fpintf.pas * extended primaryfile to load a .pri file 1999-03-12 01:12:22 +00:00
fpmcomp.inc * flag if trytoopen should look for other extensions 1999-03-12 01:13:56 +00:00
fpmdebug.inc + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
fpmedit.inc * moved 1998-12-22 14:27:54 +00:00
fpmfile.inc + open dialog supports mask list 1999-02-19 18:43:45 +00:00
fpmhelp.inc + Added dummy entries for functions not yet implemented 1999-03-01 15:41:47 +00:00
fpmopts.inc * tools macro fixes 1999-03-16 12:38:06 +00:00
fpmrun.inc + Added dummy entries for functions not yet implemented 1999-03-01 15:41:47 +00:00
fpmsrch.inc + Added dummy entries for functions not yet implemented 1999-03-01 15:41:47 +00:00
fpmtools.inc * fixed far problem is fpdebug 1999-03-02 13:48:28 +00:00
fpmwnd.inc + Added dummy entries for functions not yet implemented 1999-03-01 15:41:47 +00:00
fpredir.pas * linux unit 1999-03-09 01:34:35 +00:00
fpswitch.pas * flag if trytoopen should look for other extensions 1999-03-12 01:13:56 +00:00
fpsymbol.pas * forgotten in last commit :( 1999-03-16 00:44:42 +00:00
fptemplt.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
fptools.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
fpusrscr.pas + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
fputils.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
fpvars.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
fpviews.pas * forgotten in last commit :( 1999-03-16 00:44:42 +00:00
gplprog.pt + init 1999-02-19 15:37:26 +00:00
gplunit.pt + init 1999-02-19 15:37:26 +00:00
grep.tdf + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
Makefile * makefile.fpc targets start with fpc_ 1999-03-16 00:46:54 +00:00
maketp.bat + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
program.pt * moved 1998-12-22 14:27:54 +00:00
README * moved 1998-12-22 14:27:54 +00:00
realintr.inc + Added user screen support, display & window 1998-12-28 15:47:40 +00:00
test2.pas + added col info in MessageItem 1999-02-22 11:29:36 +00:00
test.pas + Added dummy entries for functions not yet implemented 1999-03-01 15:41:47 +00:00
TODO * 'Use tab characters' now works correctly 1999-01-04 11:49:39 +00:00
tpgrep.tdf + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
unit.pt * moved 1998-12-22 14:27:54 +00:00
weditor.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
whelp.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
whlpview.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
whtml.pas + Log 1999-03-01 15:51:42 +00:00
whtmlhlp.pas + Added dummy entries for functions not yet implemented 1999-03-01 15:41:47 +00:00
wini.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
wresourc.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
wtphwrit.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
wutils.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
wviews.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +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