Package RASCAL.StrongED

DescriptionStrongED related types and methods.
Authorbbracke
Date2005/11/21 20:14:33
Revision1.1
 

Clauses

Quick access : ClausesGenericsDefinitionsSubprograms


 
Context clauses
RASCAL.OS
Interfaces.C
 
Use clauses
RASCAL.OS
Interfaces.C
 

Definitions

Quick access : ClausesGenericsDefinitionsSubprograms


Types
Name Declaration
Message_StrongEDInsertText_Pointeraccess Message_StrongEDInsertText
Message_StrongEDModeFileChanged_Pointeraccess Message_StrongEDModeFileChanged
   
Message_StrongEDInsertText record
StrongED will insert the text at the cursor position on receiving this message.
Component Type Default
TextChar_Array (1..230)
Text_LengthInteger
HeaderMessage_Event_Header
   
AMEL_Message_StrongEDInsertText abstract tagged record
inheritance from Message_EventListener (Message_Event_StrongEDInsertText)
Component Type Default
EventMessage_StrongEDInsertText
   
Message_StrongEDModeFileChanged record
This message is used to notify StrongED that a ModeFile has been changed.
StrongED will reload the modefile on receiving this message.
Component Type Default
PathnameChar_Array (1..512)
HeaderMessage_Event_Header
   
AMEL_Message_StrongEDModeFileChanged abstract tagged record
inheritance from Message_EventListener (Message_Event_StrongEDModeFileChanged)
Component Type Default
EventMessage_StrongEDModeFileChanged_Pointer
  
Pragmas
Convention(C, Message_StrongEDInsertText)
Convention(C, Message_StrongEDModeFileChanged)