fpc/ide/text
peter 9f334f17ac + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab...
+ Desktop saving should work now
     - History saved
     - Clipboard content saved
     - Desktop saved
     - Symbol info saved
  * syntax-highlight bug fixed, which compared special keywords case sensitive
    (for ex. 'asm' caused asm-highlighting, while 'ASM' didn't)
  * with 'whole words only' set, the editor didn't found occourences of the
    searched text, if the text appeared previously in the same line, but didn't
    satisfied the 'whole-word' condition
  * ^QB jumped to (SelStart.X,SelEnd.X) instead of (SelStart.X,SelStart.Y)
    (ie. the beginning of the selection)
  * when started typing in a new line, but not at the start (X=0) of it,
    the editor inserted the text one character more to left as it should...
  * TCodeEditor.HideSelection (Ctrl-K+H) didn't update the screen
  * Shift shouldn't cause so much trouble in TCodeEditor now...
  * Syntax highlight had problems recognizing a special symbol if it was
    prefixed by another symbol character in the source text
  * Auto-save also occours at Dos shell, Tool execution, etc. now...
1999-08-03 20:22:25 +00:00
..
utils * we should use lowercase extensions, for linux 1999-04-16 19:22:02 +00:00
fp.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpcalc.pas * fixes from gabor 1999-06-28 19:25:34 +00:00
fpcatch.pas + object support for browser 1999-04-07 21:55:39 +00:00
fpcompil.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpconst.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpdebug.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpdesk.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fphelp.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpide.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpini.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpintf.pas + BreakpointsList Window implemented 1999-06-30 23:58:11 +00:00
fpmcomp.inc + UpdateTarget to see current target main in Menu 1999-06-25 00:37:56 +00:00
fpmdebug.inc * fixes from gabor 1999-07-28 23:11:17 +00:00
fpmedit.inc * moved 1998-12-22 14:27:54 +00:00
fpmfile.inc + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpmhelp.inc * fixed couple of bugs 1999-05-22 13:44:28 +00:00
fpmopts.inc * linux fixes 1999-03-23 16:16:36 +00:00
fpmrun.inc * fixes from gabor 1999-07-28 23:11:17 +00:00
fpmsrch.inc * fixes from gabor 1999-07-28 23:11:17 +00:00
fpmtools.inc + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpmwnd.inc + First implementation of watches window 1999-07-10 01:24:11 +00:00
fpredir.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpswitch.pas * fixed hotkeys with Compiler switches 1999-04-29 09:36:11 +00:00
fpsymbol.pas * fixes from gabor 1999-07-28 23:11:17 +00:00
fptemplt.pas * avoid lost memory on duplicate Template Items 1999-06-25 00:33:40 +00:00
fptools.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpusrscr.pas * fixes from gabor 1999-06-28 19:32:17 +00:00
fputils.pas * syntax highlight fixes 1999-04-15 08:58:05 +00:00
fpvars.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
fpviews.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
globdir.inc + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
gplprog.pt + init 1999-02-19 15:37:26 +00:00
gplunit.pt + init 1999-02-19 15:37:26 +00:00
grep.tdf + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
Makefile * need gcc lib 1999-07-06 15:49:54 +00:00
maketp.bat + automatic .pas/.pp adding by opening of file 1999-02-02 16:41:38 +00:00
program.pt * moved 1998-12-22 14:27:54 +00:00
README * moved 1998-12-22 14:27:54 +00:00
realintr.inc * fixes from gabor 1999-06-28 19:32:17 +00:00
test2.pas + added col info in MessageItem 1999-02-22 11:29:36 +00:00
test.pas + First implementation of watches window 1999-07-10 01:24:11 +00:00
TODO * 'Use tab characters' now works correctly 1999-01-04 11:49:39 +00:00
tpgrep.tdf + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
unit.pt * moved 1998-12-22 14:27:54 +00:00
vesa.pas + object support for browser 1999-04-07 21:55:39 +00:00
weditor.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
whelp.pas * IDE compiles with for Win32 and basic things are working 1999-07-18 16:26:39 +00:00
whlpview.pas * fixes from gabor 1999-06-28 19:32:17 +00:00
whtml.pas + object support for browser 1999-04-07 21:55:39 +00:00
whtmlhlp.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
wini.pas + prompt with dialogs for tools 1999-03-08 14:58:08 +00:00
wresourc.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
wtphwrit.pas * tools macro fixes 1999-03-16 12:38:06 +00:00
wutils.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00
wviews.pas + TTab acts now on Ctrl+Tab and Ctrl+Shift+Tab... 1999-08-03 20:22:25 +00:00

You can have a fp.cfg file in the same directory as fp.exe. It works the
same as ppc386.cfg

If you want to create a fully working IDE you need to compile with a
unit path to ../.. and for an IDE without compiler compile with ../fake

# IDE with full compiler compile with:
ppc386 fp -Fu../..

# IDE with fake compiler compile with:
ppc386 fp -Fu../fake