File:  [Public] / Amaya / amaya / TextFile.A
Revision 1.6: download - view: text, annotated - select for diffs
Wed Jul 2 11:09:24 2003 UTC (20 years, 11 months ago) by vatton
Branches: MAIN
CVS tags: HEAD, Amaya-8-1b, Amaya-8-1
Complete the management of parsing errors.
Irene

APPLICATION TextFile;

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

ATTRIBUTES

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

END

Webmaster