-
-
Classes in app.events used by app.controllers
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
|
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.
|
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
|
-