Package app.events

  • Class Summary
    Class Description
    CopyEvent
    Event signalizing that something is being copied to the clipboard in an arbitrary place in the UI
    CutEvent
    Event signalizing that something is being cut to the clipboard in an arbitrary place in the UI
    EditorChangedEvent
    Event signalizing that the content or the cursor state in the editor has been modified
    Event
    Base class for any type of event of the eventbus
    ExitApplicationEvent
    Event signalizing a shutdown request for the whole applicaton
    FileSaveStateChangedEvent
    Event signalizing that the current file either has been modified or saved
    LanguageChangedEvent
    Event signalizing that the programming language of the editor has changed
    OpenFileEvent
    Event signalizing that a file outside the current project is supposed to be opened in the editor.
    OpenLinkInBrowserEvent
    Event signalizing that the application is going to open a link in an external browser
    OpenProjectEvent
    Event signalizing that a directory is supposed to be opened in the filetree.
    PasteEvent
    Event signalizing that something is being pasted from the clipboard in an arbitrary place in the UI
    RedoEvent
    Event signalizing that an action is being undone in an arbitrary place in the UI
    SaveFileEvent
    Event signalizing that the current file should be saved to disk
    ThemeChangedEvent
    Event signalizing that the theme of the applicaton has been changed
    ToggleCommentEvent
    Event signalizing that the editor is going to toggle a language specific comment of a line or selecton
    ToggleWrapTextEvent
    Event signalizing that the editor wrap text function was toggled on or off
    UndoEvent
    Event signalizing that an action is being undone in an arbitrary place in the UI