fpc/ide
florian 07ef0c33df o another linux console patch by Nikolay Nikolov:
* disabled linux VCSA output in UTF-8 mode, because it does not do any translation 
  and assumes that the font is cp437, or similar, which looks horrible on fonts 
  (like fedora's default latarcyrheb-sun16), which are designed only for unicode 
  support and have no similarity at all to cp437. We already can display all the 
  cp437 characters in UTF-8 mode (including the low 32 characters), in case the 
  font is cp437, and the UTF-8 translation provides better approximation (e.g. 
  for the line drawing characters) if the font is not cp437.
* do not "restore" the linux system font in SysDoneVideo in UTF-8 mode, 
  since we didn't change the font on startup
* added try_grab_vcsa to try harder to open VCSA in the linux IDE user 
  screen restore code. While VCSA is no longer needed in the video unit on 
  UTF-8 systems, the IDE still needs it, because it's the only way to provide 
  the "restore user screen" functionality on the linux virtual console.

git-svn-id: trunk@13726 -
2009-09-16 19:58:42 +00:00
..
compiler * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
fakegdb * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
cvsco.tdf
cvsdiff.tdf * Undo last wrong commit 2007-01-22 04:03:46 +00:00
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * mingw textmode IDE debugging support. First working version (for me), atexit handler for mingw and cygwin stuff under ifndef USE_MINGW_GDB 2009-05-17 12:22:41 +00:00
fp.term + added Mac OS X Terminal.app profile for the IDE: 2007-05-01 09:21:53 +00:00
fpcalc.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpcatch.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpcodcmp.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpcodtmp.pas + Switch IDE to resourcestrings 2007-01-21 21:40:59 +00:00
fpcompil.pas * removed beautifying (camelcasing) of main module filename on *nix. Fixed #5614 2008-07-24 14:43:20 +00:00
fpconst.pas * updated ide copyright and version 2009-08-16 21:25:18 +00:00
fpcygwin.pas + free memory in finalization code 2007-01-22 04:16:06 +00:00
fpdebug.pas * fields after objects methods. 2009-06-27 14:06:58 +00:00
fpdesk.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpdpansi.pas
fpevalw.pas * copyright notice added. 2008-08-04 14:54:32 +00:00
fphelp.pas * Modernized debug code, fixed crash for .chms without index. 2008-10-22 17:15:59 +00:00
fpide.pas * initialize edit menu to disabled, bug #6614 2009-01-08 22:44:32 +00:00
fpini.pas * Instead of using a hardcoded SystemIDEDir first try to generate it from the startup-path 2009-01-03 18:04:32 +00:00
fpintf.pas * show full compiler version in About dialog 2006-07-13 23:08:05 +00:00
fpkeys.pas * fixes for fields after classes also apply to TP objects. Fixed. 2009-06-27 13:45:33 +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 IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpmhelp.inc + Implement Topic Search 2007-01-12 17:07:23 +00:00
fpmingw.pas * cvar needs to be external. 2009-06-12 21:07:51 +00:00
fpmopts.inc * fixes for code generation switches and associated dialog box, with assistance of Robert Riebisch 2008-04-19 01:15:03 +00:00
fpmrun.inc * because EXEFile was changed into an ansistring, @EXEFile was wrong, fixed, resolves #9057 2007-10-19 21:39:16 +00:00
fpmsrch.inc IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpmtools.inc
fpmwnd.inc IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpredir.pas + changes to make the IDE compile on MorphOS (probably doesn't work yet) 2008-10-24 01:34:07 +00:00
fpregs.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fpswitch.pas * fix for supported_target turned into a set in r12622 2009-01-28 20:55:49 +00:00
fpsymbol.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fptemplt.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
fptools.pas * fix for 12480, unify multiple styles of stderr debugmsgs 2008-11-08 11:52:59 +00:00
fpusrscr.pas o another linux console patch by Nikolay Nikolov: 2009-09-16 19:58:42 +00:00
fputils.pas * use directory separator from System unit 2009-02-25 21:28:41 +00:00
fpvars.pas * renamed TStringList to TCmdStrList, in general use TCmdStr instead of shortstrings to fix bug #6351 2007-01-26 22:29:39 +00:00
fpviews.pas * updated ide copyright and version 2009-08-16 21:25:18 +00:00
fpw32.rc
globdir.inc * removed some 1.0 defines 2008-10-26 22:15:47 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
pmode.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
program.pt
readme.ide * bugrep -> bugs 2006-07-15 20:21:23 +00:00
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
test1.pas
test2.pas
test.pas * Undo last wrong commit 2007-01-22 04:03:46 +00:00
TODO.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
tpgrep.tdf
unit.pt
vesa.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wansi.pas
wcedit.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wchmhwrap.pas * Fix several minor html canonicalization problems. FB's chm still gpf's in the index load. 2009-09-06 17:06:36 +00:00
wconsole.pas + changes to make the IDE compile on MorphOS (probably doesn't work yet) 2008-10-24 01:34:07 +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 IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
whelp.pas * minor improvements to debuginfo, and Florian's increasing of the topic size. 2009-08-15 13:37:49 +00:00
whlpview.pas * don't allow starting new virtual trees in TP-style objects + test 2007-09-09 14:58:55 +00:00
whtml.pas * change result type of AddItem from integer to sw_integer 2009-08-15 21:02:22 +00:00
whtmlhlp.pas * Fix several minor html canonicalization problems. FB's chm still gpf's in the index load. 2009-09-06 17:06:36 +00:00
whtmlscn.pas further html improvements 2007-06-01 16:15:32 +00:00
winclip.pas
windebug.pas
wini.pas
wnghelp.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
woahelp.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wos2help.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wresourc.pas
wtphwrit.pas
wutils.pas * ExistsDir must also find hidden directories, so that the local configuration files are found 2009-01-01 21:34:41 +00:00
wviews.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wvphelp.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +00:00
wwinhelp.pas IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x 2008-07-20 21:37:48 +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