fpc/ide/text
1999-02-22 15:04:31 +00:00
..
fp.pas + ctrl-c capture with confirm dialog 1999-02-20 15:18:25 +00:00
fpcalc.pas + ctrl-c capture with confirm dialog 1999-02-20 15:18:25 +00:00
fpcatch.pas + ctrl-c capture with confirm dialog 1999-02-20 15:18:25 +00:00
fpcompil.pas * small fixes for linux and grep 1999-02-22 12:46:56 +00:00
fpconst.pas * browser updates from gabor 1999-02-22 11:51:32 +00:00
fpdebug.pas + ctrl-c capture with confirm dialog 1999-02-20 15:18:25 +00:00
fphelp.pas * browser updates from gabor 1999-02-22 11:51:32 +00:00
fpide.pas * browser updates from gabor 1999-02-22 11:51:32 +00:00
fpini.pas + default extension for save in the editor 1999-02-22 02:15:12 +00:00
fpintf.pas * unit name of FPSwitches -> FPSwitch which is easier to use 1999-02-05 13:51:38 +00:00
fpmcomp.inc + Added user screen support, display & window 1998-12-28 15:47:40 +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 + default extension for save in the editor 1999-02-22 02:15:12 +00:00
fpmopts.inc * browser updates from gabor 1999-02-22 11:51:32 +00:00
fpmrun.inc * search fixed 1999-02-18 13:44:30 +00:00
fpmsrch.inc * Adapted to TBrowserWindow changes 1999-02-10 09:51:03 +00:00
fpmtools.inc * small fixes for linux and grep 1999-02-22 12:46:56 +00:00
fpmwnd.inc + tools menu 1999-01-21 11:54:08 +00:00
fpredir.pas * small fixes for linux and grep 1999-02-22 12:46:56 +00:00
fpswitch.pas * String items can also be separated by spaces 1999-02-16 12:46:38 +00:00
fpsymbol.pas * browser updates from gabor 1999-02-22 11:51:32 +00:00
fptemplt.pas * search fixed 1999-02-18 13:44:30 +00:00
fptools.pas + default extension for save in the editor 1999-02-22 02:15:12 +00:00
fpusrscr.pas + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
fputils.pas + default extension for save in the editor 1999-02-22 02:15:12 +00:00
fpvars.pas + open dialog supports mask list 1999-02-19 18:43:45 +00:00
fpviews.pas * browser updates from gabor 1999-02-22 11:51:32 +00:00
gplprog.pt + init 1999-02-19 15:37:26 +00:00
gplunit.pt + init 1999-02-19 15:37:26 +00:00
Makefile + default extension for save in the editor 1999-02-22 02:15:12 +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 * browser updates from gabor 1999-02-22 11:51:32 +00:00
TODO * 'Use tab characters' now works correctly 1999-01-04 11:49:39 +00:00
unit.pt * moved 1998-12-22 14:27:54 +00:00
weditor.pas + default extension for save in the editor 1999-02-22 02:15:12 +00:00
whelp.pas * helpfiles fixed 1999-02-22 15:04:31 +00:00
whlpview.pas * search fixed 1999-02-18 13:44:30 +00:00
whtml.pas + ctrl-c capture with confirm dialog 1999-02-20 15:18:25 +00:00
whtmlhlp.pas * helpfiles fixed 1999-02-22 15:04:31 +00:00
wini.pas + default extension for save in the editor 1999-02-22 02:15:12 +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