Skip to content
  • Christian Hergert's avatar
    libide: add IdeBuffer and IdeBufferManager · 2fd195b2
    Christian Hergert authored
    First off, IdeBuffer is missing a lot that we need to bring down from
    GbEditorDocument. However, it is in place so we can test the
    IdeBufferManager abstraction.
    
    Using scripts, you can hook load/save operations before and after using
    the signals:
    
     "load-buffer"
     "buffer-loaded"
     "save-buffer"
     "buffer-saved"
    2fd195b2