Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ HL_Reload_Settings
Function
HL_Reload_Settings
src/Helpers.c:2431–2434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2429
return TRUE;
2430
}
2431
VOID HL_Reload_Settings()
2432
{
2433
EnumWindows ( HL_Enum_proc , ( LPARAM ) g_hwnd );
2434
}
2435
BOOL HL_Is_Empty ( LPCWSTR txt )
2436
{
2437
int t = lstrlen ( txt );
Callers
1
MsgCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected