dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
EditorActionHandler
dlangui
widgets
editors
Undocumented in source.
interface
EditorActionHandler {
bool
onEditorAction
(Action action);
}
Members
Functions
onEditorAction
bool
onEditorAction
(Action action)
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
editors
classes
EditBox
EditLine
EditWidgetBase
FindPanel
LogWidget
enums
EditorActions
functions
initStandardEditorActions
interfaces
EditableContentChangeListener
EditorActionHandler
ModifiedStateListener
variables
ACTION_EDITOR_APPEND_NEW_LINE
ACTION_EDITOR_DELETE_LINE
ACTION_EDITOR_FIND
ACTION_EDITOR_GOTO_NEXT_BOOKMARK
ACTION_EDITOR_GOTO_PREVIOUS_BOOKMARK
ACTION_EDITOR_INSERT_NEW_LINE
ACTION_EDITOR_PREPEND_NEW_LINE
ACTION_EDITOR_REPLACE
ACTION_EDITOR_SELECT_ALL
ACTION_EDITOR_TOGGLE_BLOCK_COMMENT
ACTION_EDITOR_TOGGLE_BOOKMARK
ACTION_EDITOR_TOGGLE_LINE_COMMENT
ACTION_EDITOR_TOGGLE_REPLACE_MODE
STD_EDITOR_ACTIONS