Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ Set
Method
Set
scintilla/src/Editor.cxx:433–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
return ll;
432
}
433
void Set ( LineLayout *ll_ ) {
434
llc.Dispose ( ll );
435
ll = ll_;
436
}
437
};
438
439
SelectionPosition Editor::ClampPositionIntoDocument ( SelectionPosition sp ) const
Callers
1
Paint
Method · 0.45
Calls
1
Dispose
Method · 0.80
Tested by
no test coverage detected