Home
last modified time | relevance | path

Searched refs:CaretOnPromptLine (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteshell.cpp129 bool wxSTEditorShell::CaretOnPromptLine(STE_CaretPos_Type option) in CaretOnPromptLine() function in wxSTEditorShell
149 bool make_ro = !CaretOnPromptLine(STE_CARET_MOVE_NONE); in CheckReadOnly()
354 if (!CaretOnPromptLine(STE_CARET_MOVE_NONE)) in OnKeyDown()
384 if (!CaretOnPromptLine(STE_CARET_MOVE_NONE)) in OnKeyDown()
402 CaretOnPromptLine(STE_CARET_MOVE_ENDTEXT); in OnKeyDown()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteshell.h106 bool CaretOnPromptLine(STE_CaretPos_Type option = STE_CARET_MOVE_NONE);