mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 09:19:13 +02:00
![]() * 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 - |
||
---|---|---|
.. | ||
compiler | ||
fakegdb | ||
cvsco.tdf | ||
cvsdiff.tdf | ||
cvsup.tdf | ||
empty.inc | ||
fp32.ico | ||
fp32.rc | ||
fp.ans | ||
fp.pas | ||
fp.term | ||
fpcalc.pas | ||
fpcatch.pas | ||
fpcodcmp.pas | ||
fpcodtmp.pas | ||
fpcompil.pas | ||
fpconst.pas | ||
fpcygwin.pas | ||
fpdebug.pas | ||
fpdesk.pas | ||
fpdpansi.pas | ||
fpevalw.pas | ||
fphelp.pas | ||
fpide.pas | ||
fpini.pas | ||
fpintf.pas | ||
fpkeys.pas | ||
fpmansi.inc | ||
fpmcomp.inc | ||
fpmdebug.inc | ||
fpmedit.inc | ||
fpmfile.inc | ||
fpmhelp.inc | ||
fpmingw.pas | ||
fpmopts.inc | ||
fpmrun.inc | ||
fpmsrch.inc | ||
fpmtools.inc | ||
fpmwnd.inc | ||
fpredir.pas | ||
fpregs.pas | ||
fpswitch.pas | ||
fpsymbol.pas | ||
fptemplt.pas | ||
fptools.pas | ||
fpusrscr.pas | ||
fputils.pas | ||
fpvars.pas | ||
fpviews.pas | ||
fpw32.rc | ||
globdir.inc | ||
gplprog.pt | ||
gplunit.pt | ||
grep.tdf | ||
Makefile | ||
Makefile.fpc | ||
pmode.pas | ||
program.pt | ||
readme.ide | ||
README.txt | ||
test1.pas | ||
test2.pas | ||
test.pas | ||
TODO.txt | ||
tpgrep.tdf | ||
unit.pt | ||
vesa.pas | ||
wansi.pas | ||
wcedit.pas | ||
wchmhwrap.pas | ||
wconsole.pas | ||
wconsts.pas | ||
wconstse.inc | ||
wconstsh.inc | ||
weditor.pas | ||
whelp.pas | ||
whlpview.pas | ||
whtml.pas | ||
whtmlhlp.pas | ||
whtmlscn.pas | ||
winclip.pas | ||
windebug.pas | ||
wini.pas | ||
wnghelp.pas | ||
woahelp.pas | ||
wos2help.pas | ||
wresourc.pas | ||
wtphwrit.pas | ||
wutils.pas | ||
wviews.pas | ||
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