fpc/packages/ide
2024-11-12 06:47:55 +00:00
..
compiler First compiler Build 2024-09-29 16:56:18 +03:00
fakegdb First compiler Build 2024-09-29 16:56:18 +03:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas Save and return to last directory in next Textmode IDE session 2024-11-11 11:55:27 +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 Show line indents in Textmode IDE 2024-11-11 12:08:49 +00:00
fpcygwin.pas
fpdebug.pas Show proper dialog title for Add Watch and Edit Watch 2024-11-11 12:13:17 +00:00
fpdesk.pas Fix copy-paste error 2024-11-12 06:47:55 +00:00
fpdpansi.pas
fpevalw.pas Improved Debug - Evaluate (Ctrl+F4) 2024-09-02 08:08:14 +00:00
fphelp.pas
fpide.pas Show line indents in Textmode IDE 2024-11-11 12:08:49 +00:00
fpini.pas
fpintf.pas Add globals to implementation _USES clause to prepare move of V_XXX constants to globals unit 2023-09-09 06:54:30 +00:00
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 Show line indents in Textmode IDE 2024-11-11 12:08:49 +00:00
fpmrun.inc Larger Change Directory dialog for larger console/terminal dimensions 2024-11-11 11:54:07 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas
fpregs.pas
fpswitch.pas Add missing Compiler Modes in Compiler Options 2024-10-13 20:53:07 +00:00
fpsymbol.pas
fptemplt.pas
fptools.pas On exit ask for changes to save if one file open in two windows. 2024-09-04 08:34:51 +00:00
fpusrscr.pas Ctrl-C in ide does not generate signal SIGINT (dos). 2024-09-11 06:47:07 +00:00
fputils.pas Textmode ide: in Change Directrory dialog can copy and paste in input line. 2024-09-16 07:55:31 +00:00
fpvars.pas
fpviews.pas Larger Change Directory dialog for larger console/terminal dimensions 2024-11-11 11:54:07 +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 * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
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 Do not wrap fp.ans file lines on load 2024-10-13 20:49: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 Fix for undo if chars are add in tab space 2024-11-11 12:49:15 +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 Compiler Target and Compiler Optimization Target Processor lists are scrollable 2024-09-24 16:31:17 +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