•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Keyboard summary 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Doku: Notiz-ACC/Editor
Author      : Holger Weets/Rainer Wiesenfeller
Version     : notice.hyp 1.00 (16/3/1998)
Subject     : Dokumentation/Editoren
Nodes       : 71
Index Size  : 2070
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Keyboard summary
@options    : -d12 -i -s -t4 +z
@width      : 75AV Features

Notice uses part of the AV-Protocol in order to communicate with the
main application:

  AV_ACCWINDOPEN, AV_ACCWINDCLOSED:
    When opening and closing the window the main application will
    communicate this, i.e. the Notes window is taken into account
    when changing windows.
  AV_SENDKEY:
    Everything that is not recognized as keys by the main app and is
    entered with CTRL is passed on.
  VA_START, VA_DRAGACCWIND:
    Under modern desktops, Notice files can be given directly at
    startup and files from desktop windows can be dragged into Notice.
    In both cases, the revelant files are loaded and can then be edited.
    If the CTRL key is pressed during a drag&drop operation, Notice
    inserts the passed paths into the text instead of loading the files.
  AV_PATH_UPDATE:
    If a file is saved, Notice notifies the desktop so that it may
    update any open windows.
  AV_STARTED:
    If any parameters were received via VA_START or VA_DRAGGACCWIND
    then this message frees the memory requested for this from the
    desktop.
  AV_EXIT:
    This message is sent when Notice terminates.