MCPcopy Create free account
hub / github.com/dfranx/SHADERed / SetOpenedFilesData

Method SetOpenedFilesData

src/SHADERed/UI/CodeEditorUI.cpp:1395–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1393 return ret;
1394 }
1395 void CodeEditorUI::SetOpenedFilesData(const std::vector<std::string>& data)
1396 {
1397 for (int i = 0; i < m_items.size() && i < data.size(); i++)
1398 m_editor[i]->SetText(data[i]);
1399 }
1400 void CodeEditorUI::m_loadEditorShortcuts(TextEditor* ed)
1401 {
1402 auto sMap = KeyboardShortcuts::Instance().GetMap();

Callers 1

m_renderPopupsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected