fpc/ide/text
2000-02-12 23:58:26 +00:00
..
utils
fp.pas + Conditional define explanaations 2000-02-12 23:58:26 +00:00
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
fpconst.pas
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
fpintf.pas
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmopts.inc Gabor's changes 2000-02-07 11:59:11 +00:00
fpmrun.inc
fpmsrch.inc
fpmtools.inc * avoid crash for empty string 2000-02-10 00:48:02 +00:00
fpmwnd.inc
fpredir.pas
fpstring.pas
fpswitch.pas
fpsymbol.pas
fptemplt.pas
fptools.pas Gabor's changes 2000-02-07 11:59:11 +00:00
fpusrscr.pas
fputils.pas
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-02-09 14:29:22 +00:00
Makefile.fpc * distclean also uses cleanall 2000-02-08 10:20:13 +00:00
maketp.bat
program.pt
README
readme.txt
realintr.inc
test1.pas
test2.pas
test.pas
TODO + locatefile bug 2000-02-10 16:18:30 +00:00
tpgrep.tdf
unit.pt
vesa.pas
weditor.pas * fix for DelChar past end of line 2000-02-09 12:56:54 +00:00
whelp.pas
whlpview.pas
whtml.pas
whtmlhlp.pas
winclip.pas
wini.pas
wresourc.pas
wtphwrit.pas
wutils.pas
wviews.pas

  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