MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / aHighlightingSetupExecute

Method aHighlightingSetupExecute

source/main.cpp:1164–1173  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1162}
1163//---------------------------------------------------------------------------
1164void __fastcall TMainForm::aHighlightingSetupExecute(TObject *Sender)
1165{
1166 HighlightForm = new THighlightForm(this, HP->CurrentProfile);
1167 if( HighlightForm->ShowModal() == mrOk )
1168 {
1169 HP->Load(HighlightFile);
1170 LogSG->Invalidate();
1171 }
1172 delete HighlightForm;
1173}
1174//---------------------------------------------------------------------------
1175void __fastcall TMainForm::FillProfilePopupMenu(void)
1176{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected