MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Close

Function Close

scintilla/src/Editor.cxx:6091–6100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6089}
6090
6091static bool Close ( Point pt1, Point pt2 )
6092{
6093 if ( abs ( pt1.x - pt2.x ) > 3 ) {
6094 return false;
6095 }
6096 if ( abs ( pt1.y - pt2.y ) > 3 ) {
6097 return false;
6098 }
6099 return true;
6100}
6101
6102std::string Editor::RangeText ( int start, int end ) const
6103{

Callers 1

ButtonDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected