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

Function Style_SetLexerFromID

src/Styles.c:2285–2290  ·  view source on GitHub ↗

============================================================================= Style_SetLexerFromID()

Source from the content-addressed store, hash-verified

2283// Style_SetLexerFromID()
2284//
2285void Style_SetLexerFromID ( HWND hwnd, int id )
2286{
2287 if ( id >= 0 && id < NUMLEXERS ) {
2288 Style_SetLexer ( hwnd, pLexArray[id] );
2289 }
2290}
2291
2292
2293//=============================================================================

Callers 2

InitInstanceFunction · 0.85
MainWndProcFunction · 0.85

Calls 1

Style_SetLexerFunction · 0.85

Tested by

no test coverage detected