fpc/packages/ide
2025-03-16 17:21:47 +00:00
..
compiler * regen makefiles 2025-03-10 22:39:51 +02:00
fakegdb * regen makefiles 2025-03-10 22:39:51 +02:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas Make functional fp parameter return to last directory: -R, -R+ and -R- 2025-02-17 09:52:47 +00:00
fp.term
fparm.lpi
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas more elegant way to preserve original exe name 2024-09-04 08:53:39 +00:00
fpconst.pas Simple Stepped menu entry. 2025-03-16 17:06:43 +00:00
fpcygwin.pas
fpdebug.pas Update Textmode IDE to new mouse wheel event. 2025-02-17 10:39:33 +00:00
fpdesk.pas Make functional fp parameter return to last directory: -R, -R+ and -R- 2025-02-17 09:52:47 +00:00
fpdpansi.pas
fpevalw.pas Improved Debug - Evaluate (Ctrl+F4) 2024-09-02 08:08:14 +00:00
fphelp.pas New window arrangement option in menu - Stepped. 2025-02-17 09:20:16 +00:00
fpide.pas Revert: Refactor menu change code. 2025-03-16 17:21:47 +00:00
fpini.pas Browser options save 2025-01-10 21:22:45 +00:00
fpintf.pas
fpkeys.pas
fpmake.pp * fix standalone compilation 2024-09-01 20:19:07 +01:00
fpmansi.inc
fpmcomp.inc Larger File Open dialog for larger console/terminal dimensions 2024-11-11 11:51:38 +00:00
fpmdebug.inc Improved Debug - Evaluate (Ctrl+F4) 2024-09-02 08:08:14 +00:00
fpmedit.inc
fpmfile.inc Larger File Open dialog for larger console/terminal dimensions 2024-11-11 11:51:38 +00:00
fpmhelp.inc Larger File Open dialog for larger console/terminal dimensions 2024-11-11 11:51:38 +00:00
fpmingw.pas
fpmopts.inc Browser options save 2025-01-10 21:22:45 +00:00
fpmrun.inc Revert: Refactor menu change code. 2025-03-16 17:21:47 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc Simple Stepped menu entry. 2025-03-16 17:06:43 +00:00
fpredir.pas
fpregs.pas
fpswitch.pas Command line parameter -C affects names of *.cfg, *.dsk and *.ini 2025-01-10 21:11:55 +00:00
fpsymbol.pas Update Textmode IDE to new mouse wheel event. 2025-02-17 10:39:33 +00:00
fptemplt.pas
fptools.pas Command line parameter -C affects names of *.cfg, *.dsk and *.ini 2025-01-10 21:11:55 +00:00
fpusrscr.pas Ctrl-C in ide does not generate signal SIGINT (dos). 2024-09-11 06:47:07 +00:00
fputils.pas Command line parameter -C affects names of *.cfg, *.dsk and *.ini 2025-01-10 21:11:55 +00:00
fpvars.pas Make functional fp parameter return to last directory: -R, -R+ and -R- 2025-02-17 09:52:47 +00:00
fpviews.pas Simple Stepped menu entry. 2025-03-16 17:06:43 +00:00
fpw32.rc
fpx64.lpi
gdbmicon.pas
gdbmiint.pas
gdbmiproc.pas
gdbmiwrap.pas
gitco.tdf
gitdiff.tdf
gitfetch.tdf
globdir.inc Integration of bracketed paste and OSC 52 in Textmode IDE 2024-11-11 11:50:36 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile
Makefile.fpc.fpcmake
pmode.pas
program.pt
readme.ide
README.txt
test1.pas
test2.pas
test.pas
TODO.txt
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas Screen width more than 255 chars (for Unixes at least) 2025-01-10 21:16:29 +00:00
wcedit.pas Long long code editor lines 2024-10-09 18:40:28 +00:00
wchmhwrap.pas
wconsole.pas Remove redundant ctrl-c enable and disable. 2024-09-11 06:47:07 +00:00
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas Remove TFPMemo flickering of selected text while mouse button is still pressed. 2025-02-17 09:56:30 +00:00
whelp.pas
whlpview.pas Long long code editor lines 2024-10-09 18:40:28 +00:00
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas Integration of bracketed paste and OSC 52 in Textmode IDE 2024-11-11 11:50:36 +00:00
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas Open fp.dsk for load in Read access only mode 2024-11-11 11:56:46 +00:00
wtphwrit.pas
wutils.pas Long long code editor lines 2024-10-09 18:40:28 +00:00
wviews.pas Update Textmode IDE to new mouse wheel event. 2025-02-17 10:39:33 +00:00
wvphelp.pas
wwinhelp.pas

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