@@ -191,10 +191,10 @@ CAPTION "grepWin Settings"
191191FONT 9, "Segoe UI", 400, 0, 0x1
192192BEGIN
193193 GROUPBOX "Editor",IDC_EDITORGROUP,7,7,303,61
194- LTEXT "Command line to start an editor at a specific line:",IDC_STATIC1,13,19,288,8
194+ LTEXT "Command line to start an editor at a specific line and in line offset :",IDC_STATIC1,13,19,288,8
195195 EDITTEXT IDC_EDITORCMD,13,31,269,14,ES_AUTOHSCROLL
196196 PUSHBUTTON "...",IDC_SEARCHPATHBROWSE,286,31,15,14
197- LTEXT "%path% is replaced with the path of the file, %line% with the line to jump to",IDC_STATIC2,13,47,288,17
197+ LTEXT "%path% is replaced with the path of the file, %line% with the line to jump to, %column% with in line offset ",IDC_STATIC2,13,47,288,17
198198 LTEXT "Language:",IDC_STATIC4,7,72,135,8
199199 COMBOBOX IDC_LANGUAGE,170,71,140,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
200200 LTEXT "number of NULL bytes per MB allowed for a file to still be considered text instead of binary",IDC_STATIC3,7,85,241,17
@@ -376,6 +376,7 @@ BEGIN
376376 IDS_REGEXINVALID "invalid regex!"
377377 IDS_SIZE "Size"
378378 IDS_LINE "Line"
379+ IDS_COLUMN "Column"
379380 IDS_MATCHES "Matches"
380381 IDS_TEXT "Text"
381382 IDS_PATH "Path"
@@ -395,7 +396,7 @@ BEGIN
395396 IDS_COPYRESULT "Copy text result to clipboard"
396397 IDS_COPYRESULTS "Copy text results to clipboard"
397398 IDS_XMOREMATCHES "%ld more matches"
398- IDS_CONTEXTLINE "Line %5ld : %30s \n"
399+ IDS_CONTEXTLINE "Line %5ld : %s \n"
399400 IDS_INFOLABELFILE "scanning file '%s'"
400401 IDS_ERR_RELATIVEPATH "Relative paths are not allowed. Please enter an absolute path!"
401402 IDS_ERR_INVALID_PATH "Invalid path!"
0 commit comments