Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ IsSolWordStart
Function
IsSolWordStart
scintilla/lexers/LexScriptol.cxx:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
static bool IsSolWordStart(char ch)
79
{
80
return (iswordchar(ch) && !IsSolStringStart(ch));
81
}
82
83
84
static int GetSolStringState(Accessor &styler, int i, int *nextIndex)
Callers
1
ColouriseSolDoc
Function · 0.85
Calls
2
iswordchar
Function · 0.85
IsSolStringStart
Function · 0.85
Tested by
no test coverage detected