fpc/packages/ide
2026-02-03 11:22:31 +00:00
..
compiler Regenerate all packages Makefile's after merge of MR1211 2026-01-21 11:02:19 +01:00
fakegdb Regenerate all packages Makefile's after merge of MR1211 2026-01-21 11:02:19 +01:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fp.term
fparm.lpi
fpcalc.pas
fpcatch.pas
fpcodcmp.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpcodtmp.pas
fpcompil.pas Compiler status dialog information exceed shortstring, split it in two strings. 2026-02-01 08:52:30 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas Mass typo fixes in comments for packages part 3/5. 2026-01-01 14:09:52 +00:00
fpdesk.pas Store and read desktop file version. 2026-01-01 15:14:51 +00:00
fpdpansi.pas
fpevalw.pas
fphelp.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpide.pas Context-aware word left/right option. Reimplement TP compatible word left/right. 2026-02-03 11:22:31 +00:00
fpini.pas Mass typo fixes in comments for packages part 3/5. 2026-01-01 14:09:52 +00:00
fpintf.pas
fpkeys.pas
fpmake.pp Mass trailing space removal for packages (part 3). 2026-01-01 15:19:42 +00:00
fpmansi.inc
fpmcomp.inc Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpmdebug.inc Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpmopts.inc Context-aware word left/right option. Reimplement TP compatible word left/right. 2026-02-03 11:22:31 +00:00
fpmrun.inc Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpregs.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpswitch.pas Add configuration switch for optimization disabled and optimization level 4. 2026-01-02 19:42:17 +00:00
fpsymbol.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fptemplt.pas
fptools.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpusrscr.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fputils.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpvars.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
fpviews.pas Update credits. 2026-02-02 08:09:02 +00:00
fpw32.rc
fpx64.lpi
gdbmicon.pas
gdbmiint.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
gdbmiproc.pas
gdbmiwrap.pas
gitco.tdf
gitdiff.tdf
gitfetch.tdf
globdir.inc + added OS/2 support of clipboard 2026-01-05 15:38:51 +01:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile
Makefile.fpc.fpcmake
program.pt
readme.ide
README.txt Mass trailing space removal for packages (part 3). 2026-01-01 15:19:42 +00:00
test1.pas
test2.pas
test.pas
TODO.txt Mass trailing space removal for packages (part 3). 2026-01-01 15:19:42 +00:00
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas
wchmhwrap.pas
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas Context-aware word left/right option. Reimplement TP compatible word left/right. 2026-02-03 11:22:31 +00:00
whelp.pas
whlpview.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
whtml.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
whtmlhlp.pas Mass trailing space removal for packages (part 3). 2026-01-01 15:19:42 +00:00
whtmlscn.pas
winclip.pas Fix copy, paste from Windows to DosBox-X/DOS (target go32v2). 2026-01-11 20:28:19 +02:00
windebug.pas
wini.pas Read read-only configuration files. 2026-01-02 19:42:17 +00:00
wnghelp.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
woahelp.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00
wos2help.pas Mass typo fixes in comments for packages part 3/5. 2026-01-01 14:09:52 +00:00
wresourc.pas
wtphwrit.pas
wutils.pas Fix mystery errors on reading file with TFastBufStream. 2026-01-01 15:14:51 +00:00
wviews.pas Switch Textmoed IDE to use fvclip. WinClip orphaned. 2026-01-11 20:40:45 +02:00
wvphelp.pas
wwinhelp.pas Mass typo fix for Textmode IDE. 2025-12-10 13:53:20 +02:00

You can have a fp.cfg file in the same directory as fp.exe. It works the
same as fpc.cfg

To compile the IDE you need to choose whether to build with or without
debugger (gdb) support. When debugger support is used a check will be
done if libgdb.a is available. If this is not available then it will
automatically fallback to create the IDE without debugger support.

To build with debugger support (default):

make gdb

To build without debugger support:

make nogdb