fpc/ide
daniel 532b4cca28 * Rename Curline to CurLineNr to void confusion between variables
containing line numbers or actual lines

git-svn-id: trunk@5623 -
2006-12-17 15:38:50 +00:00
..
compiler + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
fakegdb * use -P for cross compile 2006-04-23 18:53:29 +00:00
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico * new ide icon 2006-05-27 16:58:40 +00:00
fp32.rc
fp.ans
fp.pas * Prevent IDE from crashing when receiving a signal if displaying user screen. 2006-11-26 18:50:21 +00:00
fpcalc.pas * renamed sqr to sqrt, fixes 7278 2006-08-27 19:18:13 +00:00
fpcatch.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas * fixed type errors 2006-10-04 21:23:36 +00:00
fpconst.pas * Increase IDE version 2006-12-01 19:10:50 +00:00
fpcygwin.pas
fpdebug.pas + Evaluate window 2006-11-26 23:47:23 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas + Evaluate window 2006-11-26 23:47:23 +00:00
fphelp.pas + printing support, currently win32 only 2005-10-20 20:47:25 +00:00
fpide.pas * Fix video write at wrong memory locations, causing crashes. 2006-12-01 10:33:50 +00:00
fpini.pas * small fixes due to tcentre 2006-06-16 20:04:22 +00:00
fpintf.pas * show full compiler version in About dialog 2006-07-13 23:08:05 +00:00
fpkeys.pas - Remove redundant inttohex function. 2006-05-12 10:07:46 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc + Add ifdefs for fake gdb. 2006-11-27 09:03:54 +00:00
fpmedit.inc
fpmfile.inc * win64 compile fixes 2006-04-20 11:27:53 +00:00
fpmhelp.inc + display helpfull message if no help files are installed 2006-05-20 18:53:40 +00:00
fpmopts.inc * Move processor options to their own tab. 2006-05-18 21:35:46 +00:00
fpmrun.inc * compile fixes 2006-05-14 20:27:55 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc * Make listbox in window list one column smaller. 2006-05-06 17:36:24 +00:00
fpredir.pas * Prevent IDE from crashing when receiving a signal if displaying user screen. 2006-11-26 18:50:21 +00:00
fpregs.pas * fixed vector window size 2006-05-20 19:48:30 +00:00
fpstre.inc * Update default compiler options. 2006-06-03 14:35:27 +00:00
fpstrh.inc + UI for selecting edit key set. 2006-02-04 16:09:11 +00:00
fpstring.pas
fpswitch.pas * saving of switches with longint values fixed 2006-07-15 00:08:26 +00:00
fpsymbol.pas * another staticvarsym 2006-11-09 18:22:51 +00:00
fptemplt.pas
fptools.pas Avoid a warning message 2006-12-04 16:46:14 +00:00
fpusrscr.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
fputils.pas
fpvars.pas * small fixes due to tcentre 2006-06-16 20:04:22 +00:00
fpviews.pas * show full compiler version in About dialog 2006-07-13 23:08:05 +00:00
fpw32.rc
globdir.inc * win64 compile fixes 2006-04-20 11:27:53 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile + Evaluate window 2006-11-26 23:47:23 +00:00
Makefile.fpc + Evaluate window 2006-11-26 23:47:23 +00:00
maketp.bat
pmode.pas
program.pt
README
readme.ide * bugrep -> bugs 2006-07-15 20:21:23 +00:00
realintr.inc
test1.pas
test2.pas
test.pas
TODO
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas
wconsole.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
wconsts.pas
wconstse.inc * 2.0.4 fix: fpcdoc.htm -> fpctoc.htm 2006-07-15 00:56:00 +00:00
wconstsh.inc
weditor.pas * Rename Curline to CurLineNr to void confusion between variables 2006-12-17 15:38:50 +00:00
whelp.pas + display helpfull message if no help files are installed 2006-05-20 18:53:40 +00:00
whlpview.pas * Some improvements regarding code readability. 2006-06-10 18:48:24 +00:00
whtml.pas
whtmlhlp.pas * fixed TTable.InsertText as suggested by Jonas 2006-08-19 23:00:05 +00:00
whtmlscn.pas
winclip.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
windebug.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
wini.pas * If overflow checking enabled, disable it for hash calculation. IDE 2006-05-11 07:46:09 +00:00
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas * Val can handle hexadecimal just fine, no need for specialized routines. 2006-05-13 17:50:29 +00:00
wviews.pas * save untitled file dialogs looks nicer now 2005-10-20 20:51:42 +00:00
wvphelp.pas
wwinhelp.pas - Comment out usage of uninitialized variable. 2006-08-20 08:40:13 +00: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