added fast read+write

fixed modified bug for the notes
This commit is contained in:
Christian Hammacher
2006-04-25 14:24:21 +00:00
parent 2c541f338c
commit 98a1d2b3da
6 changed files with 49 additions and 103 deletions

View File

@ -488,6 +488,9 @@ procedure TfrmMain.rtfNotesKeyDown(Sender: TObject; var Key: Word;
Shift: TShiftState);
begin
UpdateNotes;
mnuModified.Caption := lModified;
ActiveDoc.Modified := True;
end;
{ <- Notes - Code-Explorer -> }