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

Function Style_GetCurrentLexerName

src/Styles.c:2916–2921  ·  view source on GitHub ↗

============================================================================= Style_GetCurrentLexerName()

Source from the content-addressed store, hash-verified

2914// Style_GetCurrentLexerName()
2915//
2916void Style_GetCurrentLexerName ( LPWSTR lpszName, int cchName )
2917{
2918 if ( !GetString ( pLexCurrent->rid, lpszName, cchName ) ) {
2919 lstrcpyn ( lpszName, pLexCurrent->pszName, cchName );
2920 }
2921}
2922
2923
2924//=============================================================================

Callers 1

UpdateStatusbarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected