File:  [Public] / Amaya / amaya / TextFile.A
Revision 1.7: download - view: text, annotated - select for diffs
Fri Sep 26 11:44:13 2003 UTC (20 years, 8 months ago) by vatton
Branches: MAIN
CVS tags: HEAD
Coloration of the source view + log files.
Irene

APPLICATION TextFile;

DEFAULT
   BEGIN
	DocClose.Post -> DocumentClosed;
	DocSave.Pre -> DocumentToSave;
	PRuleCreate.Pre -> ChangePRule;
	PRuleModify.Pre -> ChangePRule;
	ElemSelect.Post -> SynchronizeSourceView;
        ElemClick.Pre -> SimpleClickInLog;
	ElemActivate.Pre -> DoubleClickInLog;
   END;

ATTRIBUTES

   Language:
	BEGIN
	AttrMenu.Pre ->    GlobalAttrInMenu;
	END;

END

Webmaster