Home
last modified time | relevance | path

Searched refs:GOTO_PREVIOUS_LINE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/emacskeys/
H A Demacskeysconstants.h40 const char GOTO_PREVIOUS_LINE[] = "EmacsKeys.GotoPreviousLine"; variable
H A Demacskeysplugin.cpp107 registerAction(Constants::GOTO_PREVIOUS_LINE, in initialize()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/
H A Dtexteditorconstants.h83 const char * const GOTO_PREVIOUS_LINE = "TextEditor.GotoPreviousLine"; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtexteditorconstants.h185 const char GOTO_PREVIOUS_LINE[] = "TextEditor.GotoPreviousLine"; variable
H A Dtexteditoractionhandler.cpp407 registerAction(GOTO_PREVIOUS_LINE, in createActions()