Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteshell.cpp187 wxString wxSTEditorShell::GetNextHistoryLine(bool forwards, const wxString &line) in GetNextHistoryLine() function in wxSTEditorShell
305 SetPromptText(GetNextHistoryLine(false, promptText)); in OnKeyDown()
319 SetPromptText(GetNextHistoryLine(true, promptText)); in OnKeyDown()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteshell.h110 wxString GetNextHistoryLine(bool fowards, const wxString &line);