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

Function HL_Jump_offset

src/Edit.c:4129–4133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4127}
4128
4129void HL_Jump_offset ( HWND hwnd, int iNewPos )
4130{
4131 HL_Adjust_offset ( &iNewPos , TRUE );
4132 SendMessage ( hwnd, SCI_GOTOPOS, ( WPARAM ) iNewPos, 0 );
4133}
4134
4135void HL_Get_offset ( HWND hwnd, int *out )
4136{

Callers 1

EditLinenumDlgProcFunction · 0.85

Calls 1

HL_Adjust_offsetFunction · 0.85

Tested by

no test coverage detected