Home
last modified time | relevance | path

Searched refs:ID_STEDLG_INSERTMENURE_RANGE (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.h433 ID_STEDLG_INSERTMENURE_RANGE, enumerator
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dstefindr.cpp947 case ID_STEDLG_INSERTMENURE_RANGE : c = wxT("[]"); ipos = -1; break; in OnMenu()
H A Dstemenum.cpp985 reMenu->Append(ID_STEDLG_INSERTMENURE_RANGE, _("Character in range")); in CreateInsertCharsMenu()