MCPcopy Create free account
hub / github.com/Rezonality/zep / SetCommandText

Method SetCommandText

src/editor.cpp:1025–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025void ZepEditor::SetCommandText(const std::string& strCommand)
1026{
1027 m_commandLines = string_split(strCommand, "\n\r");
1028 if (m_commandLines.empty())
1029 {
1030 m_commandLines.push_back("");
1031 }
1032 m_bRegionsChanged = true;
1033}
1034
1035void ZepEditor::RequestRefresh()
1036{

Callers 10

BeginMethod · 0.80
NotifyMethod · 0.80
AddKeyPressMethod · 0.80
BeginMethod · 0.80
NotifyMethod · 0.80
SwitchModeMethod · 0.80
HandleMappedInputMethod · 0.80
GetCommandMethod · 0.80
HandleExCommandMethod · 0.80
ReplParseMethod · 0.80

Calls 3

string_splitFunction · 0.85
emptyMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected