---------------------------------------------------------------------------
| 1021 | } |
| 1022 | //--------------------------------------------------------------------------- |
| 1023 | void __fastcall TMainForm::aGotoNewLineExecute(TObject *Sender) |
| 1024 | { |
| 1025 | aGotoNewLine->Checked = ! aGotoNewLine->Checked; |
| 1026 | } |
| 1027 | //--------------------------------------------------------------------------- |
| 1028 | void __fastcall TMainForm::SetViewFileMode(bool b) |
| 1029 | { |
nothing calls this directly
no outgoing calls
no test coverage detected