Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ Reset
Method
Reset
scintilla/src/Editor.h:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
WorkNeeded() : active(false), items(workNone), upTo(0) {}
65
void Reset() {
66
active = false;
67
items = workNone;
68
upTo = 0;
69
}
70
void Need(workItems items_, Position pos) {
71
if ((items_ & workStyle) && (upTo < pos))
72
upTo = pos;
Callers
2
IdleWork
Method · 0.45
Clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected