Home
last modified time | relevance | path

Searched refs:hexeditor2 (Results 1 – 1 of 1) sorted by relevance

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexDialogs.cpp2470 HexEditor* hexeditor2 = parent->OpenFile( fl2 , true); in Compare() local
2472 hexeditor2->SetFileAccessMode( FAL::ReadOnly ); in Compare()
2476 hexeditor1->ConnectScroll( hexeditor2 ); in Compare()
2479 if(hexeditor1 != NULL && hexeditor2 != NULL){ in Compare()
2484 hexeditor2->CompareArray.Add(mytag); in Compare()
2493 hexeditor2->CompareArray.Add(mytag); in Compare()
2499 …if( hexeditor2->CompareArray.Count() > 0 ) //This check is needed if files are identical but one f… in Compare()
2500 hexeditor2->Goto( hexeditor2->CompareArray.Item(0)->start, false ); in Compare()