fpc/ide/text
2000-02-07 23:40:38 +00:00
..
utils
fp.pas + RegisterWUtils by Gabor 2000-02-07 11:54:17 +00:00
fpcalc.pas + clock 1999-09-13 16:24:42 +00:00
fpcatch.pas * MyApp renamed IDEApp 1999-12-20 14:23:16 +00:00
fpcodcmp.pas [*] the fake (!) TOKENS.PAS still contained the typo bug 2000-02-07 08:29:13 +00:00
fpcodtmp.pas [*] the fake (!) TOKENS.PAS still contained the typo bug 2000-02-07 08:29:13 +00:00
fpcompil.pas + TCompilerMessageListBox.SelectFirstError 2000-02-06 23:41:42 +00:00
fpconst.pas + TFPCodeMemo consts from Gabor 2000-02-07 11:51:40 +00:00
fpdebug.pas * typo fix 2000-02-07 12:51:32 +00:00
fpdesk.pas Last commit is from Gabor's changes! 2000-02-07 12:03:48 +00:00
fphelp.pas Gabor's code inserted 2000-02-07 11:58:01 +00:00
fpide.pas Gabor's changes 2000-02-07 11:59:11 +00:00
fpini.pas + IniCenterDebuggerRow 2000-02-04 00:08:35 +00:00
fpintf.pas Changes from Gabor 2000-01-03 11:38:33 +00:00
fpmcomp.inc * force recompiling if we change target OS 2000-01-10 14:59:08 +00:00
fpmdebug.inc * AddWatch calls DoShowWatches 2000-02-04 00:13:59 +00:00
fpmedit.inc
fpmfile.inc * avoid problems after going to root directory 1999-12-01 16:48:09 +00:00
fpmhelp.inc [*] the fake (!) TOKENS.PAS still contained the typo bug 2000-02-07 08:29:13 +00:00
fpmopts.inc Gabor's changes 2000-02-07 11:59:11 +00:00
fpmrun.inc * adapted to change in fpdebug unit 2000-02-04 00:15:31 +00:00
fpmsrch.inc * fixes from gabor 1999-07-28 23:11:17 +00:00
fpmtools.inc * use desktop^.current for current word in grep 2000-02-02 22:49:44 +00:00
fpmwnd.inc * avoid unknown type in alt+0 dialog for Ascii Chart and Clipboard 2000-01-28 22:36:46 +00:00
fpredir.pas + DosExecute to interface 1999-11-10 17:10:59 +00:00
fpstring.pas [*] the fake (!) TOKENS.PAS still contained the typo bug 2000-02-07 08:29:13 +00:00
fpswitch.pas readme.txt 2000-02-04 14:34:46 +00:00
fpsymbol.pas * LookUp function now returns the complete name in browcol 1999-11-10 00:42:42 +00:00
fptemplt.pas * avoid lost memory on duplicate Template Items 1999-06-25 00:33:40 +00:00
fptools.pas Gabor's changes 2000-02-07 11:59:11 +00:00
fpusrscr.pas * Keep the entry ScreenBuffer at exit 2000-02-04 23:17:25 +00:00
fputils.pas Changes from Gabor 2000-01-03 11:38:33 +00:00
fpvars.pas Gabor changes 2000-02-07 11:53:11 +00:00
fpviews.pas * avoid closing the StackWindow too early 2000-02-07 23:40:38 +00:00
globdir.inc Gabor's changes 2000-02-07 11:59:11 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * regenerated 2000-01-28 12:17:02 +00:00
Makefile.fpc * fixed old packagedir -> packagesdir 2000-01-19 12:33:47 +00:00
maketp.bat
program.pt
README
readme.txt readme.txt 2000-02-04 14:34:46 +00:00
realintr.inc * fixes from gabor 1999-06-28 19:32:17 +00:00
test1.pas + dummy test1 unit added for dbx tests 1999-10-14 10:24:55 +00:00
test2.pas * some more tests 1999-08-22 22:25:01 +00:00
test.pas readme.txt 2000-02-04 14:34:46 +00:00
TODO
tpgrep.tdf
unit.pt
vesa.pas Changes from Gabor 2000-01-03 11:38:33 +00:00
weditor.pas Gabors changes 2000-02-07 12:11:15 +00:00
whelp.pas * Remove 64Kb limitation for FPC by Gabor 2000-02-07 11:47:25 +00:00
whlpview.pas [*] the fake (!) TOKENS.PAS still contained the typo bug 2000-02-07 08:29:13 +00:00
whtml.pas
whtmlhlp.pas * fixes from gabor, idle event, html fix 1999-09-13 11:43:59 +00:00
winclip.pas * Use CF_OEMTEXT under win32 and dx=7 under go32v2 to obtain 1999-11-05 13:46:26 +00:00
wini.pas
wresourc.pas [*] the fake (!) TOKENS.PAS still contained the typo bug 2000-02-07 08:29:13 +00:00
wtphwrit.pas
wutils.pas + TUnsortedStringCollection CreateFrom/Assign/GetItem/PutItem from Gabor 2000-02-07 11:45:11 +00:00
wviews.pas * WViews objects were not registered 2000-01-10 15:53:37 +00:00

  This is still a beta version of the IDE

This file is just a log of important changes
starting 1999/10/29


2000/01/28:
   + Partial Syntax released:
     this allows to open highlighted files faster.
     The highlighting is only computed up to the current editor position
     and is continued in the Idle loop as a background process
     (it not a real separate process).

2000/01/10:
   + working register window

1999/11/10:
   + Grouped action started for Undo.
     Undo of Copy/Cut/Paste or Clear should work.

1999/10/29:
  Undo/Redo stuff added to normal compilation
  this is still buggy !!!
  Any use of Copy/Cut/Paste or Clear will generate wrong Undo