@@ -191,10 +191,10 @@ CAPTION "grepWin Settings"
191
191
FONT 9, "Segoe UI", 400, 0, 0x1
192
192
BEGIN
193
193
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
195
195
EDITTEXT IDC_EDITORCMD,13,31,269,14,ES_AUTOHSCROLL
196
196
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
198
198
LTEXT "Language:",IDC_STATIC4,7,72,135,8
199
199
COMBOBOX IDC_LANGUAGE,170,71,140,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
200
200
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
376
376
IDS_REGEXINVALID "invalid regex!"
377
377
IDS_SIZE "Size"
378
378
IDS_LINE "Line"
379
+ IDS_COLUMN "Column"
379
380
IDS_MATCHES "Matches"
380
381
IDS_TEXT "Text"
381
382
IDS_PATH "Path"
@@ -395,7 +396,7 @@ BEGIN
395
396
IDS_COPYRESULT "Copy text result to clipboard"
396
397
IDS_COPYRESULTS "Copy text results to clipboard"
397
398
IDS_XMOREMATCHES "%ld more matches"
398
- IDS_CONTEXTLINE "Line %5ld : %30s \n"
399
+ IDS_CONTEXTLINE "Line %5ld : %s \n"
399
400
IDS_INFOLABELFILE "scanning file '%s'"
400
401
IDS_ERR_RELATIVEPATH "Relative paths are not allowed. Please enter an absolute path!"
401
402
IDS_ERR_INVALID_PATH "Invalid path!"
0 commit comments