Home
last modified time | relevance | path

Searched refs:ID_STEDLG_INSERTMENURE_NOTRANGE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dstedefs.h434 ID_STEDLG_INSERTMENURE_NOTRANGE, enumerator
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstefindr.cpp948 case ID_STEDLG_INSERTMENURE_NOTRANGE : c = wxT("[^]"); ipos = -1; break; in OnMenu()
H A Dstemenum.cpp986 reMenu->Append(ID_STEDLG_INSERTMENURE_NOTRANGE, _("Character not in range")); in CreateInsertCharsMenu()